This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository pirs.
commit 0ba1982217196cc0181613a8287c8a29e885bd00 Author: Andreas Tille <[email protected]> Date: Thu Sep 14 10:07:57 2017 +0200 Do not disable PIE --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bee111f..f7cdcfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pirs (2.0.2+dfsg-6) UNRELEASED; urgency=medium + + * Do not disable PIE (thanks for the patch to Adrian Bunk <[email protected]>) + Closes: #865655 + + -- Andreas Tille <[email protected]> Thu, 14 Sep 2017 10:06:38 +0200 + pirs (2.0.2+dfsg-5.1) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/rules b/debian/rules index 051386a..a2ce289 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # DH_VERBOSE := 1 -export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS = hardening=+all DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') PERLDIR := debian/$(DEBPKGNAME)/usr/lib/$(DEBPKGNAME) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pirs.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
