This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libio-aio-perl.
commit f6fc68e80972eaf2b47e1f4cd06cc9fb5c3bc8cb Author: gregor herrmann <[email protected]> Date: Sun Oct 30 15:06:51 2016 +0100 Set bindnow linker flag in debian/rules. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index ac11334..ad923e7 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ PKG := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PKG) +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow + %: dh $@ --buildsystem=perl_makemaker -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-aio-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
