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
|
Source: xmltooling
Section: libs
Priority: optional
Maintainer: Debian Shib Team <pkg-shibboleth-devel@alioth-lists.debian.net>
Uploaders:
Ferenc Wágner <wferi@debian.org>,
Build-Depends:
cxxtest <!nocheck>,
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
libboost-dev,
libcurl4-openssl-dev,
liblog4shib-dev,
libssl-dev,
libxerces-c-dev,
libxml-security-c-dev,
pkgconf,
python3 <!nocheck>,
zlib1g-dev,
Build-Depends-Indep:
doxygen,
graphviz,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/XMLTooling-C
Vcs-Git: https://salsa.debian.org/shib-team/xmltooling.git
Vcs-Browser: https://salsa.debian.org/shib-team/xmltooling
X-Common-Description: The XMLTooling library contains generic XML parsing and
processing classes based on the Xerces-C DOM. It adds more powerful facilities
for declaring element- and type-specific API and implementation classes, as
well as signing and encryption support.
It is supported only as a part of the Shibboleth Project.
Package: libxmltooling11
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: C++ XML parsing library with encryption support (runtime)
${S:X-Common-Description}
.
This package contains the files necessary for running applications that
use the XMLTooling library.
Package: libxmltooling-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libboost-dev,
libcurl4-openssl-dev,
liblog4shib-dev,
libssl-dev,
libxerces-c-dev,
libxml-security-c-dev,
libxmltooling11 (= ${binary:Version}),
${misc:Depends},
Suggests:
libxmltooling-doc (= ${source:Version}),
Description: C++ XML parsing library with encryption support (development)
${S:X-Common-Description}
.
This package contains the headers and other necessary files to build
applications or libraries that use or extend the XMLTooling library.
Package: xmltooling-schemas
Section: text
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: XML schemas for XMLTooling
${S:X-Common-Description}
.
This package contains the XML schema files used by the XMLTooling
library.
Package: libxmltooling-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: C++ XML parsing library with encryption support (API docs)
${S:X-Common-Description}
.
This package contains the XMLTooling library API documentation generated
by Doxygen.
|