[Python-modules-commits] r28094 - in packages/python-graph/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Mar 9 20:11:13 UTC 2014


    Date: Sunday, March 9, 2014 @ 20:11:13
  Author: morph
Revision: 28094

Switch to dh_python2

Modified:
  packages/python-graph/trunk/debian/changelog
  packages/python-graph/trunk/debian/control
  packages/python-graph/trunk/debian/rules

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2014-03-09 20:06:51 UTC (rev 28093)
+++ packages/python-graph/trunk/debian/changelog	2014-03-09 20:11:13 UTC (rev 28094)
@@ -6,8 +6,9 @@
   * debian/patches/50_bts686695_use_prune_when_removing_pycache.patch
     - fix a FTBFS if built twice in a row; thanks to Jakub Wilk for the report
       and fix; Closes: #686695
+  * Switch to dh_python2
 
- -- Sandro Tosi <morph at debian.org>  Sun, 09 Mar 2014 21:06:32 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 09 Mar 2014 21:11:03 +0100
 
 python-graph (1.8.2-4) unstable; urgency=low
 

Modified: packages/python-graph/trunk/debian/control
===================================================================
--- packages/python-graph/trunk/debian/control	2014-03-09 20:06:51 UTC (rev 28093)
+++ packages/python-graph/trunk/debian/control	2014-03-09 20:11:13 UTC (rev 28094)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-support, python-all (>= 2.5.3-1~), python3-all, python-epydoc, python-setuptools, python-pydot, python3-setuptools
+Build-Depends: debhelper (>= 7.0.50~), dh-python
+Build-Depends-Indep: python-all (>= 2.5.3-1~), python3-all, python-epydoc, python-setuptools, python-pydot, python3-setuptools
 Standards-Version: 3.9.5
 Homepage: http://code.google.com/p/python-graph/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-graph/trunk/

Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules	2014-03-09 20:06:51 UTC (rev 28093)
+++ packages/python-graph/trunk/debian/rules	2014-03-09 20:11:13 UTC (rev 28094)
@@ -5,7 +5,7 @@
 PY3VERS := $(shell py3versions -s)
 
 %:
-	dh $@ --with=python3
+	dh $@ --with=python2,python3
 
 override_dh_auto_build:
 	set -e ; \




More information about the Python-modules-commits mailing list