This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openjk.
commit 83d7992fb8060551bd66ab1558402c9f223310c9 Author: Simon McVittie <[email protected]> Date: Sun Mar 20 13:47:06 2016 +0000 Build with full hardening options --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index a9533ba..35fd0d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ openjk (0~20160320+dfsg1-1) UNRELEASED; urgency=medium * Remove openjk-dbg, rely on automatic dbgsym packages * Symlink all documentation into each game's directory * debian/watch: add (guessing at what releases will look like) + * Build with full hardening options -- Simon McVittie <[email protected]> Fri, 22 Jan 2016 11:09:04 +0000 diff --git a/debian/rules b/debian/rules index 1dd4146..2f479d6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + # Flags valid in both CFLAGS and CXXFLAGS compiler_flags := \ -Wall \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

