From 456ec255d0971b1ee8539bb9594db8516f23095e Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Mon, 10 Feb 2014 19:10:31 +0100 Subject: [PATCH] This does not work ... --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2