This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository stacks.
commit 3cc78108482d2a9a087b0746ac9c165943daace1 Author: Andreas Tille <[email protected]> Date: Sat Aug 13 11:03:03 2016 +0200 New upstream version, does not build with -pie hardening option so this is removed --- debian/changelog | 7 +++++++ debian/rules | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 952b621..195be8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stacks (1.42-1) unstable; urgency=medium + + * New upstream version + * hardening -pie + + -- Andreas Tille <[email protected]> Sat, 13 Aug 2016 10:49:42 +0200 + stacks (1.40-1) unstable; urgency=medium * New upstream version diff --git a/debian/rules b/debian/rules index 609d49d..f45ca12 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,8 @@ pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie %: dh $@ --with python2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/stacks.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
