This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository python-sfml.
commit 4209f3b84d810294531347ca723492abc8842ca9 Author: James Cowgill <[email protected]> Date: Mon Jun 29 00:46:20 2015 +0100 Remove unittest code since upstream removed them --- debian/control | 4 +--- debian/rules | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/debian/control b/debian/control index ac6615c..74a81c7 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,7 @@ Build-Depends: debhelper (>= 9), cython, cython-dbg, cython3, - cython3-dbg, - python-pytest, - python3-pytest + cython3-dbg Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-games/python-sfml.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/python-sfml.git diff --git a/debian/rules b/debian/rules index ec46236..3f6e71d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,6 @@ export PYBUILD_NAME=sfml export PYBUILD_INSTALL_ARGS=--skip-build -export PYBUILD_TEST_PYTEST=1 -export PYBUILD_TEST_ARGS=$(CURDIR)/tests PKD = $(abspath $(dir $(MAKEFILE_LIST))) @@ -16,8 +14,6 @@ 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

