From: Robert S. Edmonds Date: Mon, 4 Mar 2013 01:31:29 +0000 (-0500) Subject: debian/: convert from python-support to dh_python2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=eca397a8418bbfeb65231fcb113a2a0ed6113f83;p=packages%2Fb%2Fbup.git debian/: convert from python-support to dh_python2 --- diff --git a/debian/control b/debian/control index 69bd8aa..92a1dc6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Robert S. Edmonds Build-Depends: debhelper (>= 7.0.50~), pandoc [!ia64 !mipsel !s390 !hurd-i386], - python-dev, python-support, + python-dev (>= 2.6.6-3~), python-pyxattr, python-pylibacl, git (>= 1:1.7.0.4-2) | git-core, rsync diff --git a/debian/rules b/debian/rules index f4e5880..ae7cfca 100755 --- a/debian/rules +++ b/debian/rules @@ -20,4 +20,4 @@ override_dh_auto_test: fi %: - dh $@ --parallel + dh $@ --with python2 --parallel