This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch experimental in repository python-sfml.
commit 907c82b792ca78aa750992a290e1d3e231e983cb Author: James Cowgill <[email protected]> Date: Mon May 18 14:30:24 2015 +0100 Fix arch-independent only build failure --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index bcb0595..6e137c3 100755 --- a/debian/rules +++ b/debian/rules @@ -23,6 +23,8 @@ override_dh_sphinxdoc-arch: override_dh_auto_build-indep: $(MAKE) -C doc html +override_dh_auto_test-indep: + override_dh_installchangelogs: dh_installchangelogs doc/source/changelog.rst -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/python-sfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

