[clanlib] 04/05: Enable all hardening options.

Stephen Kitt skitt at moszumanska.debian.org
Sat Jun 11 13:46:35 UTC 2016


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

skitt pushed a commit to branch master
in repository clanlib.

commit 7c98f10ce79d26d5f774af2b05e6ab9905b2ea47
Author: Stephen Kitt <steve at sk2.org>
Date:   Sat Jun 11 15:35:38 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 f91b2df..411aab8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ clanlib (1.0~svn3827-5) UNRELEASED; urgency=medium
   * Build-depend on libmikmod-dev. (Closes: #744908)
   * Use dpkg-buildflags to set the flags (in particular, this gives useful
     debug packages).
+  * Enable all hardening options.
   * Clean up debian/control with cme.
   * Standards-Version 3.9.8, no further change required.
 
diff --git a/debian/rules b/debian/rules
index 5de14ff..966cc09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 export DH_OPTIONS
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
 
 ifeq ($(DEB_HOST_ARCH),i386)

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



More information about the Pkg-games-commits mailing list