File: control

package info (click to toggle)
autounit 0.20.1-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,700 kB
  • sloc: sh: 8,777; ansic: 2,606; makefile: 119
file content (25 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (2)
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.