Merge branch 'debian'
[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 (>= 7), autotools-dev, doxygen,
7  libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
8  libxml-security-c-dev (>= 1.4)
9 Standards-Version: 3.8.3
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: libxmltooling3
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: libxmltooling3 (= ${binary:Version}), libcurl4-openssl-dev,
30  liblog4cpp5-dev, libxerces-c-dev, libxml-security-c-dev (>= 1.4)
31 Suggests: libxmltooling-doc (= ${source:Version})
32 Description: C++ XML parsing library with encryption support (development)
33  The XMLTooling library contains generic XML parsing and processing
34  classes based on the Xerces-C DOM. It adds more powerful facilities
35  for declaring element- and type-specific API and implementation
36  classes to add value around the DOM, as well as signing and encryption
37  support.
38  .
39  This package contains the headers and other necessary files to build
40  applications or libraries that use or extend the XMLTooling library.
41
42 Package: xmltooling-schemas
43 Section: text
44 Architecture: all
45 Description: XML schemas for XMLTooling
46  The XMLTooling library contains generic XML parsing and processing
47  classes based on the Xerces-C DOM.  It adds more powerful facilities for
48  declaring element- and type-specific API and implementation classes, as
49  well as signing and encryption support.
50  .
51  This package contains the XML schema files used by the XMLTooling
52  library.
53
54 Package: libxmltooling-doc
55 Section: doc
56 Architecture: all
57 Description: C++ XML parsing library with encryption support (API docs)
58  The XMLTooling library contains generic XML parsing and processing
59  classes based on the Xerces-C DOM. It adds more powerful facilities
60  for declaring element- and type-specific API and implementation
61  classes to add value around the DOM, as well as signing and encryption
62  support.
63  .
64  This package contains the XMLTooling library API documentation generated
65  by Doxygen.