File: control

package info (click to toggle)
dh-ada-library 7.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 292 kB
  • sloc: ada: 1,530; sh: 136; makefile: 41; sed: 38; ansic: 7; perl: 5
file content (38 lines) | stat: -rw-r--r-- 1,359 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
38
Source: dh-ada-library
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Uploaders: Ludovic Brenta <lbrenta@debian.org>
Section: devel
Priority: optional
Standards-Version: 4.5.0
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 gnat-10,
# The following line has its role during the gnat-10 transition in
# experimental, but we keep the one without version so that the
# test can go on and extract the ALI version.
 libgnatprj8-dev (>= 2021.0.0.0778b109-2),
 libgnatprj8-dev,
# The same versions must be updated manually in tests/control.
# The test script extracts the gnatprj version 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
Provides: dh-sequence-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.