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
|
Source: ahven
Section: libs
Priority: optional
Maintainer: Reto Buerki <reet@codelabs.ch>
Uploaders: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Build-Depends: debhelper (>= 8), gnat, gnat-4.9
Standards-Version: 3.9.5
Homepage: http://ahven.stronglytyped.org/
Vcs-Browser: http://git.codelabs.ch/?p=debian/ahven.git
Vcs-Git: http://git.codelabs.ch/git/debian/ahven.git
Package: libahven24.0
Architecture: any
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. Ahven is
free software distributed under permissive ISC license and should work with any
Ada 95 compiler.
Package: libahven4-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libahven24.0 (= ${binary:Version}), gnat, gnat-4.9
Conflicts: libahven1-dev, libahven2-dev, libahven3-dev
Replaces: libahven1-dev, libahven2-dev, libahven-3-dev
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. Ahven is
free software distributed under permissive ISC license and should work with any
Ada 95 compiler.
.
This package contains the development files.
Package: ahven-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libahven24.0 (= ${binary:Version}), libahven4-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. Ahven is
free software distributed under permissive ISC license and should work with any
Ada 95 compiler.
.
This package contains the debug symbols.
|