Tighten the shibboleth-sp2-schemas dependency
[shibboleth/sp.git] / debian / control
index 2f6fbcc..e3f12ec 100644 (file)
@@ -3,44 +3,89 @@ Section: web
 Priority: extra
 Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
 Uploaders: Russ Allbery <rra@debian.org>, Ferenc Wagner <wferi@niif.hu>
-Build-Depends: debhelper (>= 5), autotools-dev, libxerces27-dev | libxerces28-dev, libsaml2-dev,
- libssl-dev, zlib1g-dev, liblog4cpp5-dev, apache2-threaded-dev, libxml-security-c-dev (>=1.4)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5), autotools-dev, autoconf, automake,
+ libtool, apache2-threaded-dev, doxygen, liblog4cpp5-dev,
+ libsaml2-dev (>= 2.1), libssl-dev, libxerces-c2-dev,
+ libxml-security-c-dev (>= 1.4), libxmltooling-dev (>= 1.1),
+ opensaml2-schemas, unixodbc-dev, xmltooling-schemas
+Standards-Version: 3.8.0
+Homepage: http://shibboleth.internet2.edu/
+Vcs-Git: git://git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
+Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/shibboleth-sp2.git
 
 Package: libapache2-mod-shib2
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, xmltooling-schemas, opensaml2-schemas
-Recommends: apache2
+Depends: ${shlibs:Depends}
+Recommends: apache2, openssl
 Conflicts: libapache2-mod-shib
-Description: Open source system for attribute-based Web SSO
- Shibboleth, a project of Internet2/MACE, is developing architectures,
- policy structures, practical technologies, and an open source
- implementation to support inter-institutional sharing of web resources
- subject to access controls. In addition, Shibboleth will develop a
- policy framework that will allow inter-operation within the higher
- education community.
+Description: Federated web single sign-on system (Apache module)
+ The Shibboleth System is a standards based software package for web
+ single sign-on across or within organizational boundaries.  It supports
+ authorization and attribute exchange using the OASIS SAML 2.0 protocol.
+ Shibboleth allows sites to make informed authorization decisions for
+ individual access of protected online resources while allowing users to
+ establish their identities with their local authentication systems.
  .
- This package contains the shibboleth runtime library and Apache module.
+ This package contains the Shibboleth Apache module for service providers
+ (web servers providing resources protected by Shibboleth) and the
+ supporting shibd daemon.
 
-Package: libshib2-dev
+Package: libshibsp2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, opensaml2-schemas, shibboleth-sp2-schemas (>= 2.1),
+ xmltooling-schemas
+Description: Federated web single sign-on system (runtime)
+ The Shibboleth System is a standards based software package for web
+ single sign-on across or within organizational boundaries.  It supports
+ authorization and attribute exchange using the OASIS SAML 2.0 protocol.
+ Shibboleth allows sites to make informed authorization decisions for
+ individual access of protected online resources while allowing users to
+ establish their identities with their local authentication systems.
+ .
+ This package contains the Shibboleth SP runtime library.
+
+Package: libshibsp-dev
 Section: libdevel
 Architecture: any
-Depends: libapache2-mod-shib2 (= ${Source-Version})
-Suggests: libshib2-doc (= ${Source-Version})
-Description: Shibboleth development headers
- Shibboleth, a project of Internet2/MACE, is developing architectures,
- policy structures, practical technologies, and an open source
- implementation to support inter-institutional sharing of web resources
- subject to access controls. In addition, Shibboleth will develop a
- policy framework that will allow inter-operation within the higher
- education community.
+Depends: libshibsp2 (= ${binary:Version}), libsaml2-dev, libxerces-c2-dev,
+ libxmltooling-dev
+Suggests: libshib2-doc (= ${source:Version})
+Description: Federated web single sign-on system (development)
+ The Shibboleth System is a standards based software package for web
+ single sign-on across or within organizational boundaries.  It supports
+ authorization and attribute exchange using the OASIS SAML 2.0 protocol.
+ Shibboleth allows sites to make informed authorization decisions for
+ individual access of protected online resources while allowing users to
+ establish their identities with their local authentication systems.
  .
  This package contains the headers and other necessary files to build
- applications that use the shibboleth library.
+ applications that use the Shibboleth SP library.
 
-Package: libshib2-doc
+Package: libshibsp-doc
 Section: doc
 Architecture: all
-Description: Shibboleth API Documentation
- Shibboleth Library API documentation generated by Doxygen.
+Description: Federated web single sign-on system (API docs)
+ The Shibboleth System is a standards based software package for web
+ single sign-on across or within organizational boundaries.  It supports
+ authorization and attribute exchange using the OASIS SAML 2.0 protocol.
+ Shibboleth allows sites to make informed authorization decisions for
+ individual access of protected online resources while allowing users to
+ establish their identities with their local authentication systems.
+ .
+ This package contains the Shibboleth SP library API documentation.
+
+Package: shibboleth-sp2-schemas
+Section: text
+Architecture: all
+Conflicts: libapache2-mod-shib
+Description: Federated web single sign-on system (schemas)
+ The Shibboleth System is a standards based software package for web
+ single sign-on across or within organizational boundaries.  It supports
+ authorization and attribute exchange using the OASIS SAML 2.0 protocol.
+ Shibboleth allows sites to make informed authorization decisions for
+ individual access of protected online resources while allowing users to
+ establish their identities with their local authentication systems.
+ .
+ This package contains the additional schemas used by the Shibboleth SP.