[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.0-1-7-g7d3dd7e

Russ Allbery rra at debian.org
Thu Apr 7 21:35:13 UTC 2011


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

    Force build dependency on libssl-dev 1.0 for consistency
    
    * 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 11f5e12..523bbdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 xml-security-c (1.6.0-2) UNRELEASED; urgency=low
 
+  * 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.
   * Remove Makefile.in on debian/rules clean since we regenerate these
     files by running Automake during the build.
 
diff --git a/debian/control b/debian/control
index 38510b1..5351589 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>
 Build-Depends: debhelper (>= 8), autoconf, automake,
- autotools-dev (>= 20100122.1~), libtool, libssl-dev, libxerces-c-dev,
- pkg-config
+ autotools-dev (>= 20100122.1~), libtool, libssl-dev (>= 1.0),
+ libxerces-c-dev, pkg-config
 Standards-Version: 3.9.1
 Homepage: http://santuario.apache.org/cindex.html
 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xml-security-c.git

-- 
Debian packaging for XML-Security-C



More information about the Pkg-shibboleth-devel mailing list