Shorten the too long short package descriptions
[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  doxygen, liblog4cpp5-dev, libxerces-c2-dev, libsaml2-dev, opensaml2-schemas,
8  libssl-dev, zlib1g-dev, libxmltooling-dev, xmltooling-schemas, 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}, xmltooling-schemas, opensaml2-schemas
18 Recommends: apache2
19 Conflicts: libapache2-mod-shib
20 Description: Federated identity-based 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}), libsaml2-dev, libxerces-c2-dev,
34  libxmltooling-dev
35 Suggests: libshib2-doc (= ${source:Version})
36 Description: Federated identity-based authorization system (development)
37  Shibboleth, a project of Internet2/MACE, is developing architectures,
38  policy structures, practical technologies, and an open source
39  implementation to support inter-institutional sharing of web resources
40  subject to access controls. In addition, Shibboleth will develop a
41  policy framework that will allow inter-operation within the higher
42  education community.
43  .
44  This package contains the headers and other necessary files to build
45  applications that use the shibboleth library.
46
47 Package: libshib2-doc
48 Section: doc
49 Architecture: all
50 Description: Federated identity-based authorization system (API docs)
51  Shibboleth, a project of Internet2/MACE, is developing architectures,
52  policy structures, practical technologies, and an open source
53  implementation to support inter-institutional sharing of web resources
54  subject to access controls. In addition, Shibboleth will develop a
55  policy framework that will allow inter-operation within the higher
56  education community.
57  .
58  This package contains the Shibboleth library API documentation
59  generated by Doxygen.