[SCM] Debian packaging for OpenSAML 2.0 branch, debian, updated. upstream/2.2.1-66-gbe0e55e

Russ Allbery rra at debian.org
Fri Nov 6 23:13:17 UTC 2009


The following commit has been merged in the debian branch:
commit be0e55e92820494cdd94a065ca9d1333a3a2ecdf
Author: Russ Allbery <rra at debian.org>
Date:   Fri Nov 6 15:12:46 2009 -0800

    Fix interpackage dependencies
    
    * Build-depend on libxmltooling-dev 1.3 or later and make libsaml2-dev
      depend on libxmltooling-dev 1.3 or later for the fixes for URL
      sanitization.
    * Build-depend on libxml-security-c-dev 1.5 or later to ensure
      that all builds are consistent.

diff --git a/debian/changelog b/debian/changelog
index 08db23a..55b4b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,11 @@ opensaml2 (2.3-1) unstable; urgency=high
       Java xmlsec.
     - Honor digest algorithm in whole document signing with empty URI.
   * Rename library package for upstream SONAME bump.
+  * Build-depend on libxmltooling-dev 1.3 or later and make libsaml2-dev
+    depend on libxmltooling-dev 1.3 or later for the fixes for URL
+    sanitization.
+  * Build-depend on libxml-security-c-dev 1.5 or later to ensure
+    that all builds are consistent.
 
  -- Russ Allbery <rra at debian.org>  Fri, 06 Nov 2009 15:09:04 -0800
 
diff --git a/debian/control b/debian/control
index 83e6424..3c90303 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: extra
 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>
 Build-Depends: debhelper (>= 5), autotools-dev, doxygen, liblog4cpp5-dev,
- libssl-dev, libxerces-c-dev (>= 3.0.1-2~), libxml-security-c-dev (>= 1.4),
- libxmltooling-dev (>= 1.2)
+ libssl-dev, libxerces-c-dev (>= 3.0.1-2~), libxml-security-c-dev (>= 1.5),
+ libxmltooling-dev (>= 1.3)
 Standards-Version: 3.8.3
 Homepage: https://spaces.internet2.edu/display/OpenSAML/Home
 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/opensaml2.git
@@ -25,7 +25,7 @@ Description: Security Assertion Markup Language library (runtime)
 Package: libsaml2-dev
 Section: libdevel
 Architecture: any
-Depends: libsaml4 (= ${binary:Version}), libxmltooling-dev (>= 1.2)
+Depends: libsaml6 (= ${binary:Version}), libxmltooling-dev (>= 1.3)
 Suggests: libsaml2-doc (= ${source:Version})
 Conflicts: libsaml-dev
 Description: Security Assertion Markup Language library (development)

-- 
Debian packaging for OpenSAML 2.0



More information about the Pkg-shibboleth-devel mailing list