Fix interpackage dependencies
authorRuss Allbery <rra@debian.org>
Fri, 6 Nov 2009 23:12:46 +0000 (15:12 -0800)
committerRuss Allbery <rra@debian.org>
Fri, 6 Nov 2009 23:12:46 +0000 (15:12 -0800)
* 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.

debian/changelog
debian/control

index 08db23a..55b4b00 100644 (file)
@@ -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@debian.org>  Fri, 06 Nov 2009 15:09:04 -0800
 
index 83e6424..3c90303 100644 (file)
@@ -4,8 +4,8 @@ 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, 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)