1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: autounit
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), libglib2.0-dev, autoconf, automake, libtool, autotools-dev
Standards-Version: 3.9.3.1
Homepage: http://www.recursism.com/pub/software/testing/gnu-autounit
Package: libautounit-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libautounit2 (= ${binary:Version}), libc6-dev, libglib2.0-dev
Suggests: pkg-config
Description: Development files for C unit testing framework
This package provides the development environment to write unit tests
in the C Programming Language.
Package: libautounit2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C unit testing framework interfacing well with autotools
This package provides the libraries to run programs that have c unit
tests in them. It will rarely be useful without the development
package.
|