[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:46 UTC 2012
The following commit has been merged in the master branch:
commit 50e8cf8fdcc3d12ec839558ba44f7faf35f9d05b
Author: Russ Allbery <rra at debian.org>
Date: Fri Jan 27 12:35:55 2012 -0800
Use correct hardening flag syntax and add bindnow
diff --git a/debian/changelog b/debian/changelog
index 8def849..46785f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
xml-security-c (1.6.1-3) unstable; urgency=low
- * Also enable bindnow hardening build flags.
+ * Also enable bindnow hardening build flags and use the correct syntax
+ to add additional hardening flags.
* Add symbols file constructed with pkgkde-symbolshelper. Add a
README.source file with a pointer to the documentation.
diff --git a/debian/rules b/debian/rules
index c71b0a9..0eda401 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,+bindnow
+export DEB_BUILD_MAINT_OPTIONS = hardening=+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