projects
/
python-pysam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
456ec25
)
Next try to install python-pysam
author
Andreas Tille
<tille@debian.org>
Tue, 11 Feb 2014 10:19:38 +0000
(11:19 +0100)
committer
Andreas Tille
<tille@debian.org>
Tue, 11 Feb 2014 10:19:38 +0000
(11:19 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index a176f722c00a1d3b2527d2a4e1975cf8b2465609..a1bc8758da0cbfccab73e70b0f4fa5a319ff296a 100755
(executable)
--- 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