This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository dolphin-emu.
commit d4b624331bf4b5ddd695c8dcae08cd23baee0018 Author: James Cowgill <[email protected]> Date: Sun Oct 26 20:43:54 2014 +0000 Enable all hardening flags --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 2c542ce..ef91a9b 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 + VER := $(shell dpkg-parsechangelog --show-field Version) UPSTREAM_VER := $(shell echo $(VER) | sed 's/+dfsg.*//') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dolphin-emu.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

