[Python-modules-commits] [maptransfer] 02/04: Build using dh-python instead of python-support. Closes: #786025

Mattia Rizzolo mattia at mapreri.org
Sun Dec 13 17:44:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository maptransfer.

commit 8ada15f28a38e7914f22da74ff75f268e887e23d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Dec 13 17:43:31 2015 +0000

    Build using dh-python instead of python-support.  Closes: #786025
---
 debian/control | 4 +---
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 6299bac..e10ddf7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,11 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
-Build-Depends: python (>= 2.5), debhelper (>= 9)
-Build-Depends-Indep: python-support (>= 0.3)
+Build-Depends: python (>= 2.5), debhelper (>= 9), dh-python
 Standards-Version: 3.8.4
 Homepage: http://bitbucket.org/Svedrin/maptransfer/wiki/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/maptransfer.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/maptransfer.git
-XS-Python-Version: all
 
 Package: maptransfer
 Architecture: all
diff --git a/debian/rules b/debian/rules
index b570134..dadc66f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh  $@
+	dh  $@ --with python2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/maptransfer.git



More information about the Python-modules-commits mailing list