This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository xmoto.
commit e6e260154036a4c902f83cf1aa325e79b346ddfa Author: Stephen Kitt <[email protected]> Date: Sun Mar 20 23:59:16 2016 +0100 Enable all hardening options. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index e2b4148..c62511f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xmoto (0.5.11+dfsg-6) UNRELEASED; urgency=medium * Pull in part of upstream's svn version 3421 to build with gcc 5. (Closes: #818782.) * Update the spelling fixes. + * Enable all hardening options. -- Stephen Kitt <[email protected]> Fri, 22 Jan 2016 19:03:31 +0100 diff --git a/debian/rules b/debian/rules index b224143..73c5491 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xmoto.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

