[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.3.1+dfsg-2-25-gb8bef97
Russ Allbery
rra at debian.org
Thu Apr 7 03:26:22 UTC 2011
The following commit has been merged in the master branch:
commit b8bef9722fa3338f2fc8a2f81f1c7419966c1d5e
Author: Russ Allbery <rra at debian.org>
Date: Wed Apr 6 20:21:16 2011 -0700
Update build dependencies and dependency versions
* Build-depend on xmltooling 1.4 or later and OpenSAML 2.4 or later, and
also update schema and development package dependencies.
* Force build dependency on xml-security-c 1.6 or later for consistent
build results.
* Add build dependency on pkg-config, which upstream now uses to find
the SSL libraries.
diff --git a/debian/changelog b/debian/changelog
index d37042d..d57354e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,12 @@ shibboleth-sp2 (2.4.2+dfsg-1) UNRELEASED; urgency=low
- Add error information to attribute ResolutionContext
- Multiple bug fixes
* Change package names for the upstream SONAME change.
+ * Build-depend on xmltooling 1.4 or later and OpenSAML 2.4 or later, and
+ also update schema and development package dependencies.
+ * Force build dependency on xml-security-c 1.6 or later for consistent
+ build results.
+ * Add build dependency on pkg-config, which upstream now uses to find
+ the SSL libraries.
* Update debian/copyright to the current DEP-5 specification.
-- Russ Allbery <rra at debian.org> Mon, 29 Nov 2010 15:54:07 -0800
diff --git a/debian/control b/debian/control
index e11020d..100d25f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
Uploaders: Russ Allbery <rra at debian.org>, Ferenc Wagner <wferi at niif.hu>, Faidon Liambotis <paravoid at debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake,
libtool, apache2-threaded-dev, doxygen, liblog4cpp5-dev,
- libsaml2-dev (>= 2.3), libssl-dev, libxerces-c-dev,
- libxml-security-c-dev (>= 1.5), libxmltooling-dev (>= 1.3),
+ libsaml2-dev (>= 2.4), libssl-dev, libxerces-c-dev,
+ libxml-security-c-dev (>= 1.6), libxmltooling-dev (>= 1.4),
unixodbc-dev, libmemcached-dev,
- opensaml2-schemas, xmltooling-schemas
+ opensaml2-schemas, pkg-config, xmltooling-schemas
Standards-Version: 3.8.4
Homepage: http://shibboleth.internet2.edu/
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
@@ -35,8 +35,8 @@ Description: Federated web single sign-on system (Apache module)
Package: libshibsp5
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, opensaml2-schemas (>= 2.3),
- shibboleth-sp2-schemas (>= 2.3), xmltooling-schemas (>= 1.3)
+Depends: ${shlibs:Depends}, ${misc:Depends}, opensaml2-schemas (>= 2.4),
+ shibboleth-sp2-schemas (>= 2.4), xmltooling-schemas (>= 1.4)
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
@@ -51,8 +51,8 @@ Package: libshibsp-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- libshibsp4 (= ${binary:Version}), libsaml2-dev (>= 2.3),
- libxerces-c-dev, libxmltooling-dev (>= 1.3)
+ libshibsp4 (= ${binary:Version}), libsaml2-dev (>= 2.4),
+ libxerces-c-dev, libxmltooling-dev (>= 1.4)
Suggests: libshib2-doc (= ${source:Version})
Description: Federated web single sign-on system (development)
The Shibboleth System is a standards based software package for web
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list