This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-dendropy.
commit 3288d65cb4bc44e2e170f9eaa6bcfdaec48bb3a9 Author: Andreas Tille <[email protected]> Date: Sat Jul 11 13:38:17 2015 +0200 Deactivate tests for the moment --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/rules b/debian/rules index a5405ce..235a9de 100755 --- a/debian/rules +++ b/debian/rules @@ -9,10 +9,14 @@ SUMTREES:=sumtrees export PYBUILD_NAME=dendropy +# ftpmaster is questioning the data supply so deactivate tests for the moment +TESTSINCLUDED=no + %: dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_test: +ifeq ($(TESTSINCLUDED), yes) ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) echo skip testing due to DEB_BUILD_OPTIONS else @@ -21,6 +25,9 @@ else dh_auto_test rm -rf dendropy/test/data endif +else + echo "Currently test data can not be shipped with the Debian package" +endif override_dh_install: dh_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dendropy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
