Merge branch 'debian'
[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  libssl-dev, libxerces-c2-dev, libxml-security-c-dev (>= 1.4),
8  libxmltooling-dev (>= 1.1)
9 Standards-Version: 3.8.0
10 Homepage: https://spaces.internet2.edu/display/OpenSAML/Home
11 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/opensaml2.git
12 Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/opensaml2.git
13
14 Package: libsaml3
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Description: Security Assertion Markup Language 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: libsaml3 (= ${binary:Version}), libxmltooling-dev
29 Suggests: libsaml2-doc (= ${source:Version})
30 Conflicts: libsaml-dev
31 Description: Security Assertion Markup Language 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-tools
40 Section: text
41 Architecture: any
42 Depends: ${shlibs:Depends}
43 Description: Security Assertion Markup Language command-line tools
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 samlsign, a command-line tool for signing and
49  verifying SAML assertions. 
50
51 Package: opensaml2-schemas
52 Section: text
53 Architecture: all
54 Conflicts: opensaml-schemas
55 Description: Security Assertion Markup Language library (XML schemas)
56  OpenSAML is an open source implementation of the OASIS Security Assertion
57  Markup Language Specification. It contains a set of open source C++ classes
58  that support the SAML 1.0, 1.1, and 2.0 specifications.
59  .
60  This package contains the XML schema files used by the OpenSAML library.
61
62 Package: libsaml2-doc
63 Section: doc
64 Architecture: all
65 Description: Security Assertion Markup Language library (API docs)
66  OpenSAML is an open source implementation of the OASIS Security Assertion
67  Markup Language Specification. It contains a set of open source C++ classes
68  that support the SAML 1.0, 1.1, and 2.0 specifications.
69  .
70  This package contains the OpenSAML library API documentation generated
71  by Doxygen.