[pyevolve] 63/81: Convert Python build helper from deprecated python-support to dh_python2

Christian Kastner chrisk-guest at moszumanska.debian.org
Sun Aug 17 21:12:44 UTC 2014


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

chrisk-guest pushed a commit to branch master
in repository pyevolve.

commit 0ac4cecef923a705cd7b1d0baeadb99aa7c9c1cb
Author: Christian Kastner <debian at kvr.at>
Date:   Tue Mar 4 00:37:36 2014 +0100

    Convert Python build helper from deprecated python-support to dh_python2
---
 debian/control | 4 ++--
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index fcaaf89..dc7d68b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Christian Kastner <debian at kvr.at>
 Build-Depends:
     debhelper (>= 9),
-    python-all (>= 2.5),
-    python-support (>= 0.90),
+    python-all (>= 2.6.6-3~),
+    dh-python,
     python-setuptools,
     python-sphinx,
     python-matplotlib (>= 0.98.5),
diff --git a/debian/rules b/debian/rules
index 8f76e0f..f5d72fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export UPNAME UPVER SVNURL SVNREV
 
 
 %:
-	dh  $@
+	dh  $@ --with python2
 
 # Override needed for docs and egg-info
 override_dh_auto_clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyevolve.git



More information about the debian-science-commits mailing list