From ed060972fbd75286a89427b70773bf7f7c6008eb Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Fri, 24 Jul 2015 00:17:04 -0700 Subject: [PATCH] Don't build test data at the samae time as the package sources Test data are already built at the beginning of override_dh_auto_test. --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index da5b0e8..23ef750 100755 --- a/debian/rules +++ b/debian/rules @@ -16,10 +16,6 @@ export PYBUILD_TEST_ARGS={dir}/tests %: LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild -override_dh_auto_build: - dh_auto_build - $(MAKE) -C tests/pysam_data - override_dh_install: dh_install -Xtest.gtf.gz -- 2.30.2