Same here:a
-- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/
diff -u tinyerp-client-3.4.2/debian/patches/00list tinyerp-client-3.4.2/debian/patches/00list --- tinyerp-client-3.4.2/debian/patches/00list +++ tinyerp-client-3.4.2/debian/patches/00list @@ -2,0 +3 @@ +03-locale diff -u tinyerp-client-3.4.2/debian/changelog tinyerp-client-3.4.2/debian/changelog --- tinyerp-client-3.4.2/debian/changelog +++ tinyerp-client-3.4.2/debian/changelog @@ -1,3 +1,11 @@ +tinyerp-client (3.4.2-2) testing; urgency=medium + + * Added 02-locale.dpatch from unstable as 03-locale.dpatch (Closes: #402675). + This patch fixes the wrong path to the l10n files as reported by Michael + Bunk <[EMAIL PROTECTED]> in #401674. + + -- Daniel Baumann <[EMAIL PROTECTED]> Tue, 12 Dec 2006 10:36:00 +0100 + tinyerp-client (3.4.2-1) unstable; urgency=medium * New upstream release. only in patch2: unchanged: --- tinyerp-client-3.4.2.orig/debian/patches/03-locale.dpatch +++ tinyerp-client-3.4.2/debian/patches/03-locale.dpatch @@ -0,0 +1,21 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 03-locale.dpatch by Michael Bunk <[EMAIL PROTECTED]> +## +## DP: Adjusts path for locale directory (Closes: #401674). + [EMAIL PROTECTED]@ + +diff -Naur tinyerp-client-4.0.0-rc1.orig/bin/tinyerp-client.py tinyerp-client-4.0.0-rc1/bin/tinyerp-client.py +--- tinyerp-client-4.0.0-rc1.orig/bin/tinyerp-client.py 2006-11-27 12:30:44.000000000 +0000 ++++ tinyerp-client-4.0.0-rc1/bin/tinyerp-client.py 2006-12-05 11:48:16.000000000 +0000 +@@ -73,8 +73,8 @@ + import pango + + # end testing +-APP = 'terp' +-DIR = 'po' ++APP = 'tinyerp-client' ++DIR = '/usr/share/locale' + + locale.setlocale(locale.LC_ALL, '') + gettext.bindtextdomain(APP, DIR)