[med-svn] [pysam] 01/02: Next try to install python-pysam
Andreas Tille
tille at debian.org
Tue Feb 11 10:32:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository pysam.
commit 8cc42b97c874eb2c3d6f4486a6c12e2da3cb0d72
Author: Andreas Tille <tille at debian.org>
Date: Tue Feb 11 11:19:38 2014 +0100
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pysam.git
More information about the debian-med-commit
mailing list