This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository springlobby.
commit 8f0c160fa238d1761b7663d2e79cd45842993ab7 Author: Markus Koschany <[email protected]> Date: Mon Apr 11 05:42:07 2016 +0200 Build with all hardening flags. --- debian/changelog | 5 +++-- debian/rules | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 93f5201..bf8d3d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ springlobby (0.244+dfsg-1) unstable; urgency=medium * Update my e-mail address. * Vcs-Git: Use https. * Update man page timestamp. - * Override Lintian error embedded-library libjsoncpp because we already build - against the system library and remove the embedded one. + * Export DEB_BUILD_MAINT_OPTIONS = hardening=+all. + * Add FindJsoncpp.patch and ensure that we build with Debian's libjsoncpp + library. -- Markus Koschany <[email protected]> Sun, 10 Apr 2016 22:41:23 +0200 diff --git a/debian/rules b/debian/rules index 99b7be4..aa8d83e 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed # Disable wxwidgets3.0 assertions export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all PROGDIR := $(CURDIR)/debian/springlobby -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/springlobby.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

