[SCM] Debian packaging for XMLTooling-C branch, master, updated. debian/1.4.1-2-4-gb7b24c6

Russ Allbery rra at debian.org
Thu Apr 7 21:47:18 UTC 2011


The following commit has been merged in the master branch:
commit 3fd799a088c7aba751841247282722be9a18c79f
Author: Russ Allbery <rra at debian.org>
Date:   Thu Apr 7 14:13:09 2011 -0700

    Force build dependency on libssl-dev 1.0 or later
    
    * Add explicit build dependency on libssl-dev, which is used directly by
      this package, and force build dependency on libssl-dev 1.0 or later
      for consistent build results.  If some Shibboleth-related libraries
      are built against earlier versions of libssl, it produces linking
      failures when building the Shibboleth SP package.

diff --git a/debian/changelog b/debian/changelog
index 7b8e158..645b4fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xmltooling (1.4.1-3) unstable; urgency=low
+
+  * Add explicit build dependency on libssl-dev, which is used directly by
+    this package, and force build dependency on libssl-dev 1.0 or later
+    for consistent build results.  If some Shibboleth-related libraries
+    are built against earlier versions of libssl, it produces linking
+    failures when building the Shibboleth SP package.
+
+ -- Russ Allbery <rra at debian.org>  Thu, 07 Apr 2011 14:12:58 -0700
+
 xmltooling (1.4.1-2) unstable; urgency=low
 
   * Fix FTBFS with arch-only builds, such as those on the buildds.
diff --git a/debian/control b/debian/control
index 7d50ad7..5664f02 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 (>= 8), autotools-dev (>= 20100122.1~), doxygen,
- graphviz, libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
- libxml-security-c-dev (>= 1.6), pkg-config
+ graphviz, libcurl4-openssl-dev, liblog4cpp5-dev, libssl-dev (>= 1.0),
+ libxerces-c-dev, libxml-security-c-dev (>= 1.6), pkg-config
 Standards-Version: 3.9.1
 Homepage: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C
 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xmltooling.git

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list