This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-z64.
commit 0f1425abb32dd08d94ffa3869a6418f02e7d3677 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 9466b50..dd342eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mupen64plus-video-z64 (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:20:26 +0100 diff --git a/debian/rules b/debian/rules index cfc9a3d..4ca409f 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-video-z64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

