From 183e9cd31b1ac2f14b86c5de6ac2643b8a4364a2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 16 Aug 2017 04:54:08 +0100 Subject: [PATCH] debian/: Use `dh_python2' for packaging. --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e7be203..5a7a4de 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra XS-Python-Version: >= 2.6, << 2.8 Maintainer: Mark Wooding Build-Depends: debhelper (>= 9), pkg-config, - python, python2.6-dev, python2.7-dev, + python (>= 2.6.6-3~), python2.6-dev, python2.7-dev, mlib-dev (>= 2.2.2.1), catacomb-dev (>= 2.4.0) Standards-Version: 3.8.0 diff --git a/debian/rules b/debian/rules index cec98bb..4339423 100755 --- a/debian/rules +++ b/debian/rules @@ -1,2 +1,2 @@ #! /usr/bin/make -f -%:; dh $@ --parallel -Bdebian/build +%:; dh $@ --parallel -Bdebian/build --with python2 -- 2.11.0