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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
Source: gprbuild
Section: devel
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Uploaders: Ludovic Brenta <lbrenta@debian.org>
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Arch:
dh-ada-library (>= 9.1),
dh-sequence-ada-library,
gnat,
gnat-14,
libxmlada-dom-dev,
libxmlada-input-dev,
libxmlada-sax-dev,
libxmlada-schema-dev,
# libxmlada_unicode is required indirectly
Build-Depends-Indep:
dh-sequence-sphinxdoc,
# Sphinx >= 1.6 uses the latexmk driver:
latexmk,
python3-sphinx,
# makeinfo:
texinfo,
# documentation depends on tgtermes.sty:
tex-gyre,
# ptmr8t.tfm:
texlive-fonts-recommended,
# fncychap.sty:
texlive-latex-extra,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/AdaCore/gprbuild
Vcs-Browser: https://salsa.debian.org/debian/gprbuild
Vcs-Git: https://salsa.debian.org/debian/gprbuild.git
Package: libgnatprj12
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: support for programs processing GNAT projects (runtime)
GNAT projects are human-readable text files used to drive tools
building or inspecting lots of source files in several programming
languages, like those provided by the gprbuild package.
.
This package contains the runtime shared library.
Package: libgnatprj-dev
Breaks: libgnatprj7-dev, libgnatprj8-dev, libgnatprj9-dev, libgnatprj10-dev
Replaces: libgnatprj7-dev, libgnatprj8-dev, libgnatprj9-dev, libgnatprj10-dev
Provides: ${ada:Provides}
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
Suggests: gprbuild-doc
Description: support for programs processing GNAT projects (development)
GNAT projects are human-readable text files used to drive tools
building or inspecting lots of source files in several programming
languages, like those provided by the gprbuild package.
.
This package contains the development tools.
Package: gprbuild
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
# 23~20220701-1 sets the now required Bindfile_Option_Substitution attribute
gprconfig-kb (>= 23~20220701-1),
Suggests: gnat, g++, gcc, gfortran, gprbuild-doc
Description: multi-language extensible build tool
A set of tools for processing GNAT project files:
gprconfig detects available compilers,
gprbuild runs them;
gprslave helps distributing the build work across the network;
gprinstall copies the objects to their final destination;
gprclean removes them.
The default configuration supports Ada, Assembler, C, C++, Fortran,
and can be extended to support user source processing tools.
Package: gprbuild-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Suggests: gprbuild
# Examples were in the gprbuild package when there was no -doc package.
Replaces: gprbuild (<< 2021.0.0.0778b109-1)
Breaks: gprbuild (<< 2021.0.0.0778b109-1)
Description: multi-language extensible build tool (documentation)
A set of tools for processing GNAT project files:
gprconfig detects available compilers,
gprbuild runs them;
gprslave helps distributing the build work across the network;
gprinstall copies the objects to their final destination;
gprclean removes them.
The default configuration supports Ada, Assembler, C, C++, Fortran,
and can be extended to support user source processing tools.
.
This package contains the documentation.
|