[mednaffe] 07/11: Stop disabling PIE

Stephen Kitt skitt at moszumanska.debian.org
Thu Jul 13 07:23:39 UTC 2017


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

skitt pushed a commit to branch master
in repository mednaffe.

commit 862d67e309b822496c03e66eab28100b8a065c26
Author: Stephen Kitt <steve at sk2.org>
Date:   Thu Jul 13 09:10:25 2017 +0200

    Stop disabling PIE
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 163b077..308abfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mednaffe (0.8.5-1) UNRELEASED; urgency=medium
   * Update watch file.
   * Enable pristine-tar by default.
   * Update debian/copyright.
+  * Stop disabling PIE.
 
  -- Stephen Kitt <skitt at debian.org>  Thu, 13 Jul 2017 09:06:09 +0200
 
diff --git a/debian/rules b/debian/rules
index 313e2bd..cfc01ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:

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



More information about the Pkg-games-commits mailing list