[Python-apps-commits] r11998 - in packages/wtop/trunk/debian (changelog control rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Jun 6 11:25:30 UTC 2015


    Date: Saturday, June 6, 2015 @ 11:25:29
  Author: dktrkranz
Revision: 11998

Convert to dh_python2 (Closes: #786285)

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

Modified: packages/wtop/trunk/debian/changelog
===================================================================
--- packages/wtop/trunk/debian/changelog	2015-06-04 17:04:16 UTC (rev 11997)
+++ packages/wtop/trunk/debian/changelog	2015-06-06 11:25:29 UTC (rev 11998)
@@ -1,9 +1,15 @@
-wtop (0.6.3-4) UNRELEASED; urgency=low
+wtop (0.6.3-4) experimental; urgency=low
 
+  * Team upload.
+
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:10:38 +0200
+  [ Luca Falavigna ]
+  * Convert to dh_python2 (Closes: #786285).
 
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 06 Jun 2015 13:18:44 +0200
+
 wtop (0.6.3-3) experimental; urgency=low
 
   [ Luca Falavigna ]

Modified: packages/wtop/trunk/debian/control
===================================================================
--- packages/wtop/trunk/debian/control	2015-06-04 17:04:16 UTC (rev 11997)
+++ packages/wtop/trunk/debian/control	2015-06-06 11:25:29 UTC (rev 11998)
@@ -3,9 +3,8 @@
 Priority: optional
 Maintainer: Mauro Lizaur <mauro at debian.org>
 Uploaders: Debian Python Apps Team <python-apps-team at lists.alioth.debian.org>
-XS-Python-Version: all
 Build-Depends: debhelper (>= 7), dpatch (>= 2.0.30)
-Build-Depends-Indep: python (>= 2.4), python-all-dev, python-setuptools, python-support (>= 1.0.3)
+Build-Depends-Indep: python (>= 2.6.6-3~), python-setuptools, dh-python
 Standards-Version: 3.8.3
 Homepage: http://code.google.com/p/wtop/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/wtop/trunk/

Modified: packages/wtop/trunk/debian/rules
===================================================================
--- packages/wtop/trunk/debian/rules	2015-06-04 17:04:16 UTC (rev 11997)
+++ packages/wtop/trunk/debian/rules	2015-06-06 11:25:29 UTC (rev 11998)
@@ -34,7 +34,7 @@
 	dh_link usr/share/man/man1/logrep.1.gz usr/share/man/man1/wtop.1.gz
 	dh_compress -X.py
 	dh_fixperms
-	dh_pysupport
+	dh_python2
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




More information about the Python-apps-commits mailing list