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:
a0cce7b
)
Revert "override dh_auto_clean to remove .pybuild directory after first build"
author
Afif Elghraoui
<afif@ghraoui.name>
Tue, 9 Jun 2015 05:57:57 +0000
(22:57 -0700)
committer
Afif Elghraoui
<afif@ghraoui.name>
Tue, 9 Jun 2015 05:57:57 +0000
(22:57 -0700)
This reverts commit
60a7bf9b32e07f85d46af66958a84fda89432eb9
.
Using pybuild, this isn't necessary.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index b4a9c492fab2c03f5b1b2f2111954ac56d3006fa..9f1f0530a215fe797e8293697671b6da37dcaa65 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-13,10
+13,6
@@
export HTSLIB_INCLUDE_DIR=/usr/include
%:
LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf .pybuild
-
override_dh_auto_test:
#nothing to test until pysam is installed.
#test package is provided for both Python versions