This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository netpanzer.
commit d7f010ecff32dd4925fc1faf255c496304c99bd6 Author: Markus Koschany <[email protected]> Date: Sun Jun 5 11:21:54 2016 +0200 export DEB_BUILD_MAINT_OPTIONS = hardening=+all --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ff88791..700e384 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ netpanzer (0.8.7+ds-1) unstable; urgency=medium * Add dh_installchangelogs override and install the old changelog. * Add hardening.patch and use Debian's system build flags. * Update debian/copyright to copyright format 1.0. + * export DEB_BUILD_MAINT_OPTIONS = hardening=+all. -- Markus Koschany <[email protected]> Sun, 05 Jun 2016 10:27:36 +0200 diff --git a/debian/rules b/debian/rules index cb11cb3..630dd4d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

