From d7515d80737f965c2f0856174ee23a921f4afc40 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Sun, 12 Jul 2015 07:44:22 -0700 Subject: [PATCH] Build test data in d/rules --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 238d385..a6b2252 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,10 @@ export HTSLIB_INCLUDE_DIR=/usr/include %: 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