[mednafen] 05/07: Enable all hardening options.

Stephen Kitt skitt at moszumanska.debian.org
Sun Jul 24 18:56:44 UTC 2016


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

skitt pushed a commit to branch master
in repository mednafen.

commit 5b03b877f9f8b1eb5dc75bc512e707b60cf534ef
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Jul 24 20:50:21 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 2b8d306..67c67cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mednafen (0.9.38.7+dfsg-2) UNRELEASED; urgency=medium
     #831205).
   * Fix spelling of "occured".
   * Allow building with multiple installed versions of liblzo2-dev.
+  * Enable all hardening options.
 
  -- Stephen Kitt <skitt at debian.org>  Fri, 22 Jan 2016 19:02:45 +0100
 
diff --git a/debian/rules b/debian/rules
index 2455874..38ad91b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 liblzo2_source := $(shell dpkg-query -W -f='$${source:Package} (= $${source:Version})\n' liblzo2-dev | head -n 1)
 
 

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



More information about the Pkg-games-commits mailing list