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
|
Source: gprbuild
Section: devel
Priority: optional
Maintainer: Ludovic Brenta <lbrenta@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.9.3), gnat, gnat-4.6, libxmlada4.1-dev
Standards-Version: 3.9.2
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
Package: gprbuild
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnat, ada-compiler, gnat-4.6, g++-4.6, gcc-4.6, gfortran-4.6, 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: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Suggests: gnat, ada-compiler
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 the documentation for gprbuild, gprclean,
gprconfig, in HTML, info, and pdf formats.
|