[SCM] Debian packaging for OpenSAML 2.0 branch, debian, updated. upstream/2.1-56-gfe9881c

Russ Allbery rra at debian.org
Tue Aug 11 00:18:24 UTC 2009


The following commit has been merged in the debian branch:
commit 36942907df5c09e1400341437a46260ce3bee221
Author: Russ Allbery <rra at debian.org>
Date:   Mon Aug 10 16:28:53 2009 -0700

    Build-depend and depend on xmltooling 1.2 or later

diff --git a/debian/changelog b/debian/changelog
index ab5a6d5..c15366a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ opensaml2 (2.2-1) UNRELEASED; urgency=low
     - Allow verbs for GET-based bindings to be overridden.
   * Rename library package for upstream SONAME bump.
   * Build against Xerces-C 3.0.
+  * Build-depend and depend on xmltooling 1.2 or later.
   * Update standards version to 3.8.2 (no changes required).
 
  -- Russ Allbery <rra at debian.org>  Mon, 10 Aug 2009 15:38:31 -0700
diff --git a/debian/control b/debian/control
index 823d497..ac51661 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ 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, libxml-security-c-dev (>= 1.4),
- libxmltooling-dev (>= 1.1)
+ libxmltooling-dev (>= 1.2)
 Standards-Version: 3.8.2
 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
+Depends: libsaml4 (= ${binary:Version}), libxmltooling-dev (>= 1.2)
 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