From 8d18dbdc504ce5c3464a8f9ff143513a5d6949ba Mon Sep 17 00:00:00 2001 Message-Id: <8d18dbdc504ce5c3464a8f9ff143513a5d6949ba.1715362082.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 16 Aug 2017 05:03:58 +0100 Subject: [PATCH] debian/: Use `dh_python2' for packaging. Organization: Straylight/Edgeware From: Mark Wooding --- debian/control | 6 +++--- debian/rules | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 17a7451a..4c55f88a 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: net Priority: extra Maintainer: Mark Wooding XS-Python-Version: >= 2.4 -Build-Depends: debhelper (>= 9), pkg-config, curl, rsync, python-central, +Build-Depends: debhelper (>= 9), pkg-config, curl, rsync, tshark, wireshark-dev (>= 1.12.1), + python (>= 2.6.6-3~), mlib-dev (>= 2.2.2), catacomb-dev (>= 2.4.0), catacomb-bin (>= 2.1.4) -Build-Depends-Indep: python, - python-cdb, python-gtk2, +Build-Depends-Indep: python-cdb, python-gtk2, python-mlib (>= 1.0.2), python-catacomb (>= 1.2.0) Standards-Version: 3.1.1 diff --git a/debian/rules b/debian/rules index c1eb564d..0822dce1 100755 --- a/debian/rules +++ b/debian/rules @@ -48,9 +48,9 @@ dh-clean-hook:: ### Other things. ## Python stuff. -DH_OPTIONS += --with=python-central -OVERRIDES += pycentral -dh_pycentral_OPTS += -ppython-tripe +DH_OPTIONS += --with=python2 +OVERRIDES += python2 +dh_python2_OPTS += -ppython-tripe ## The peer database. OVERRIDES += install -- [mdw]