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