From 00dbd763fa9ff0986ea57146f87ac73087a1eb84 Mon Sep 17 00:00:00 2001 Message-Id: <00dbd763fa9ff0986ea57146f87ac73087a1eb84.1715454637.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 16 Aug 2017 03:07:36 +0100 Subject: [PATCH] debian/: Use `dh_python2' for packaging. Organization: Straylight/Edgeware From: Mark Wooding --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- [mdw]