File: control

package info (click to toggle)
libaunit 1.03-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 324 kB
  • ctags: 8
  • sloc: ada: 1,552; makefile: 71
file content (37 lines) | stat: -rw-r--r-- 1,707 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
Source: libaunit
Priority: optional
Maintainer: Ludovic Brenta <lbrenta@debian.org>
Build-Depends: debhelper (>= 4.0.0), gnat, gnat-4.3
Standards-Version: 3.8.0

Package: libaunit-dev
Section: libdevel
Architecture: alpha amd64 hppa ia64 i386 kfreebsd-i386 mips mipsel ppc64 powerpc s390 sparc
Depends: gnat-4.3, libaunit2 (= ${source:Version})
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: libaunit2
Section: libs
Architecture: alpha amd64 hppa ia64 i386 kfreebsd-i386 mips mipsel ppc64 powerpc s390 sparc
Depends: ${shlibs:Depends}
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.