This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix-plugins.
commit f42ebd03db5b93652fdb108f07fb9a1ccf509e3f Author: Peter Pentchev <[email protected]> Date: Wed Dec 23 16:44:57 2015 +0200 Turn on all the hardening features. --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index a9612e4..2e90d61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ fenix-plugins (0.0.20070803-6) UNRELEASED; urgency=medium * Use the dpkg-dev default settings for the debian tarball compression. * Drop the version of the autotools-dev build dependency, satisfied even in oldoldstable. + * Turn on all the build hardening features. -- Peter Pentchev <[email protected]> Mon, 21 Dec 2015 16:25:27 +0200 diff --git a/debian/rules b/debian/rules index 5f2b361..20103b5 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Aim for the top, adapt if anything should break on the buildds. +DEB_BUILD_MAINT_OPTIONS= hardening=+all +export DEB_BUILD_MAINT_OPTIONS + DEB_CFLAGS_MAINT_APPEND= -Wall export DEB_CFLAGS_MAINT_APPEND -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix-plugins.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

