[med-svn] [python-dendropy] 05/06: Upstream now provides test data inside download tarball

Andreas Tille tille at debian.org
Wed Jul 29 11:20:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-dendropy.

commit 8d9f669cdef1b391128259f78604e94ea05f63ce
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jul 29 12:28:32 2015 +0200

    Upstream now provides test data inside download tarball
---
 debian/get-test-data |  8 --------
 debian/rules         | 10 ----------
 2 files changed, 18 deletions(-)

diff --git a/debian/get-test-data b/debian/get-test-data
deleted file mode 100755
index c63f726..0000000
--- a/debian/get-test-data
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-TAR=DendroPy-test-data.tar.xz
-rm -rf DendroPy ${TAR}
-git clone https://github.com/pranjalv123/DendroPy.git
-cd DendroPy
-tar --owner=root --group=root --mode=a+rX -caf ../${TAR} dendropy/test/data
-cd ..
-rm -rf DendroPy
diff --git a/debian/rules b/debian/rules
index 235a9de..2602ead 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,24 +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
-	# unpack test data before testing
-	tar xaf debian/DendroPy-test-data.tar.xz
 	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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dendropy.git



More information about the debian-med-commit mailing list