[Debian-l10n-commits] r1373 - in /translate-toolkit/trunk/debian: README.source changelog control patches/cleanup_install

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Wed Oct 1 20:34:25 UTC 2008


Author: nekral-guest
Date: Wed Oct  1 20:34:25 2008
New Revision: 1373

URL: http://svn.debian.org/wsvn/?sc=1&rev=1373
Log:
  * New upstream release
    + debian/patches/cleanup_install: Updated patch for 1.2.0~rc1.
  * debian/control: Added python-vobject to Build-Depends-Indep and
    Recommends.
  * debian/control: Homepage field moved from the binary packages to the
    source package.
  * debian/control: Homepage changed to the wiki index.
  * debian/control: Added Vcs-Svn and Vcs-Browser fields.
  * debian/control, debian/README.source: Standards-Version bumped to 3.8.0.

Added:
    translate-toolkit/trunk/debian/README.source
Modified:
    translate-toolkit/trunk/debian/changelog
    translate-toolkit/trunk/debian/control
    translate-toolkit/trunk/debian/patches/cleanup_install

Added: translate-toolkit/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/README.source?rev=1373&op=file
==============================================================================
--- translate-toolkit/trunk/debian/README.source (added)
+++ translate-toolkit/trunk/debian/README.source Wed Oct  1 20:34:25 2008
@@ -1,0 +1,11 @@
+This package uses quilt to patch the upstream source.
+
+You can find some info on how to generate the patched source, add a new
+modification, and remove an existing modification on:
+        /usr/share/doc/quilt/README.source
+
+================================================================================
+
+This package uses svn-buildpackage, on the following repository:
+        svn://svn.debian.org/svn/debian-l10n/translate-toolkit/
+

Modified: translate-toolkit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/changelog?rev=1373&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/changelog (original)
+++ translate-toolkit/trunk/debian/changelog Wed Oct  1 20:34:25 2008
@@ -1,3 +1,17 @@
+translate-toolkit (1.2.0~rc1-1) experimental; urgency=low
+
+  * New upstream release
+    + debian/patches/cleanup_install: Updated patch for 1.2.0~rc1.
+  * debian/control: Added python-vobject to Build-Depends-Indep and
+    Recommends.
+  * debian/control: Homepage field moved from the binary packages to the
+    source package.
+  * debian/control: Homepage changed to the wiki index.
+  * debian/control: Added Vcs-Svn and Vcs-Browser fields.
+  * debian/control, debian/README.source: Standards-Version bumped to 3.8.0.
+
+ -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Wed, 01 Oct 2008 22:33:38 +0200
+
 translate-toolkit (1.1.1-3) unstable; urgency=low
 
   * debian/control: Remove alternatives in Build-Depends-Indep. sbuild do not

Modified: translate-toolkit/trunk/debian/control
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/control?rev=1373&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/control (original)
+++ translate-toolkit/trunk/debian/control Wed Oct  1 20:34:25 2008
@@ -3,15 +3,18 @@
 Priority: optional
 Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>
 Uploaders: Matthias Klose <doko at debian.org>
-Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.5), python-lxml, python (>= 2.5)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.5), python-lxml, python (>= 2.5), python-vobject
 Build-Depends: debhelper (>= 5.0.37.2), quilt (>= 0.40)
 XS-Python-Version: all
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/debian-l10n/translate-toolkit/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-l10n/translate-toolkit/trunk
+Homepage: http://translate.sourceforge.net/wiki/toolkit/index
 
 Package: translate-toolkit
 Architecture: all
 Depends: ${python:Depends}, gettext, python (>= 2.5) | python-pysqlite2
-Recommends: python-lxml, python (>= 2.5) | python-elementtree, python-enchant, python-utidylib
+Recommends: python-lxml, python (>= 2.5) | python-elementtree, python-enchant, python-utidylib, python-vobject
 Suggests: translate-toolkit-dev-doc
 Replaces: pootle (<< 0.8.2005.0217-2)
 XB-Python-Version: ${python:Versions}
@@ -30,18 +33,16 @@
  .
  The documentation of the Translate Toolkit API is packaged in
  translate-toolkit-dev-doc.
-Homepage: http://translate.sourceforge.net/
 
 Package: translate-toolkit-dev-doc
 Architecture: all
 Section: doc
 Suggests: translate-toolkit
 Description: documentation of the translate-toolkit API
- The Translate Toolkit is a set of software designed
+ 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
  frustrating.
  .
  This package provides the documentation of the Translate Toolkit API, which
  will be useful is useful to develop applications using the APIs provided by
  the Translate Toolkit.
-Homepage: http://translate.sourceforge.net/

Modified: translate-toolkit/trunk/debian/patches/cleanup_install
URL: http://svn.debian.org/wsvn/translate-toolkit/trunk/debian/patches/cleanup_install?rev=1373&op=diff
==============================================================================
--- translate-toolkit/trunk/debian/patches/cleanup_install (original)
+++ translate-toolkit/trunk/debian/patches/cleanup_install Wed Oct  1 20:34:25 2008
@@ -4,22 +4,20 @@
 
 Status wrt upstream: Debian specific.
 
-Index: translate-toolkit-1.1.1/setup.py
-===================================================================
---- translate-toolkit-1.1.1.orig/setup.py	2008-03-18 22:52:04.356001162 +0100
-+++ translate-toolkit-1.1.1/setup.py	2008-03-18 22:52:42.212230496 +0100
-@@ -43,7 +43,6 @@
-                   ('convert', 'txt2po'), ('convert', 'po2txt'),
+--- a/setup.py
++++ b/setup.py
+@@ -44,7 +44,6 @@
                    ('convert', 'ts2po'),  ('convert', 'po2ts'),
                    ('convert', 'html2po'), ('convert', 'po2html'),
+                   ('convert', 'ical2po'), ('convert', 'po2ical'),
 -                  ('convert', 'ini2po'), ('convert', 'po2ini'),
                    ('convert', 'php2po'), ('convert', 'po2php'),
+                   ('convert', 'rc2po'), ('convert', 'po2rc'),
                    ('convert', 'xliff2po'), ('convert', 'po2xliff'),
-                   ('convert', 'odf2po'),
-@@ -61,7 +60,6 @@
-                   ('tools', 'posegment'),
+@@ -64,7 +63,6 @@
                    ('tools', 'poswap'),
                    ('tools', 'poclean'),
+                   ('tools', 'poterminology'),
 -                  ('services', 'lookupclient.py'),
                    ('services', 'lookupservice')]
  




More information about the Debian-l10n-commits mailing list