[SCM] xboard PKG branch, experimental, updated. debian/4.6.git20110822-1-12-gfb815a1
Vincent Legout
vincent at legout.info
Sun Mar 25 09:51:03 UTC 2012
The following commit has been merged in the experimental branch:
commit fb815a196fdc7109fc897adbc4a53a4e6f919424
Author: Vincent Legout <vincent at 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 <vlegout at 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-devel at lists.alioth.debian.org>
Uploaders: Clint Adams <clint at gnu.org>, Barry deFreese <bdefreese at debian.org>, Gonéri Le Bouder <goneri at rulezlan.org>, Vincent Legout <vlegout at 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
More information about the Pkg-games-commits
mailing list