From 023db05135e4a7b6d3bd4726de475dcdbf386372 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 17 May 2014 13:18:07 +0200 Subject: [PATCH] Override dh_python2's idea of supported python versions, for wider installability --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 2472255..7fa9058 100755 --- a/debian/rules +++ b/debian/rules @@ -21,3 +21,7 @@ override_dh_clean: 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 -- 2.34.1