This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libwx-perl.
commit cf42920c0e57ade819fd3242f02a568a6bdb2596 Author: gregor herrmann <[email protected]> Date: Fri Jun 23 20:58:10 2017 +0200 Set bindnow linker flag in debian/rules. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index a65ed86..309da75 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,8 @@ ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}') _DETECTION_CMD := perl -MAlien::wxWidgets -e '$$key = Alien::wxWidgets->key; $$key =~ s/_/-/g; print "$$key";' +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow + $(DEBIAN_TARGETS): dh $@ --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwx-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
