This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository phyml.
commit 108389f046d8294e32966a262841ca16e7a023c5 Author: Andreas Tille <[email protected]> Date: Tue Jun 27 13:22:37 2017 +0200 Do not disable PIE --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b3a5c5f..3d70393 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ phyml (3:3.3.20170530+dfsg-1) UNRELEASED; urgency=medium * New upstream version * Upstream confirmed that beagle is not supported * Standards-Version: 4.0.0 (no changes needed) + * Do not disable PIE + Closes: #865654 - -- Andreas Tille <[email protected]> Sat, 24 Jun 2017 10:38:47 +0200 + -- Andreas Tille <[email protected]> Tue, 27 Jun 2017 13:20:47 +0200 phyml (3:3.2.0+dfsg-7) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index d8dfeb0..ec6e68b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules for phyml -export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS = hardening=+all BUILDARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phyml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
