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