[med-svn] [stacks] 03/07: do not disable PIE
Andreas Tille
tille at debian.org
Sat Jun 24 07:04:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository stacks.
commit ae43ecaac43b17d94fa3ab310d8d17b3ab59d4ee
Author: Andreas Tille <tille at debian.org>
Date: Sat Jun 24 08:12:39 2017 +0200
do not disable PIE
---
debian/changelog | 2 ++
debian/rules | 3 +--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6e08b01..1058b11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ stacks (1.46-1) UNRELEASED; urgency=medium
* New upstream version
* Standards-Version: 4.0.0 (no changes needed)
+ * do not disable PIE
+ Closes: #865668
-- Andreas Tille <tille at debian.org> Sat, 24 Jun 2017 08:10:15 +0200
diff --git a/debian/rules b/debian/rules
index f45ca12..609d49d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,7 @@
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
-# export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with python2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/stacks.git
More information about the debian-med-commit
mailing list