This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcpanel-json-xs-perl.
commit 0dc85eb4acc5c638a4bcbf5b5ebd2c2933b4d816 Author: gregor herrmann <[email protected]> Date: Sat Apr 30 11:43:03 2016 +0200 debian/rules: set bindnow linker flag. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 0429587..a3ed3c3 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpanel-json-xs-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
