This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch debian/jessie-backports-sloppy in repository pftools.
commit 2abbcb56431c00e364ac94aadc0335ff88ba5206 Author: Andreas Tille <[email protected]> Date: Wed Oct 4 12:11:22 2017 +0200 Hardening: disable -pie --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3eb863a..9beae30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pftools (3+dfsg-2~bpo8+1) jessie-backports-sloppy; urgency=medium * Rebuild for jessie-backports-sloppy. + * Hardening: disable -pie -- Andreas Tille <[email protected]> Wed, 04 Oct 2017 12:04:19 +0200 diff --git a/debian/rules b/debian/rules index b1291a8..b4ba273 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pftools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
