File: control

package info (click to toggle)
libaunit 1.03-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 364 kB
  • sloc: ada: 1,552; makefile: 61; sh: 6
file content (66 lines) | stat: -rw-r--r-- 2,782 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: libaunit
Section: libs
Priority: optional
Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.4.20), gnat-4.6
Standards-Version: 3.9.2
Homepage: http://libre.adacore.com/libre/
XS-Vcs-Mtn: www.ada-france.org org.debian.libaunit
XS-Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libaunit

# lib*-dev integer is aliversion
# lib integer is soversion
Package: libaunit2-dev
Section: libdevel
Architecture: any
Depends: gnat, ada-compiler, gnat-4.6, libaunit3 (= ${binary:Version}), ${misc:Depends}
Suggests: libaunit-dbg
Conflicts: libaunit-dev, libaunit1-dev
Replaces: libaunit-dev, libaunit1-dev
Description: AUnit, a unit testing framework for Ada
 AUnit is a set of Ada packages based on the xUnit family of unit test
 frameworks. It's intended as a developer's tool to facilitate
 confident writing and evolution of Ada software. It is purposely
 lightweight, as one of its main goals is to make it easy to develop
 and run unit tests, rather than to generate artifacts for process
 management. The framework supports easy composition of sets of unit
 tests to provide flexibility in determining what tests to run for a
 given purpose.
 .
 This package contains the development files for AUnit.

Package: libaunit-dbg
Priority: extra
Architecture: any
Section: debug
Depends: libaunit3 (= ${binary:Version}), ${misc:Depends}
Suggests: gnat, ada-compiler
Description: AUnit, a unit testing framework for Ada
 AUnit is a set of Ada packages based on the xUnit family of unit test
 frameworks. It's intended as a developer's tool to facilitate
 confident writing and evolution of Ada software. It is purposely
 lightweight, as one of its main goals is to make it easy to develop
 and run unit tests, rather than to generate artifacts for process
 management. The framework supports easy composition of sets of unit
 tests to provide flexibility in determining what tests to run for a
 given purpose.
 .
 This package contains the debugging symbols for AUnit.

Package: libaunit3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnat, ada-compiler
Description: AUnit, a unit testing framework for Ada
 AUnit is a set of Ada packages based on the xUnit family of unit test
 frameworks. It's intended as a developer's tool to facilitate
 confident writing and evolution of Ada software. It is purposely
 lightweight, as one of its main goals is to make it easy to develop
 and run unit tests, rather than to generate artifacts for process
 management. The framework supports easy composition of sets of unit
 tests to provide flexibility in determining what tests to run for a
 given purpose.
 .
 This package contains the runtime shared library for AUnit.