File debian.control of Package cunit
Source: cunit
Priority: optional
Maintainer: Philipp Benner <mail@philipp-benner.de>
Build-Depends: debhelper (>= 5), autotools-dev, autoconf, dpkg-dev (>= 1.13.19),
libncurses5-dev (>= 5.5-5)
Standards-Version: 3.7.2
Section: libs
Package: libcunit1-dev
Section: libdevel
Architecture: any
Suggests: libcunit1-doc (= ${binary:Version})
Depends: libcunit1 (= ${binary:Version})
Description: Unit Testing Library for C -- development files
CUnit is a simple framework for incorporating test cases in your C
code similar to JUnit or CppUnit. It provides C programmers a basic
testing functionality with a flexible variety of user interfaces. It
uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition,
several different interfaces are provided for running tests and
reporting results.
XB-Tag: devel::library, langdevel::c, made-of::lang:c, role::sw:devel-lib
Package: libcunit1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Unit Testing Library for C
CUnit is a simple framework for incorporating test cases in your C
code similar to JUnit or CppUnit. It provides C programmers a basic
testing functionality with a flexible variety of user interfaces. It
uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition,
several different interfaces are provided for running tests and
reporting results.
XB-Tag: devel::library, langdevel::c, made-of::lang:c, role::sw:shlib
Package: libcunit1-ncurses-dev
Section: libdevel
Architecture: any
Conflicts: libcunit1-dev
Suggests: libcunit1-doc (= ${binary:Version})
Depends: libcunit1-ncurses (= ${binary:Version})
Description: Unit Testing Library for C (ncurses) -- development files
CUnit is a simple framework for incorporating test cases in your C
code similar to JUnit or CppUnit. It provides C programmers a basic
testing functionality with a flexible variety of user interfaces. It
uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition,
several different interfaces are provided for running tests and
reporting results.
XB-Tag: devel::library, langdevel::c, made-of::lang:c, role::sw:devel-lib
Package: libcunit1-ncurses
Section: libs
Architecture: any
Conflicts: libcunit1
Depends: ${shlibs:Depends}
Description: Unit Testing Library for C (ncurses)
CUnit is a simple framework for incorporating test cases in your C
code similar to JUnit or CppUnit. It provides C programmers a basic
testing functionality with a flexible variety of user interfaces. It
uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition,
several different interfaces are provided for running tests and
reporting results.
XB-Tag: devel::library, langdevel::c, made-of::lang:c, role::sw:shlib
Package: libcunit1-doc
Section: doc
Architecture: all
Description: Unit Testing Library for C -- documentation
CUnit is a simple framework for incorporating test cases in your C
code similar to JUnit or CppUnit. It provides C programmers a basic
testing functionality with a flexible variety of user interfaces. It
uses a simple framework for building test structures, and provides a
rich set of assertions for testing common data types. In addition,
several different interfaces are provided for running tests and
reporting results.
XB-Tag: devel::doc, langdevel::c, made-of::data:html, role::content:doc