[Debian-l10n-commits] r2655 - in /virtaal/trunk/debian: changelog control rules

elric-guest at users.alioth.debian.org elric-guest at users.alioth.debian.org
Tue May 31 22:16:24 UTC 2011


Author: elric-guest
Date: Tue May 31 22:16:24 2011
New Revision: 2655

URL: http://svn.debian.org/wsvn/?sc=1&rev=2655
Log:
debian/{control,rules}: Drop python-central for dh_python2

Modified:
    virtaal/trunk/debian/changelog
    virtaal/trunk/debian/control
    virtaal/trunk/debian/rules

Modified: virtaal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/virtaal/trunk/debian/changelog?rev=2655&op=diff
==============================================================================
--- virtaal/trunk/debian/changelog (original)
+++ virtaal/trunk/debian/changelog Tue May 31 22:16:24 2011
@@ -1,7 +1,8 @@
 virtaal (0.7.0~rc1-1) UNRELEASED; urgency=low
 
   * New upstream version.
-  * debian/control: Bump translate-toolkit dependency to 1.9.0 
+  * debian/control: Bump translate-toolkit dependency to 1.9.0
+  * Drop python-central for dh_python2. Closes: #617142
 
  -- Omar Campagne <ocampagne at gmail.com>  Tue, 31 May 2011 23:40:07 +0200
 

Modified: virtaal/trunk/debian/control
URL: http://svn.debian.org/wsvn/virtaal/trunk/debian/control?rev=2655&op=diff
==============================================================================
--- virtaal/trunk/debian/control (original)
+++ virtaal/trunk/debian/control Tue May 31 22:16:24 2011
@@ -2,9 +2,9 @@
 Section: devel
 Priority: optional
 Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>
-Build-Depends-Indep: python-central (>= 0.5), python (>= 2.5), translate-toolkit (>= 1.9.0)
+Build-Depends-Indep: python (>= 2.6.6-3~), translate-toolkit (>= 1.9.0)
 Build-Depends: debhelper (>= 5.0.51), quilt (>= 0.40)
-XS-Python-Version: all
+X-Python-Version: >=2.5
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/debian-l10n/virtaal/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-l10n/virtaal/trunk
@@ -14,7 +14,6 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.9.0), python-gtk2, python-gobject, python-glade2, python-pycurl, python-lxml, python-simplejson
 Recommends: python-gtkspell, openoffice.org-common, python-levenshtein, python-psycopg2
-XB-Python-Version: ${python:Versions}
 Description: graphical localisation editor
  Virtaal is a graphical localisation editor which supports a variety of formats
  (including PO and XLIFF files).

Modified: virtaal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/virtaal/trunk/debian/rules?rev=2655&op=diff
==============================================================================
--- virtaal/trunk/debian/rules (original)
+++ virtaal/trunk/debian/rules Tue May 31 22:16:24 2011
@@ -44,7 +44,7 @@
 	dh_icons
 	dh_compress
 	dh_fixperms
-	dh_pycentral
+	dh_python2
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




More information about the Debian-l10n-commits mailing list