Add a dependency on doxygen to generate API docs
[shibboleth/opensaml2.git] / debian / control
1 Source: opensaml2
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 (>= 5), autotools-dev, doxygen, liblog4cpp5-dev,
7  libxerces-c2-dev, libxml-security-c-dev (>= 1.4), libxmltooling1-dev
8 Standards-Version: 3.7.3
9 Homepage: https://spaces.internet2.edu/display/OpenSAML/Home
10 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/opensaml2.git
11 Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/opensaml2.git
12
13 Package: libsaml2
14 Section: libs
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Description: Open source SAML library (runtime)
18  OpenSAML is an open source implementation of the OASIS Security Assertion
19  Markup Language Specification. It contains a set of open source C++ classes
20  that support the SAML 1.0, 1.1, and 2.0 specifications.
21  .
22  This package contains the files necessary for running applications that
23  use the OpenSAML library.
24
25 Package: libsaml2-dev
26 Section: libdevel
27 Architecture: any
28 Depends: libsaml2 (= ${binary:Version})
29 Suggests: libsaml2-doc (= ${source:Version})
30 Conflicts: libsaml-dev
31 Description: Open source SAML library (development)
32  OpenSAML is an open source implementation of the OASIS Security Assertion
33  Markup Language Specification. It contains a set of open source C++ classes
34  that support the SAML 1.0, 1.1, and 2.0 specifications.
35  .
36  This package contains the headers and other necessary files to build
37  applications or libraries that use or extend the OpenSAML library.
38
39 Package: opensaml2-schemas
40 Section: text
41 Architecture: all
42 Conflicts: opensaml-schemas
43 Description: XML schemas for OpenSAML
44  OpenSAML is an open source implementation of the OASIS Security Assertion
45  Markup Language Specification. It contains a set of open source C++ classes
46  that support the SAML 1.0, 1.1, and 2.0 specifications.
47  .
48  This package contains the XML schema files used by the OpenSAML library.
49
50 Package: libsaml2-doc
51 Section: doc
52 Architecture: all
53 Description: Open source SAML library (API docs)
54  OpenSAML is an open source implementation of the OASIS Security Assertion
55  Markup Language Specification. It contains a set of open source C++ classes
56  that support the SAML 1.0, 1.1, and 2.0 specifications.
57  .
58  This package contains the OpenSAML library API documentation generated
59  by Doxygen.