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
|
Source: dh-ada-library
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Section: devel
Priority: optional
Standards-Version: 4.1.4
Build-Depends: debhelper (>= 11),
gnat-8, libgpr2-dev,
# The same line must be updated manually in tests/control.
# The test script and d/rules extract the versions from here.
Vcs-Browser: https://salsa.debian.org/debian/dh_ada_library
Vcs-Git: https://salsa.debian.org/debian/dh_ada_library.git
Package: dh-ada-library
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
debhelper,
dpkg-dev,
# Calls dpkg-architecture.
binutils
# Calls readelf.
# Recommends: debian-ada-policy (not a .deb yet)
Recommends: gnat
Description: Debian helper for Ada libraries
Debhelper tools to ease common tasks in packaging libraries written
in the Ada programming language, following the Debian Policy for Ada
(http://people.debian.org/~lbrenta/debian-ada-policy.html).
.
A specific gnat-X is recommended via the gnat package, but any
version should be supported.
|