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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue May 17 02:31:37 UTC 2011


    Date: Tuesday, May 17, 2011 @ 02:31:32
  Author: eriol-guest
Revision: 17027

Switched to dh_python2

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

Modified: packages/pyth/trunk/debian/changelog
===================================================================
--- packages/pyth/trunk/debian/changelog	2011-05-17 02:17:52 UTC (rev 17026)
+++ packages/pyth/trunk/debian/changelog	2011-05-17 02:31:32 UTC (rev 17027)
@@ -4,8 +4,10 @@
     - Fixed Vcs-Browser URL
   * debian/copyright
     - Made DEP5 compliant
+  * debian/{control, rules}
+    - Switched to dh_python2 
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 17 May 2011 04:15:25 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 17 May 2011 04:26:24 +0200
 
 pyth (0.5.6-1) unstable; urgency=low
 

Modified: packages/pyth/trunk/debian/control
===================================================================
--- packages/pyth/trunk/debian/control	2011-05-17 02:17:52 UTC (rev 17026)
+++ packages/pyth/trunk/debian/control	2011-05-17 02:31:32 UTC (rev 17027)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Daniele Tricoli <eriol at mornie.org>
-Build-Depends: debhelper (>= 7), python-support, python-setuptools
+Build-Depends: debhelper (>= 7), python-all (>=2.6.6-3), python-setuptools
 Standards-Version: 3.9.1
 Homepage: http://github.com/brendonh/pyth
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pyth/trunk/
@@ -13,7 +13,6 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-mako, python-trml2pdf
 Recommends: python-beautifulsoup, python-reportlab
-XB-Python-Version: ${python:Versions}
 Description: Python text markup and conversion
  Pyth is a library used to manipulate different formats of marked-up text.
  .

Modified: packages/pyth/trunk/debian/rules
===================================================================
--- packages/pyth/trunk/debian/rules	2011-05-17 02:17:52 UTC (rev 17026)
+++ packages/pyth/trunk/debian/rules	2011-05-17 02:31:32 UTC (rev 17027)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-modules-commits mailing list