This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository quakespasm.
commit 0b2620f9f53d432662e7cf259d6728a835e0e5cf Author: Simon McVittie <[email protected]> Date: Wed Feb 22 10:29:08 2017 +0000 Enable full compiler hardening --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index aefc61e..2ac4efa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ quakespasm (0.92.1+dfsg-2) UNRELEASED; urgency=medium * Increase debhelper compat level to 10 (parallel build by default) * d/copyright: break out BSD-3-clause to a standalone license paragraph + * Enable full compiler hardening -- Simon McVittie <[email protected]> Wed, 22 Feb 2017 10:20:08 +0000 diff --git a/debian/rules b/debian/rules index 9ec577f..63ab186 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk CFLAGS+=$(CPPFLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quakespasm.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

