projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
751ef3f
)
Override dh_python2's idea of supported python versions, for wider installability
author
Stefano Rivera
<stefano@rivera.za.net>
Sat, 17 May 2014 11:18:07 +0000
(13:18 +0200)
committer
Stefano Rivera
<stefano@rivera.za.net>
Sat, 17 May 2014 11:18:07 +0000
(13:18 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 247225561a239db563cad30d3f1d260c8aea32a7..7fa90585ca376c8ce2f0305a9f9e76fadffcf265 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-21,3
+21,7
@@
override_dh_clean:
override_dh_python2:
dh_python2 --no-guessing-deps
override_dh_python2:
dh_python2 --no-guessing-deps
+ # Maximum installability
+ sed -i -e 's/python:any/python/g' \
+ -e 's/>= 2\.7\.[0-9-]*~*/>= 2.6.6-7~/g' \
+ debian/robolock-ii.substvars