[Debian-l10n-commits] r2602 - in /translate-toolkit/trunk/debian: changelog control rules
bubulle at users.alioth.debian.org
bubulle at users.alioth.debian.org
Sat Apr 16 06:23:09 UTC 2011
Author: bubulle
Date: Sat Apr 16 06:23:03 2011
New Revision: 2602
URL: http://svn.debian.org/wsvn/?sc=1&rev=2602
Log:
Drop dh_pycentral in favor of dh_python2. Closes: #617132
Modified:
translate-toolkit/trunk/debian/changelog
translate-toolkit/trunk/debian/control
translate-toolkit/trunk/debian/rules
Modified: translate-toolkit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/changelog?rev=2602&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/changelog (original)
+++ translate-toolkit/trunk/debian/changelog Sat Apr 16 06:23:03 2011
@@ -5,6 +5,7 @@
and remove Matthias Klose who is no longer involved in this package,
AFAICT.
* Drop examples as lookupclient.py is no longer provided.
+ * Drop dh_pycentral in favor of dh_python2. Closes: #617132
-- Christian Perrier <bubulle at debian.org> Thu, 14 Apr 2011 11:49:32 +0200
Modified: translate-toolkit/trunk/debian/control
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/control?rev=2602&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/control (original)
+++ translate-toolkit/trunk/debian/control Sat Apr 16 06:23:03 2011
@@ -3,9 +3,9 @@
Priority: optional
Uploaders: Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>, Christian Perrier <bubulle at debian.org>
Maintainer: Debian l10n developers <debian-l10n-devel at lists.alioth.debian.org>
-Build-Depends-Indep: python-central (>= 0.5), python-lxml, python (>= 2.5.4), python-vobject, python-simplejson
+Build-Depends-Indep: python-lxml, python (>= 2.6.6-3~), python-vobject, python-simplejson
Build-Depends: debhelper (>= 6.0.7), quilt (>= 0.40)
-XS-Python-Version: >=2.5
+X-Python-Version: >=2.5
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/debian-l10n/translate-toolkit/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/debian-l10n/translate-toolkit/trunk
@@ -17,7 +17,6 @@
Recommends: python-lxml, python (>= 2.5) | python-elementtree, python-enchant, python-simplejson, python-utidylib, python-vobject, iso-codes, python-levenshtein, gaupol, python-iniparse
Suggests: translate-toolkit-dev-doc
Replaces: pootle (<< 0.8.2005.0217-2)
-XB-Python-Version: ${python:Versions}
Description: Toolkit assisting in the localization of software
The Translate Toolkit is a Python library and a set of software designed
to help make the lives of localizers both more productive and less
Modified: translate-toolkit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/rules?rev=2602&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/rules (original)
+++ translate-toolkit/trunk/debian/rules Sat Apr 16 06:23:03 2011
@@ -78,7 +78,7 @@
dh_installman man/*
dh_compress
dh_fixperms
- dh_pycentral
+ dh_python2
dh_installdeb
dh_gencontrol
dh_md5sums
More information about the Debian-l10n-commits
mailing list