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:
960784b
)
Fix clean target
author
Andreas Tille
<tille@debian.org>
Mon, 20 Jul 2015 13:09:44 +0000
(15:09 +0200)
committer
Andreas Tille
<tille@debian.org>
Mon, 20 Jul 2015 13:09:44 +0000
(15:09 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index e44c18ebbe72e4a6d49a1e814618343087cd11d2..c499320cfd1a09b66b72d5db1dcba4c26442be17 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-17,6
+17,8
@@
export HTSLIB_INCLUDE_DIR=/usr/include
override_dh_auto_clean:
dh_auto_clean
$(MAKE) -C tests/pysam_data clean
+ find . -name "*.pyc" -delete
+ find . -name "*.pyxbldc" -delete
override_dh_auto_test:
PYBUILD_SYSTEM=custom \