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
|
Source: libxmlada
Priority: optional
Section: libdevel
Maintainer: Ludovic Brenta <lbrenta@debian.org>
Uploaders: Xavier Grave <xavier.grave@csnsm.in2p3.fr>,
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, dh-ada-library (>= 5.4)
# dh-ada-library << 5.4 introduce symlinks in doc dirs.
Build-Depends-Indep: python-sphinx,
texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended
Standards-Version: 3.9.5
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libxmlada
Vcs-Mtn: www.ada-france.org org.debian.libxmlada
XS-Testsuite: autopkgtest
Homepage: https://libre.adacore.com/libre
Package: libxmlada5-dev
Breaks: libxmlada4.4.0-dev
Replaces: libxmlada4.4.0-dev
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
Recommends: libxmlada-doc
Description: XML/Ada, a full XML suite for Ada programmers
XML/Ada is a set of modules that provide a simple manipulation of XML
streams. It supports the whole XML 1.0 specifications, and can parse
any file that follows this standard (including the contents of the
DTD). It also provides support for a number of other standard
associated with XML, like SAX, DOM, and XML Schemas. In addition, it
includes a module to manipulate Unicode streams, since this is required
by the XML standard.
.
This package contains the static libraries, documentation, and Ada
specification files. Install it if you want to develop XML
applications in Ada.
Package: libxmlada-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
Breaks: libxmlada-dev (<< 3.2-1)
Replaces: libxmlada-dev (<< 3.2-1)
Suggests: gnat
Description: XML/Ada, a full XML suite for Ada programmers (documentation)
XML/Ada is a set of modules that provide a simple manipulation of XML
streams. It supports the whole XML 1.0 specifications, and can parse
any file that follows this standard (including the contents of the
DTD). It also provides support for a number of other standard
associated with XML, like SAX, DOM, and XML Schemas. In addition, it
includes a module to manipulate Unicode streams, since this is required
by the XML standard.
.
This package contains the documentation in text, PDF and HTML.
Package: libxmlada4.4.0
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: XML/Ada, a full XML suite for Ada programmers (runtime)
XML/Ada is a set of modules that provide a simple manipulation of XML
streams. It supports the whole XML 1.0 specifications, and can parse
any file that follows this standard (including the contents of the
DTD). It also provides support for a number of other standard
associated with XML, like SAX, DOM, and XML Schemas. In addition, it
includes a module to manipulate Unicode streams, since this is required
by the XML standard.
.
This package contains the runtime shared library.
Package: libxmlada-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${ada:Depends}, ${misc:Depends}
Recommends: ${ada:Recommends}
Suggests: ${ada:Suggests}
Description: XML/Ada, a full XML suite for Ada programmers (debugging symbols)
XML/Ada is a set of modules that provide a simple manipulation of XML
streams. It supports the whole XML 1.0 specifications, and can parse
any file that follows this standard (including the contents of the
DTD). It also provides support for a number of other standard
associated with XML, like SAX, DOM, and XML Schemas. In addition, it
includes a module to manipulate Unicode streams, since this is required
by the XML standard.
.
This package contains the detached debugging symbols for the runtime
shared library.
|