This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-audio-sdl.
commit 29ce673518e8e5bb3aa4d2827444c79767e9b428 Author: Sven Eckelmann <[email protected]> Date: Wed Mar 7 22:31:37 2012 +0100 Enable all hardening flags in debian/rules --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5a26223..ad4f8a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mupen64plus-audio-sdl (1.99.4-5) UNRELEASED; urgency=low * Update copyright years in debian/copyright + * Enable all hardening flags in debian/rules -- Sven Eckelmann <[email protected]> Sun, 01 Jan 2012 20:19:31 +0100 diff --git a/debian/rules b/debian/rules index 3407414..a37bd6b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie export CFLAGS=$(shell dpkg-buildflags --get CFLAGS) export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS) export CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-audio-sdl.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

