This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libtcl-perl.
commit bda68419fe3dd985776c529c9ccaa813ccdd6f32 Author: Florian Schlichting <[email protected]> Date: Sun Apr 24 00:44:43 2016 +0200 Enable all hardening flags --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index e94a90f..ab12813 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f TCLCONFIG=$(shell grep -Eo '/usr/lib/.+/tclConfig.sh' /usr/lib/tclConfig.sh) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtcl-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
