Use standards-version 3.8.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, apache2-threaded-dev,
7  liblog4cpp5-dev, libxerces-c2-dev, libsaml2-dev,
8  libssl-dev, zlib1g-dev, libxml-security-c-dev (>=1.4)
9 Standards-Version: 3.8.0
10 Homepage: http://shibboleth.internet2.edu
11 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
12 Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/shibboleth-sp2.git
13
14 Package: libapache2-mod-shib2
15 Section: web
16 Architecture: any
17 Depends: ${shlibs:Depends}, ${misc:Depends}, xmltooling-schemas, opensaml2-schemas
18 Recommends: apache2
19 Conflicts: libapache2-mod-shib
20 Description: Federated identity-based authentication and authorization system (runtime)
21  Shibboleth, a project of Internet2/MACE, is developing architectures,
22  policy structures, practical technologies, and an open source
23  implementation to support inter-institutional sharing of web resources
24  subject to access controls. In addition, Shibboleth will develop a
25  policy framework that will allow inter-operation within the higher
26  education community.
27  .
28  This package contains the Shibboleth runtime library and Apache module.
29
30 Package: libshib2-dev
31 Section: libdevel
32 Architecture: any
33 Depends: libapache2-mod-shib2 (= ${binary:Version})
34 Suggests: libshib2-doc (= ${source:Version})
35 Description: Federated identity-based authentication and authorization system (development)
36  Shibboleth, a project of Internet2/MACE, is developing architectures,
37  policy structures, practical technologies, and an open source
38  implementation to support inter-institutional sharing of web resources
39  subject to access controls. In addition, Shibboleth will develop a
40  policy framework that will allow inter-operation within the higher
41  education community.
42  .
43  This package contains the headers and other necessary files to build
44  applications that use the shibboleth library.
45
46 Package: libshib2-doc
47 Section: doc
48 Architecture: all
49 Description: Federated identity-based authentication and authorization system (API docs)
50  Shibboleth, a project of Internet2/MACE, is developing architectures,
51  policy structures, practical technologies, and an open source
52  implementation to support inter-institutional sharing of web resources
53  subject to access controls. In addition, Shibboleth will develop a
54  policy framework that will allow inter-operation within the higher
55  education community.
56  .
57  This package contains the Shibboleth library API documentation
58  generated by Doxygen.