From 684ab0bec003b1cd67a80438558274ad47c2a0f9 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Sat, 5 Mar 2016 19:45:28 -0800 Subject: [PATCH] Update d/rules to allow package to build --- debian/rules | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.30.2