autoreconf
[shibboleth/xmltooling.git] / debian / control
1 Source: xmltooling
2 Section: libs
3 Priority: extra
4 Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
5 Uploaders: Russ Allbery <rra@debian.org>, Ferenc Wagner <wferi@niif.hu>
6 Build-Depends: debhelper (>= 8), autotools-dev (>= 20100122.1~), doxygen,
7  graphviz, libcurl4-openssl-dev, liblog4cpp5-dev, libssl-dev (>= 1.0),
8  libxerces-c-dev, libxml-security-c-dev (>= 1.6), libboost-dev (>= 1.32), pkg-config
9 Standards-Version: 3.9.2
10 Homepage: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C
11 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xmltooling.git
12 Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/xmltooling.git
13
14 Package: libxmltooling6
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Description: C++ XML parsing library with encryption support (runtime)
18  The XMLTooling library contains generic XML parsing and processing
19  classes based on the Xerces-C DOM.  It adds more powerful facilities for
20  declaring element- and type-specific API and implementation classes, as
21  well as signing and encryption support.
22  .
23  This package contains the files necessary for running applications that
24  use the XMLTooling library.
25
26 Package: libxmltooling-dev
27 Section: libdevel
28 Architecture: any
29 Depends: ${misc:Depends}, libxmltooling6 (= ${binary:Version}),
30  libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
31  libxml-security-c-dev (>= 1.6), libboost-dev
32 Suggests: libxmltooling-doc (= ${source:Version})
33 Description: C++ XML parsing library with encryption support (development)
34  The XMLTooling library contains generic XML parsing and processing
35  classes based on the Xerces-C DOM. It adds more powerful facilities
36  for declaring element- and type-specific API and implementation
37  classes to add value around the DOM, as well as signing and encryption
38  support.
39  .
40  This package contains the headers and other necessary files to build
41  applications or libraries that use or extend the XMLTooling library.
42
43 Package: xmltooling-schemas
44 Section: text
45 Architecture: all
46 Depends: ${misc:Depends}
47 Description: XML schemas for XMLTooling
48  The XMLTooling library contains generic XML parsing and processing
49  classes based on the Xerces-C DOM.  It adds more powerful facilities for
50  declaring element- and type-specific API and implementation classes, as
51  well as signing and encryption support.
52  .
53  This package contains the XML schema files used by the XMLTooling
54  library.
55
56 Package: libxmltooling-doc
57 Section: doc
58 Architecture: all
59 Depends: ${misc:Depends}, libjs-jquery
60 Description: C++ XML parsing library with encryption support (API docs)
61  The XMLTooling library contains generic XML parsing and processing
62  classes based on the Xerces-C DOM. It adds more powerful facilities
63  for declaring element- and type-specific API and implementation
64  classes to add value around the DOM, as well as signing and encryption
65  support.
66  .
67  This package contains the XMLTooling library API documentation generated
68  by Doxygen.