This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository renpy.
commit 1126dfebc85e65d5e8fadfbf8a798473208d27e6 Author: Markus Koschany <[email protected]> Date: Mon Jun 19 18:47:28 2017 +0200 export DEB_BUILD_MAINT_OPTIONS = hardening=+all --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 043f432..d0075ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ renpy (6.99.12.4+dfsg-1) unstable; urgency=medium * New upstream version 6.99.12.4+dfsg. * Drop deprecated menu files and xpm icons. * renpy: Recommend python-tk which is required when creating new projects. - Thanks to Hans Joachim Desserud for the report. (Closes: #863993) + Thanks to Hans Joachim Desserud for the report. (Closes: #863993) * Use https for Format field. + * export DEB_BUILD_MAINT_OPTIONS = hardening=+all. -- Markus Koschany <[email protected]> Mon, 19 Jun 2017 18:38:19 +0200 diff --git a/debian/rules b/debian/rules index 4b275eb..d6ecf7b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

