Force build dependency on libssl-dev 1.0 or later
authorRuss Allbery <rra@debian.org>
Thu, 7 Apr 2011 21:13:09 +0000 (14:13 -0700)
committerRuss Allbery <rra@debian.org>
Thu, 7 Apr 2011 21:15:22 +0000 (14:15 -0700)
* 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.

debian/changelog
debian/control

index 7b8e158..645b4fb 100644 (file)
@@ -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@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.
index 7d50ad7..5664f02 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 (>= 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