This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository pygame-sdl2.
commit ed651ccaa4f0e5cc6932f853e32f28a0d1af6481 Author: Markus Koschany <[email protected]> Date: Tue Jan 26 01:53:58 2016 +0100 Build without -Wformat-security for now. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 7f2f8c0..8db7813 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=-format %: dh $@ --parallel --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

