From: Jorge Soares Date: Fri, 28 Nov 2014 12:51:43 +0000 (+0000) Subject: still trying to understand what is happening with the auto_test override; X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~356 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fdc35794ea5e130544e9409bbfcdbaad7851ff8b;p=python-pysam.git still trying to understand what is happening with the auto_test override; --- 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