Graft in debian from debian repo
[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 (>= 7), autotools-dev, doxygen, liblog4cpp5-dev,
7  libssl-dev, libxerces-c-dev (>= 3.0.1-2~), libxml-security-c-dev (>= 1.5),
8  libxmltooling-dev (>= 1.3)
9 Standards-Version: 3.8.4
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: libsaml6
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: ${misc:Depends}, libsaml6 (= ${binary:Version}),
29  libxmltooling-dev (>= 1.3)
30 Suggests: libsaml2-doc (= ${source:Version})
31 Conflicts: libsaml-dev
32 Description: Security Assertion Markup Language library (development)
33  OpenSAML is an open source implementation of the OASIS Security Assertion
34  Markup Language Specification. It contains a set of open source C++ classes
35  that support the SAML 1.0, 1.1, and 2.0 specifications.
36  .
37  This package contains the headers and other necessary files to build
38  applications or libraries that use or extend the OpenSAML library.
39
40 Package: opensaml2-tools
41 Section: text
42 Architecture: any
43 Depends: ${shlibs:Depends}, ${misc:Depends}
44 Description: Security Assertion Markup Language command-line tools
45  OpenSAML is an open source implementation of the OASIS Security Assertion
46  Markup Language Specification. It contains a set of open source C++ classes
47  that support the SAML 1.0, 1.1, and 2.0 specifications.
48  .
49  This package contains samlsign, a command-line tool for signing and
50  verifying SAML assertions. 
51
52 Package: opensaml2-schemas
53 Section: text
54 Architecture: all
55 Depends: ${misc:Depends}
56 Conflicts: opensaml-schemas
57 Description: Security Assertion Markup Language library (XML schemas)
58  OpenSAML is an open source implementation of the OASIS Security Assertion
59  Markup Language Specification. It contains a set of open source C++ classes
60  that support the SAML 1.0, 1.1, and 2.0 specifications.
61  .
62  This package contains the XML schema files used by the OpenSAML library.
63
64 Package: libsaml2-doc
65 Section: doc
66 Architecture: all
67 Depends: ${misc:Depends}
68 Description: Security Assertion Markup Language library (API docs)
69  OpenSAML is an open source implementation of the OASIS Security Assertion
70  Markup Language Specification. It contains a set of open source C++ classes
71  that support the SAML 1.0, 1.1, and 2.0 specifications.
72  .
73  This package contains the OpenSAML library API documentation generated
74  by Doxygen.