Tighten the dependencies on the OpenSAML and XMLTooling schemas
[shibboleth/sp.git] / debian / control
1 Source: shibboleth-sp2
2 Section: web
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, autoconf, automake,
7  libtool, apache2-threaded-dev, doxygen, liblog4cpp5-dev,
8  libsaml2-dev (>= 2.1), libssl-dev, libxerces-c2-dev,
9  libxml-security-c-dev (>= 1.4), libxmltooling-dev (>= 1.1),
10  opensaml2-schemas, unixodbc-dev, xmltooling-schemas
11 Standards-Version: 3.8.0
12 Homepage: http://shibboleth.internet2.edu/
13 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
14 Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/shibboleth-sp2.git
15
16 Package: libapache2-mod-shib2
17 Section: web
18 Architecture: any
19 Depends: ${shlibs:Depends}
20 Recommends: apache2, openssl
21 Conflicts: libapache2-mod-shib
22 Description: Federated web single sign-on system (Apache module)
23  The Shibboleth System is a standards based software package for web
24  single sign-on across or within organizational boundaries.  It supports
25  authorization and attribute exchange using the OASIS SAML 2.0 protocol.
26  Shibboleth allows sites to make informed authorization decisions for
27  individual access of protected online resources while allowing users to
28  establish their identities with their local authentication systems.
29  .
30  This package contains the Shibboleth Apache module for service providers
31  (web servers providing resources protected by Shibboleth) and the
32  supporting shibd daemon.
33
34 Package: libshibsp2
35 Section: libs
36 Architecture: any
37 Depends: ${shlibs:Depends}, opensaml2-schemas (>= 2.1),
38  shibboleth-sp2-schemas (>= 2.1), xmltooling-schemas (>= 1.1)
39 Description: Federated web single sign-on system (runtime)
40  The Shibboleth System is a standards based software package for web
41  single sign-on across or within organizational boundaries.  It supports
42  authorization and attribute exchange using the OASIS SAML 2.0 protocol.
43  Shibboleth allows sites to make informed authorization decisions for
44  individual access of protected online resources while allowing users to
45  establish their identities with their local authentication systems.
46  .
47  This package contains the Shibboleth SP runtime library.
48
49 Package: libshibsp-dev
50 Section: libdevel
51 Architecture: any
52 Depends: libshibsp2 (= ${binary:Version}), libsaml2-dev, libxerces-c2-dev,
53  libxmltooling-dev
54 Suggests: libshib2-doc (= ${source:Version})
55 Description: Federated web single sign-on system (development)
56  The Shibboleth System is a standards based software package for web
57  single sign-on across or within organizational boundaries.  It supports
58  authorization and attribute exchange using the OASIS SAML 2.0 protocol.
59  Shibboleth allows sites to make informed authorization decisions for
60  individual access of protected online resources while allowing users to
61  establish their identities with their local authentication systems.
62  .
63  This package contains the headers and other necessary files to build
64  applications that use the Shibboleth SP library.
65
66 Package: libshibsp-doc
67 Section: doc
68 Architecture: all
69 Description: Federated web single sign-on system (API docs)
70  The Shibboleth System is a standards based software package for web
71  single sign-on across or within organizational boundaries.  It supports
72  authorization and attribute exchange using the OASIS SAML 2.0 protocol.
73  Shibboleth allows sites to make informed authorization decisions for
74  individual access of protected online resources while allowing users to
75  establish their identities with their local authentication systems.
76  .
77  This package contains the Shibboleth SP library API documentation.
78
79 Package: shibboleth-sp2-schemas
80 Section: text
81 Architecture: all
82 Conflicts: libapache2-mod-shib
83 Description: Federated web single sign-on system (schemas)
84  The Shibboleth System is a standards based software package for web
85  single sign-on across or within organizational boundaries.  It supports
86  authorization and attribute exchange using the OASIS SAML 2.0 protocol.
87  Shibboleth allows sites to make informed authorization decisions for
88  individual access of protected online resources while allowing users to
89  establish their identities with their local authentication systems.
90  .
91  This package contains the additional schemas used by the Shibboleth SP.