This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository yquake2.
commit 6e48d646ea46958b370be0bbd3cd413733a07029 Author: Simon McVittie <[email protected]> Date: Thu Jun 30 08:15:29 2016 +0100 Enable full compiler hardening --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ee1cffd..39b8c7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ yquake2 (5.34~dfsg1-1) UNRELEASED; urgency=medium - install 3D crosshair for stereoscopic rendering - refresh patches - install new README.md instead of old README + * Enable full compiler hardening -- Simon McVittie <[email protected]> Fri, 22 Jan 2016 11:11:19 +0000 diff --git a/debian/rules b/debian/rules index 450a54c..03cb110 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all export LC_ALL=C.UTF-8 export TZ=UTC -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/yquake2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

