From: Andreas Tille Date: Mon, 10 Feb 2014 18:10:31 +0000 (+0100) Subject: This does not work ... X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~416 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=456ec255d0971b1ee8539bb9594db8516f23095e;p=python-pysam.git This does not work ... --- diff --git a/debian/rules b/debian/rules index 648e82a..a176f72 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,13 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) done endif +#override_dh_auto_install: +# set -e; \ +# for py in $(PYVERS); do \ +# $$py -B setup.py install --skip-build --root debian/python-pysam \ +# --install-layout deb; \ +# done + override_dh_auto_clean: dh_auto_clean cd tests; make clean