[Python-modules-commits] r33896 - in packages/elementtidy/trunk/debian (4 files)

wrar at users.alioth.debian.org wrar at users.alioth.debian.org
Wed Aug 19 20:47:56 UTC 2015


    Date: Wednesday, August 19, 2015 @ 20:47:55
  Author: wrar
Revision: 33896

Port to dh_python2

Modified:
  packages/elementtidy/trunk/debian/changelog
  packages/elementtidy/trunk/debian/control
  packages/elementtidy/trunk/debian/rules
Deleted:
  packages/elementtidy/trunk/debian/pycompat

Modified: packages/elementtidy/trunk/debian/changelog
===================================================================
--- packages/elementtidy/trunk/debian/changelog	2015-08-19 20:22:10 UTC (rev 33895)
+++ packages/elementtidy/trunk/debian/changelog	2015-08-19 20:47:55 UTC (rev 33896)
@@ -1,11 +1,19 @@
-elementtidy (1.0-8) UNRELEASED; urgency=low
+elementtidy (1.0-8) unstable; urgency=low
 
+  * Team upload
+
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Drop obsolete Conflicts/Replaces with python2.3-elementtidy and
     python2.4-elementtidy.
 
- -- Jakub Wilk <jwilk at debian.org>  Sat, 08 Jun 2013 18:00:35 +0200
+  [ Andrey Rahmatullin ]
+  * Drop debian/pycompat
+  * Convert from dh_pysupport to dh_python2 (Closes: #786087)
+    - replace python-support with dh-python in Build-Depends
 
+ -- Andrey Rahmatullin <wrar at debian.org>  Thu, 20 Aug 2015 01:35:50 +0500
+
 elementtidy (1.0-7) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/elementtidy/trunk/debian/control
===================================================================
--- packages/elementtidy/trunk/debian/control	2015-08-19 20:22:10 UTC (rev 33895)
+++ packages/elementtidy/trunk/debian/control	2015-08-19 20:47:55 UTC (rev 33896)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends: cdbs (>= 0.4.49), patchutils (>= 0.2.25), debhelper (>= 5.0.37.2), python-all-dev (>= 2.5), python-support (>= 0.5.3), libtidy-dev
+Build-Depends: cdbs (>= 0.4.49), patchutils (>= 0.2.25), debhelper (>= 5.0.37.2), python-all-dev (>= 2.6.6-3~), dh-python, libtidy-dev
 Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
 Homepage: http://effbot.org/zone/element-tidylib.htm

Deleted: packages/elementtidy/trunk/debian/pycompat
===================================================================
--- packages/elementtidy/trunk/debian/pycompat	2015-08-19 20:22:10 UTC (rev 33895)
+++ packages/elementtidy/trunk/debian/pycompat	2015-08-19 20:47:55 UTC (rev 33896)
@@ -1 +0,0 @@
-2

Modified: packages/elementtidy/trunk/debian/rules
===================================================================
--- packages/elementtidy/trunk/debian/rules	2015-08-19 20:22:10 UTC (rev 33895)
+++ packages/elementtidy/trunk/debian/rules	2015-08-19 20:47:55 UTC (rev 33896)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-modules-commits mailing list