[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.1-1-3-gf1dfe3e

Russ Allbery rra at debian.org
Thu Jan 26 02:00:09 UTC 2012


The following commit has been merged in the master branch:
commit 06330d15a1a45496f45bd01262807ec320d14771
Author: Russ Allbery <rra at debian.org>
Date:   Wed Jan 25 14:36:46 2012 -0800

    Update to debhelper V9, enable hardening
    
    * Update to debhelper compatibility level V9.
      - Enable hardening build flags.  (Closes: #656658)

diff --git a/debian/changelog b/debian/changelog
index e903040..8d265a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xml-security-c (1.6.1-2) UNRELEASED; urgency=low
+
+  * Update to debhelper compatibility level V9.
+    - Enable hardening build flags.  (Closes: #656658)
+
+ -- Russ Allbery <rra at debian.org>  Wed, 25 Jan 2012 14:36:36 -0800
+
 xml-security-c (1.6.1-1) unstable; urgency=high
 
   * Urgency high for security fix.
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 3d07104..0fc6111 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 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), autotools-dev (>= 20100122.1~),
+Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~),
  libssl-dev (>= 1.0), libxerces-c-dev, pkg-config
 Standards-Version: 3.9.2
 Homepage: http://santuario.apache.org/cindex.html
diff --git a/debian/rules b/debian/rules
index 66a4e80..76b6b46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# Enable compiler hardening flags.
+export DEB_BUILD_MAINT_OPTIONS = all
+
 override_dh_auto_configure:
 	dh_auto_configure -- --without-xalan
 

-- 
Debian packaging for XML-Security-C



More information about the Pkg-shibboleth-devel mailing list