This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository pygame-sdl2.
commit c77a02ec445ed5b1787eba8e4bd7295ac927fd1b Author: Markus Koschany <[email protected]> Date: Mon Jun 19 01:46:37 2017 +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 0f31af8..55d007a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pygame-sdl2 (6.99.12.4-1) unstable; urgency=medium * New upstream version 6.99.12.4. * Use https for Format field. + * export DEB_BUILD_MAINT_OPTIONS = hardening=+all. -- Markus Koschany <[email protected]> Mon, 19 Jun 2017 01:40:00 +0200 diff --git a/debian/rules b/debian/rules index d65120e..807320c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f export PYBUILD_NAME = pygame-sdl2 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with python2 --buildsystem=pybuild -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pygame-sdl2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

