From: Afif Elghraoui Date: Sun, 6 Mar 2016 03:45:28 +0000 (-0800) Subject: Update d/rules to allow package to build X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~243 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=684ab0bec003b1cd67a80438558274ad47c2a0f9;p=python-pysam.git Update d/rules to allow package to build --- diff --git a/debian/rules b/debian/rules index 5979df8..f2c8a22 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,10 @@ clean: clean-tests %: LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild +override_dh_auto_configure: + dh_auto_configure + touch samtools/config.h + override_dh_install: clean-tests dh_install -Xtest.gtf.gz @@ -37,7 +41,9 @@ get-orig-source: override_dh_auto_clean: dh_auto_clean - $(RM) pysam/config.py + $(RM) \ + pysam/config.py \ + pysam/config.h clean-tests: $(MAKE) -C tests/pysam_data clean