This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit 4d27a0dfcf678a1d6e5a28e33e0243234b31b2f4 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 fa72b8f..a4d7a7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mupen64plus-video-glide64 (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:16 +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-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

