Source: ahven
Section: libs
Priority: optional
Maintainer: Reto Buerki <reet@codelabs.ch>
Uploaders: Adrian-Ken Rueegsegger <ken@codelabs.ch>,
 Nicolas Boulenguez <nicolas@debian.org>
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Arch:
# This one selects a specific version (compatible with gprbuild and gnat-10):
 dh-ada-library (>= 7.2),
# This one triggers a debhelper add-on:
 dh-sequence-ada-library,
# This line is parsed by debian/rules:
 gnat,
 gnat-10,
# gprbuild compatible with dh-ada-library and gnat-10:
 gprbuild (>= 2021.0.0.0778b109-2),
Build-Depends-Indep:
 dh-sequence-sphinxdoc,
 python3-sphinx,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.ahven-framework.com/
Vcs-Browser: https://git.codelabs.ch/?p=debian/ahven.git
Vcs-Git: https://git.codelabs.ch/git/debian/ahven.git

Package: libahven9-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
Suggests: libahven-doc
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: libahven30
# This line is parsed by debian/rules.
Architecture: any
Multi-Arch: same
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: libahven-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Built-Using: ${sphinxdoc:Built-Using}
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: gnat
Breaks: libahven4-dev, libahven5-dev, libahven6-dev
Replaces: libahven4-dev, libahven5-dev, libahven6-dev
# The tutorial file has moved from libahven6-dev to the new libahven-doc.
Description: Unit test library for Ada (documentation)
 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 documentation.
