[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.5.1-3-17-g9102852
Russ Allbery
rra at debian.org
Mon Mar 7 04:36:18 UTC 2011
The following commit has been merged in the master branch:
commit a1802e7a85e9f8563edea6fab5af576d553c6fa0
Author: Russ Allbery <rra at debian.org>
Date: Sun Mar 6 20:11:42 2011 -0800
Build fixes for OpenSSL with pkg-config
* Add build dependency on pkg-config, which upstream now uses to find
the SSL libraries.
* Remove --with-openssl from the configure flags, since this is the
default and passing it adds weird -I and -L flags to the build.
diff --git a/debian/changelog b/debian/changelog
index 8f96de3..33a203a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ xml-security-c (1.6.0-1) UNRELEASED; urgency=low
- Add methods for Reference removal to DSIGSignature and
DSIGSignedInfo classes
- Lots of various bug fixes
+ * Add build dependency on pkg-config, which upstream now uses to find
+ the SSL libraries.
+ * Remove --with-openssl from the configure flags, since this is the
+ default and passing it adds weird -I and -L flags to the build.
* Update to debhelper compatibility level V8.
- Use the autotools-dev debhelper module for config.{sub,guess}.
- Use debhelper rule minimization.
diff --git a/debian/control b/debian/control
index 553e5f6..423bbed 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +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
+ autotools-dev (>= 20100122.1~), libtool, libssl-dev, libxerces-c-dev,
+ pkg-config
Standards-Version: 3.8.4
Homepage: http://santuario.apache.org/cindex.html
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xml-security-c.git
diff --git a/debian/rules b/debian/rules
index dea86cc..ca89eb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
override_dh_auto_configure:
autoreconf -f -i
- dh_auto_configure -- --with-xerces --without-xalan --with-openssl
+ dh_auto_configure -- --with-xerces --without-xalan
%:
dh $@ --with autotools_dev
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list