[SCM] Debian packaging for XMLTooling-C branch, debian, updated. upstream/1.2.2-74-g4861dea

Russ Allbery rra at debian.org
Fri Nov 6 19:24:13 UTC 2009


The following commit has been merged in the debian branch:
commit 4861deaaf4e1440624d5d7f087467b2c51988004
Author: Russ Allbery <rra at debian.org>
Date:   Fri Nov 6 11:23:14 2009 -0800

    Also make *-dev depend on libxml-security-c-dev 1.5 or later
    
    Ensure that the *-dev package dependencies are consistent with the library
    against which this package was built, and add more explanation in the
    changelog for the tight dependency.

diff --git a/debian/changelog b/debian/changelog
index b225c1d..ec6e4bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,10 @@ xmltooling (1.3-1) UNRELEASED; urgency=high
     - Remove xmlns:xml namespace declaration when marshalling and
       unmarshalling to avoid canonicalization bugs.
   * Rename library package for upstream SONAME bump.
-  * Build-depend on libxml-security-c-dev 1.5 or later to ensure that all
-    builds are consistent.
+  * Build-depend on libxml-security-c-dev 1.5 or later and make
+    libxmltooling-dev depend on libxml-security-c-dev 1.5 or later to
+    ensure that all builds are consistent.  Although this package will
+    build with 1.4, the other packages built on xmltooling require 1.5.
 
  -- Russ Allbery <rra at debian.org>  Fri, 06 Nov 2009 11:16:43 -0800
 
diff --git a/debian/control b/debian/control
index 9a96c3b..bc97f17 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Package: libxmltooling-dev
 Section: libdevel
 Architecture: any
 Depends: libxmltooling4 (= ${binary:Version}), libcurl4-openssl-dev,
- liblog4cpp5-dev, libxerces-c-dev, libxml-security-c-dev (>= 1.4)
+ liblog4cpp5-dev, libxerces-c-dev, libxml-security-c-dev (>= 1.5)
 Suggests: libxmltooling-doc (= ${source:Version})
 Description: C++ XML parsing library with encryption support (development)
  The XMLTooling library contains generic XML parsing and processing

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list