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:
73d7f9b
)
This does not work ...
author
Andreas Tille
<tille@debian.org>
Mon, 10 Feb 2014 18:10:31 +0000
(19:10 +0100)
committer
Andreas Tille
<tille@debian.org>
Mon, 10 Feb 2014 18:10:31 +0000
(19:10 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 648e82ad2445f0251fccb14e255d256799afd312..a176f722c00a1d3b2527d2a4e1975cf8b2465609 100755
(executable)
--- 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