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 26 27 28 29 30
|
Source: autounit
Priority: optional
Maintainer: James LewisMoss <dres@debian.org>
Build-Depends: debhelper (>> 4.0.0), libglib-dev, guile-1.6-slib | guile1.4-slib, texinfo
Standards-Version: 3.5.2
Package: libautounit-dev
Section: libdevel
Architecture: any
Depends: libautounit2 (= ${Source-Version}), libc6-dev, libglib-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
Section: libs
Architecture: any
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.
Package: libautounit-guile
Section: interpreters
Architecture: all
Depends: guile-1.6-slib | guile1.4-slib
Description: Guile Unit Testing framework
This package provides the guile libraries to unit test guile programs.
|