[gweled] 68/72: Switch to dpkg-buildflags hardening instead of hardening-wrapper.

Stephen Kitt skitt at moszumanska.debian.org
Thu May 26 16:55:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch debian-sid
in repository gweled.

commit 2a7b0fece803dbd35ac386ae7a644440a1d29d18
Author: Stephen Kitt <skitt at debian.org>
Date:   Thu May 26 18:33:28 2016 +0200

    Switch to dpkg-buildflags hardening instead of hardening-wrapper.
---
 debian/changelog | 1 +
 debian/control   | 1 -
 debian/rules     | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 243ba40..c3b0cbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ gweled (0.9.1-4) UNRELEASED; urgency=medium
   * Add the manpage written by Braulio Valdivielso Martínez. (Closes:
     #608439.)
   * Clean up modified files to allow building twice in a row.
+  * Switch to dpkg-buildflags hardening instead of hardening-wrapper.
 
  -- Stephen Kitt <skitt at debian.org>  Thu, 26 May 2016 17:47:31 +0200
 
diff --git a/debian/control b/debian/control
index a96bb3d..2d6c610 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 9),
 	       librsvg2-dev,
 	       libmikmod-dev,
 	       intltool,
-	       hardening-wrapper,
 	       dh-autoreconf
 Standards-Version: 3.9.1
 Homepage: http://gweled.org/
diff --git a/debian/rules b/debian/rules
index ab8fb0a..3a37c22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 export DH_OPTIONS
 
-export DEB_BUILD_HARDENING=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gweled.git



More information about the Pkg-games-commits mailing list