The following commit has been merged in the experimental branch:
commit fb815a196fdc7109fc897adbc4a53a4e6f919424
Author: Vincent Legout <vinc...@legout.info>
Date:   Sun Mar 25 11:36:16 2012 +0200

    debhelper 9, enable hardening flags

diff --git a/debian/changelog b/debian/changelog
index 4d455a1..6225a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ xboard (4.6.0-1) UNRELEASED; urgency=low
   * Use my debian.org email address
   * Remove the DM-Upload-Allowed field
   * Standards-Version 3.9.3 (No changes needed)
+  * Enable hardening flags in debian/rules
+  * Use debhelper 9
 
  -- Vincent Legout <vleg...@debian.org>  Sun, 25 Mar 2012 11:12:27 +0200
 
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 c62044f..fe35bd1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Clint Adams <cl...@gnu.org>, Barry deFreese <bdefre...@debian.org>, 
Gonéri Le Bouder <gon...@rulezlan.org>, Vincent Legout <vleg...@debian.org>
-Build-Depends: debhelper (>= 8), libxaw7-dev, texinfo
+Build-Depends: debhelper (>= 9), libxaw7-dev, texinfo
 Standards-Version: 3.9.3
 Homepage: http://savannah.gnu.org/projects/xboard/
 Vcs-Git: git://git.debian.org/git/pkg-games/xboard.git
diff --git a/debian/rules b/debian/rules
index 435dcc2..7893412 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
        dh $@
 

-- 
xboard PKG

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to