[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 b159a5dc1f0a56bf31982b82c70612dd51f97324
Author: Russ Allbery <rra at debian.org>
Date: Sun Mar 6 20:16:22 2011 -0800
Also remove --with-xerces, since it was causing the "yes" problems
diff --git a/debian/changelog b/debian/changelog
index 33a203a..f5bd8b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ xml-security-c (1.6.0-1) UNRELEASED; urgency=low
- 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.
+ * Remove --with-xerces from the configure flags, since "yes" is
+ interpreted as a path to libraries and headers.
+ * Remove unnecessary --with-openssl from configure flags.
* Update to debhelper compatibility level V8.
- Use the autotools-dev debhelper module for config.{sub,guess}.
- Use debhelper rule minimization.
diff --git a/debian/rules b/debian/rules
index ca89eb4..03f839d 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
+ dh_auto_configure -- --without-xalan
%:
dh $@ --with autotools_dev
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list