From: Afif Elghraoui Date: Mon, 8 Jun 2015 06:06:15 +0000 (-0700) Subject: override dh_auto_clean to remove .pybuild directory after first build X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~334 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=60a7bf9b32e07f85d46af66958a84fda89432eb9;p=python-pysam.git override dh_auto_clean to remove .pybuild directory after first build --- diff --git a/debian/rules b/debian/rules index 9543729..07f2d1d 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,10 @@ export HTSLIB_INCLUDE_DIR=/usr/include %: dh $@ --with python2,python3 --buildsystem=pybuild +override_dh_auto_clean: + dh_auto_clean + rm -rf .pybuild + override_dh_auto_test: #nothing to test until pysam is installed. #test package is provided for both Python versions