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
|
Source: gprbuild
Section: devel
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9),
autotools-dev, autoconf,
# Rules regenerate all the configure stuff.
gnat, gnat-4.9, libgnatprj4.9-dev, libgnatvsn4.9-dev,
libxmlada5-dev
Build-Depends-Indep: texinfo (>= 5),
texlive-latex-base
Standards-Version: 3.9.5
Homepage: http://libre.adacore.com/libre/
Vcs-Mtn: www.ada-france.org org.debian.gprbuild
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.gprbuild
XS-Testsuite: autopkgtest
Package: gprbuild
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnat, g++, gcc, gfortran, gprbuild-doc
Description: multi-language extensible build tool
A set of tools for processing GNAT project files. gprbuild runs tools
on the specified source files; gprclean removes the corresponding
built files; gprconfig configures both tools. It is highly
configurable; the default configuration supports compiling Ada,
Assembler, C, C++, and Fortran sources. It can be extended to support
user source processing tools.
.
This package contains the executables gprbuild, gprclean, gprconfig.
Package: gprbuild-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: multi-language extensible build tool (documentation)
A set of tools for processing GNAT project files. gprbuild runs tools
on the specified source files; gprclean removes the corresponding
built files; gprconfig configures both tools. It is highly
configurable; the default configuration supports compiling Ada,
Assembler, C, C++, and Fortran sources. It can be extended to support
user source processing tools.
.
This package contains examples and lists of known problems.
.
The complete gprbuild user guide cannot be distributed by Debian
because it is licensed under the GNU Free Documentation License with
Invariant Sections and Cover Texts. It is published by upstream
authors at
http://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html.
|