From 8cc42b97c874eb2c3d6f4486a6c12e2da3cb0d72 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Tue, 11 Feb 2014 11:19:38 +0100 Subject: [PATCH] Next try to install python-pysam --- debian/rules | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index a176f72..a1bc875 100755 --- a/debian/rules +++ b/debian/rules @@ -15,12 +15,9 @@ 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_install: + echo '/usr/lib/python2.*/*' >> debian/python-pysam.install + dh_install override_dh_auto_clean: dh_auto_clean -- 2.30.2