[heroes] 06/07: Enable all hardening options.

Stephen Kitt skitt at moszumanska.debian.org
Wed Apr 13 18:04:01 UTC 2016


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

skitt pushed a commit to branch master
in repository heroes.

commit 30c40729fc47d03b614425c2b68741ce5f2ba285
Author: Stephen Kitt <steve at sk2.org>
Date:   Wed Apr 13 20:03:07 2016 +0200

    Enable all hardening options.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7189493..60d3645 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ heroes (0.21-15) UNRELEASED; urgency=medium
   * Clean up debian/control using cme.
   * Stop installing /usr/share/games/heroes in the heroes package.
   * Standards-Version 3.9.8, no further change required.
+  * Enable all hardening options.
 
  -- Stephen Kitt <skitt at debian.org>  Sat, 05 Mar 2016 19:35:21 +0100
 
diff --git a/debian/rules b/debian/rules
index de73d17..2b7b930 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+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/heroes.git



More information about the Pkg-games-commits mailing list