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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Apr 21 11:24:47 UTC 2014


    Date: Monday, April 21, 2014 @ 11:24:46
  Author: morph
Revision: 28616

Switch to dh_python2

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

Modified: packages/python-psutil/trunk/debian/changelog
===================================================================
--- packages/python-psutil/trunk/debian/changelog	2014-04-21 10:46:10 UTC (rev 28615)
+++ packages/python-psutil/trunk/debian/changelog	2014-04-21 11:24:46 UTC (rev 28616)
@@ -4,8 +4,9 @@
   * debian/rules
     - remove obsolete get-orig-source target
     - build explicitly else the upstream Makefile is used
+  * Switch to dh_python2
 
- -- Sandro Tosi <morph at debian.org>  Mon, 21 Apr 2014 12:45:45 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 21 Apr 2014 13:24:35 +0200
 
 python-psutil (1.2.1-1) unstable; urgency=low
 

Modified: packages/python-psutil/trunk/debian/control
===================================================================
--- packages/python-psutil/trunk/debian/control	2014-04-21 10:46:10 UTC (rev 28615)
+++ packages/python-psutil/trunk/debian/control	2014-04-21 11:24:46 UTC (rev 28616)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 7.2.18), python-all-dev, python3-all-dev, python-support (>= 1.0.0), procps
+Build-Depends: debhelper (>= 7.2.18), python-all-dev, python3-all-dev, dh-python, procps
 Standards-Version: 3.9.5
 XS-Python-Version: all
 X-Python3-Version: >= 3.2

Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules	2014-04-21 10:46:10 UTC (rev 28615)
+++ packages/python-psutil/trunk/debian/rules	2014-04-21 11:24:46 UTC (rev 28616)
@@ -8,7 +8,7 @@
 export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 
 %:
-	dh $@ --with python3
+	dh $@ --with python2,python3
 
 override_dh_auto_build:
 	set -e ; \




More information about the Python-modules-commits mailing list