From: Afif Elghraoui Date: Thu, 12 Nov 2015 07:23:14 +0000 (-0800) Subject: Remove unnecessary rule override in d/rules X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~263 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=90b30c369648bd46df9e51e7293881703f3dd544;p=python-pysam.git Remove unnecessary rule override in d/rules Adding a prerequisite to the clean target doesn't require adding a dh_override_target --- diff --git a/debian/rules b/debian/rules index d3ac32d..fba8637 100755 --- a/debian/rules +++ b/debian/rules @@ -15,15 +15,13 @@ export PYBUILD_TEST_ARGS={dir}/tests # DEB_BUILD_OPTIONS := nocheck +clean: clean-tests %: LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild override_dh_install: clean-tests dh_install -Xtest.gtf.gz -override_dh_auto_clean: clean-tests - dh_auto_clean - override_dh_auto_test: cd tests && make -C pysam_data # dh_auto_test # unfortunately this does not work out of the box