This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdbi-perl.
commit 516508ee7e02e012168fb9301a050f2529b994c4 Author: gregor herrmann <[email protected]> Date: Fri Apr 29 13:14:04 2016 +0200 debian/rules: activate bindnow linker flag. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index c455bc4..dfe5858 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,8 @@ DBDABI_DETECTED_VERSION = $(shell cpp `perl -MExtUtils::Embed -e ccopts` debian/ 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/libdbi-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
