[SCM] Debian packaging for XMLTooling-C branch, master, updated. debian/1.4.2-2-4-g56aa508

Russ Allbery rra at debian.org
Fri Jan 27 22:15:41 UTC 2012


The following commit has been merged in the master branch:
commit 1fd4a5bdf16981078940bc9e85420f3ead4c8666
Author: Russ Allbery <rra at debian.org>
Date:   Fri Jan 27 13:26:24 2012 -0800

    Enable bindnow hardening flags
    
    * Also enable bindnow hardening build flags and use the correct syntax
      to add additional hardening flags.

diff --git a/debian/changelog b/debian/changelog
index bbee717..cb60bbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 xmltooling (1.4.2-3) UNRELEASED; urgency=low
 
+  * 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 77718d6..6e6d801 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 = hardening=+bindnow
 
 DOCS = debian/libxmltooling-doc/usr/share/doc/libxmltooling-doc
 

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list