[Python-modules-commits] r28887 - in packages/prettytable/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue May 13 17:32:20 UTC 2014


    Date: Tuesday, May 13, 2014 @ 17:32:19
  Author: morph
Revision: 28887

* debian/{control, rules}
  - switch to dh_python2

Modified:
  packages/prettytable/trunk/debian/changelog
  packages/prettytable/trunk/debian/control
  packages/prettytable/trunk/debian/rules

Modified: packages/prettytable/trunk/debian/changelog
===================================================================
--- packages/prettytable/trunk/debian/changelog	2014-05-13 17:28:04 UTC (rev 28886)
+++ packages/prettytable/trunk/debian/changelog	2014-05-13 17:32:19 UTC (rev 28887)
@@ -2,8 +2,10 @@
 
   * debian/control
     - switch me to Maintainer (team to Uploaders)
+  * debian/{control, rules}
+    - switch to dh_python2
 
- -- Sandro Tosi <morph at debian.org>  Tue, 13 May 2014 19:27:54 +0200
+ -- Sandro Tosi <morph at debian.org>  Tue, 13 May 2014 19:32:03 +0200
 
 prettytable (0.7.2-2) unstable; urgency=low
 

Modified: packages/prettytable/trunk/debian/control
===================================================================
--- packages/prettytable/trunk/debian/control	2014-05-13 17:28:04 UTC (rev 28886)
+++ packages/prettytable/trunk/debian/control	2014-05-13 17:32:19 UTC (rev 28887)
@@ -3,8 +3,7 @@
 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~), python-all (>= 2.6.6-3~), python3-all (>= 3.1.3-3), python-setuptools, python3-setuptools, locales
-Build-Depends-Indep: python-support (>= 1.0.0)
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python3-all (>= 3.1.3-3), python-setuptools, python3-setuptools, locales, dh-python
 Standards-Version: 3.9.4
 Homepage: http://code.google.com/p/prettytable/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/prettytable/trunk/

Modified: packages/prettytable/trunk/debian/rules
===================================================================
--- packages/prettytable/trunk/debian/rules	2014-05-13 17:28:04 UTC (rev 28886)
+++ packages/prettytable/trunk/debian/rules	2014-05-13 17:32:19 UTC (rev 28887)
@@ -12,7 +12,7 @@
 LOCALE_CHARSET	:= UTF-8
 
 %:
-	dh $@ --with python3
+	dh $@ --with python2,python3
 
 override_dh_auto_install:
 	set -e ; \




More information about the Python-modules-commits mailing list