From: Jorge Soares Date: Fri, 28 Nov 2014 12:52:48 +0000 (+0000) Subject: commented out all the overrides. 4 packages build fine. Tested installation on my... X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~355 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4ed4a5d9cf47e420183ce366acd804be8a92e623;p=python-pysam.git commented out all the overrides. 4 packages build fine. Tested installation on my mahcine and the test suite seems to work --- diff --git a/debian/control b/debian/control index 1a1af41..80e1417 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), cython, python3-all-dev, python3-setuptools, - cython3 + cython3, Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-pysam.git Vcs-Git: git://anonscm.debian.org/debian-med/python-pysam.git diff --git a/debian/rules b/debian/rules index 5a587ae..7cd5155 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ export HTSLIB_INCLUDE_DIR=/usr/include # mv `grep -l "Generated by Cython" pysam/*.c` debian/savefiles ; \ fi -override_dh_auto_test: +#override_dh_auto_test: #override_dh_clean: @@ -51,4 +51,7 @@ override_dh_auto_test: # make clean; \ # rm -f log.txt ; \ # chmod a+x tabix_test.py - +# cd debian/$(TESTPKG)/usr/share/doc/python3-pysam/tests; \ +# make clean; \ +# rm -f log.txt ; \ +# chmod a+x tabix_test.py