This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to annotated tag debian/2.14.7+dfsg-1 in repository 7kaa.
commit 9a335c86f6bf842d975595b3cfad6f62a8d9ebe0 Author: Bertrand Marc <[email protected]> Date: Wed Jul 26 15:15:13 2017 +0200 debian/rules: enable all hardening build flags, including bindnow. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 04f2ccc..3b0271f 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,8 @@ else CROSS= --build $(DEB_BUILD_GNU_TYPE) endif +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --parallel --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/7kaa.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

