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:
905db6e
)
Update d/rules to allow package to build
author
Afif Elghraoui
<afif@ghraoui.name>
Sun, 6 Mar 2016 03:45:28 +0000
(19:45 -0800)
committer
Afif Elghraoui
<afif@ghraoui.name>
Sun, 6 Mar 2016 03:45:28 +0000
(19:45 -0800)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 5979df8d1653293e155fa40315fb98ad34aaac97..f2c8a227e704b7b98bd0795edbb910d56a79f2ed 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-20,6
+20,10
@@
clean: clean-tests
%:
LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild
+override_dh_auto_configure:
+ dh_auto_configure
+ touch samtools/config.h
+
override_dh_install: clean-tests
dh_install -Xtest.gtf.gz
@@
-37,7
+41,9
@@
get-orig-source:
override_dh_auto_clean:
dh_auto_clean
- $(RM) pysam/config.py
+ $(RM) \
+ pysam/config.py \
+ pysam/config.h
clean-tests:
$(MAKE) -C tests/pysam_data clean