From 298ee9a5fb54c0cf012a2298f60e4334d4090de4 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Sun, 19 Jun 2016 18:11:53 -0700 Subject: [PATCH] Fix handling of configuration headers generated at build time --- debian/rules | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 -- 2.30.2