[SCM] Packaging for rapid-spring a content download tool for spring branch, master, updated. upstream/0.3.2-21-gb57cf93

Jan Dittberner jan at dittberner.info
Sat Jan 22 11:31:15 UTC 2011


The following commit has been merged in the master branch:
commit 2a3c230998706b037c856cac69e1517673950c7f
Author: Jan Dittberner <jan at dittberner.info>
Date:   Fri Jan 21 20:11:58 2011 +0100

    switch from python-support to dh_python2
    
    * switch from python-support to dh_python2
      - debian/control: remove python-support from Build-Depends-Indep, add
        python (>= 2.6) to Build-Depends
      - debian/rules: add --with python to dh call

diff --git a/debian/changelog b/debian/changelog
index 9f57f90..c6cdd96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 rapid-spring (0.5.1-1) UNRELEASED; urgency=low
 
   * New upstream version.
+  * switch from python-support to dh_python2
+    - debian/control: remove python-support from Build-Depends-Indep, add
+      python (>= 2.6) to Build-Depends
+    - debian/rules: add --with python to dh call
 
  -- Jan Dittberner <jandd at debian.org>  Fri, 21 Jan 2011 20:02:00 +0100
 
diff --git a/debian/control b/debian/control
index 6cb7228..7625fd5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Jan Dittberner <jandd at debian.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-support (>= 1.0.2)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6)
 Standards-Version: 3.9.1
 XS-Python-Version: >= 2.6
 Homepage: http://pypi.python.org/pypi/rapid-spring/
diff --git a/debian/rules b/debian/rules
index 8a6e08d..3ba382a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_install:
 	rm -r usr/bin
 
 %:
-	dh $@
+	dh --with python2 $@

-- 
Packaging for rapid-spring a content download tool for spring



More information about the Pkg-games-commits mailing list