This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository libcsfml.
commit c087e1e5f35c3e0e39cb4c923917e9eaaf917d7b Author: James Cowgill <[email protected]> Date: Tue Mar 3 21:22:29 2015 +0000 Enable all hardening flags --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index f2598fa..2798cd5 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ PKD = $(abspath $(dir $(MAKEFILE_LIST))) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

