[Debian-l10n-commits] r2692 - in /pootle/trunk/debian: changelog control pycompat pyversions rules

elric-guest at users.alioth.debian.org elric-guest at users.alioth.debian.org
Thu Jun 30 14:55:24 UTC 2011


Author: elric-guest
Date: Thu Jun 30 14:55:23 2011
New Revision: 2692

URL: http://svn.debian.org/wsvn/?sc=1&rev=2692
Log:
update pootle to dh_python2

Removed:
    pootle/trunk/debian/pycompat
    pootle/trunk/debian/pyversions
Modified:
    pootle/trunk/debian/changelog
    pootle/trunk/debian/control
    pootle/trunk/debian/rules

Modified: pootle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/changelog?rev=2692&op=diff
==============================================================================
--- pootle/trunk/debian/changelog (original)
+++ pootle/trunk/debian/changelog Thu Jun 30 14:55:23 2011
@@ -15,6 +15,8 @@
 
   [Omar Campagne]
   * debian/control: bump translate-toolkit dependency to 1.9.0
+  * debian/rules, debian/control: Update to dh_python2
+    - Delete debian/pyversions and debian/pycompat
 
  -- Christian Perrier <bubulle at debian.org>  Fri, 27 Aug 2010 07:56:07 +0200
 

Modified: pootle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/control?rev=2692&op=diff
==============================================================================
--- pootle/trunk/debian/control (original)
+++ pootle/trunk/debian/control Thu Jun 30 14:55:23 2011
@@ -2,9 +2,9 @@
 Section: python
 Priority: optional
 Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>
-Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6)
+Build-Depends-Indep: python (>= 2.6.6-3~)
 Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~)
-XS-Python-Version: current, >= 2.3
+X-Python-Version: >= 2.4
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/debian-l10n/pootle/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-l10n/pootle/trunk

Modified: pootle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/rules?rev=2692&op=diff
==============================================================================
--- pootle/trunk/debian/rules (original)
+++ pootle/trunk/debian/rules Thu Jun 30 14:55:23 2011
@@ -3,7 +3,7 @@
 d=$(CURDIR)/debian/pootle
 
 %:
-	dh --with quilt --with python-central $@
+	dh --with quilt --with python2 $@
 
 override_dh_install:
 	dh_install




More information about the Debian-l10n-commits mailing list