From: Afif Elghraoui Date: Mon, 20 Jun 2016 01:11:53 +0000 (-0700) Subject: Fix handling of configuration headers generated at build time X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~221 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=298ee9a5fb54c0cf012a2298f60e4334d4090de4;p=python-pysam.git Fix handling of configuration headers generated at build time --- diff --git a/debian/rules b/debian/rules index 877f34b..c0e5f84 100755 --- a/debian/rules +++ b/debian/rules @@ -21,10 +21,6 @@ clean: clean-tests %: 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 @@ -45,7 +41,8 @@ override_dh_auto_clean: dh_auto_clean $(RM) \ pysam/config.py \ - pysam/config.h + pysam/config.h \ + samtools/config.h clean-tests: $(MAKE) -C tests/pysam_data clean