[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.1-2-4-gc28dfc4
Russ Allbery
rra at debian.org
Fri Jan 27 20:42:45 UTC 2012
The following commit has been merged in the master branch:
commit 2115eed1d3c0eecc2d6cc3f2e701ca1e7a7f6879
Author: Russ Allbery <rra at debian.org>
Date: Fri Jan 27 11:42:19 2012 -0800
Also enable bindnow hardening build flags
diff --git a/debian/changelog b/debian/changelog
index d510ea9..df1caf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xml-security-c (1.6.1-3) unstable; urgency=low
+
+ * Also enable bindnow hardening build flags.
+
+ -- Russ Allbery <rra at debian.org> Fri, 27 Jan 2012 11:42:12 -0800
+
xml-security-c (1.6.1-2) unstable; urgency=low
* Update to debhelper compatibility level V9.
diff --git a/debian/rules b/debian/rules
index 76b6b46..c71b0a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Enable compiler hardening flags.
-export DEB_BUILD_MAINT_OPTIONS = all
+export DEB_BUILD_MAINT_OPTIONS = all,+bindnow
override_dh_auto_configure:
dh_auto_configure -- --without-xalan
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list