From 4ed4a5d9cf47e420183ce366acd804be8a92e623 Mon Sep 17 00:00:00 2001 From: Jorge Soares Date: Fri, 28 Nov 2014 12:52:48 +0000 Subject: [PATCH] commented out all the overrides. 4 packages build fine. Tested installation on my mahcine and the test suite seems to work --- debian/control | 2 +- debian/rules | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.30.2