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: ahven
Section: libs
Priority: optional
Maintainer: Reto Buerki <buerki@swiss-it.ch>
Uploaders: Adrian-Ken Rueegsegger <rueegsegger@swiss-it.ch>
Build-Depends: debhelper (>= 7), dpatch, adabrowse, gnat
Standards-Version: 3.7.3
Homepage: http://home.gna.org/ahven/
Package: libahven12
Section: libs
Architecture: alpha amd64 hppa i386 ia64 powerpc s390 sparc
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Unit test library for Ada
Ahven is a simple unit test library for the Ada 95 programming language. It
is loosely modeled after JUnit, and some ideas are taken from AUnit.
Package: libahven-dev
Section: libdevel
Architecture: any
Depends: libahven12 (= ${binary:Version})
Description: Unit test library for Ada (development)
Ahven is a simple unit test library for the Ada 95 programming language. It
is loosely modeled after JUnit, and some ideas are taken from AUnit.
.
This package contains the development files.
Package: ahven-dbg
Section: devel
Priority: extra
Architecture: any
Depends: libahven12 (= ${binary:Version}), libahven-dev (= ${binary:Version})
Description: Unit test library for Ada (debug)
Ahven is a simple unit test library for the Ada 95 programming language. It
is loosely modeled after JUnit, and some ideas are taken from AUnit.
.
This package contains the debug symbols.
|