9fae6c3672dd522c640a007be90a2ce01389a9e6
[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.3), libssl-dev, libxerces-c-dev,
9  libxml-security-c-dev (>= 1.5), libxmltooling-dev (>= 1.3),
10  opensaml2-schemas, unixodbc-dev, xmltooling-schemas
11 Standards-Version: 3.8.3
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: httpd
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
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: libshibsp4
35 Section: libs
36 Architecture: any
37 Depends: ${shlibs:Depends}, ${misc:Depends}, opensaml2-schemas (>= 2.3),
38  shibboleth-sp2-schemas (>= 2.3), xmltooling-schemas (>= 1.3)
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: ${shlibs:Depends}, ${misc:Depends},
53  libshibsp4 (= ${binary:Version}), libsaml2-dev (>= 2.3),
54  libxerces-c-dev, libxmltooling-dev (>= 1.3)
55 Suggests: libshib2-doc (= ${source:Version})
56 Description: Federated web single sign-on system (development)
57  The Shibboleth System is a standards based software package for web
58  single sign-on across or within organizational boundaries.  It supports
59  authorization and attribute exchange using the OASIS SAML 2.0 protocol.
60  Shibboleth allows sites to make informed authorization decisions for
61  individual access of protected online resources while allowing users to
62  establish their identities with their local authentication systems.
63  .
64  This package contains the headers and other necessary files to build
65  applications that use the Shibboleth SP library.
66
67 Package: libshibsp-doc
68 Section: doc
69 Architecture: all
70 Depends: ${misc:Depends}
71 Description: Federated web single sign-on system (API docs)
72  The Shibboleth System is a standards based software package for web
73  single sign-on across or within organizational boundaries.  It supports
74  authorization and attribute exchange using the OASIS SAML 2.0 protocol.
75  Shibboleth allows sites to make informed authorization decisions for
76  individual access of protected online resources while allowing users to
77  establish their identities with their local authentication systems.
78  .
79  This package contains the Shibboleth SP library API documentation.
80
81 Package: shibboleth-sp2-schemas
82 Section: text
83 Architecture: all
84 Depends: ${misc:Depends}
85 Conflicts: libapache2-mod-shib
86 Description: Federated web single sign-on system (schemas)
87  The Shibboleth System is a standards based software package for web
88  single sign-on across or within organizational boundaries.  It supports
89  authorization and attribute exchange using the OASIS SAML 2.0 protocol.
90  Shibboleth allows sites to make informed authorization decisions for
91  individual access of protected online resources while allowing users to
92  establish their identities with their local authentication systems.
93  .
94  This package contains the additional schemas used by the Shibboleth SP.