From fdc35794ea5e130544e9409bbfcdbaad7851ff8b Mon Sep 17 00:00:00 2001 From: Jorge Soares Date: Fri, 28 Nov 2014 12:51:43 +0000 Subject: [PATCH] still trying to understand what is happening with the auto_test override; --- debian/control | 2 +- debian/rules | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 482b21e..1a1af41 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Section: python XS-Testsuite: autopkgtest Priority: optional Build-Depends: debhelper (>= 9), - dh-python + dh-python, samtools (>= 0.1.19), libhts-dev, zlib1g-dev, diff --git a/debian/rules b/debian/rules index 7c414aa..5a587ae 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,9 @@ export HTSLIB_INCLUDE_DIR=/usr/include # mv `grep -l "Generated by Cython" pysam/*.c` debian/savefiles ; \ fi +override_dh_auto_test: + + #override_dh_clean: # dh_clean # restore cython generated files -- 2.30.2