From: Mark Wooding Date: Wed, 16 Aug 2017 02:07:36 +0000 (+0100) Subject: debian/: Use `dh_python2' for packaging. X-Git-Tag: 1.1.0~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/commitdiff_plain/00dbd763fa9ff0986ea57146f87ac73087a1eb84 debian/: Use `dh_python2' for packaging. --- diff --git a/debian/control b/debian/control index 316ebca..4140663 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: extra XS-Python-Version: >= 2.6, << 2.8 Build-Depends: debhelper (>= 9), pkg-config, - python, python-pyrex, python2.6-dev, python2.7-dev, + python (>= 2.6.6-3~), python-pyrex, python2.6-dev, python2.7-dev, mlib-dev (>= 2.2.2.1) Maintainer: Mark Wooding Standards-Version: 3.8.0 diff --git a/debian/rules b/debian/rules index c224393..f2ab49c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,2 +1,2 @@ #! /usr/bin/make -f -%:; dh $@ --parallel -Bdebian/build --with=python-central +%:; dh $@ --parallel -Bdebian/build --with=python2