Package: scuttle
Version: 0.7.4-8
Severity: wishlist
Tags: l10n patch
Hi,
debian/po/de.po uses UTF-8, but is declared as using ISO-8859-15. That
causes the debconf screen to be broken in German. Please find attached
a trivial patch for this issue. Please also note that such a fix can be
considered for a freeze exception: point 4: “translation […] fixes” [0].
0: http://release.debian.org/wheezy/freeze_policy.html
Regards
David
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages scuttle depends on:
ii apache2 2.2.22-12
ii apache2-mpm-prefork [httpd] 2.2.22-12
ii cherokee [httpd] 1.2.101-1
ii dbconfig-common 1.8.47+nmu1
ii debconf [debconf-2.0] 1.5.46
ii mysql-client-5.5 [mysql-client] 5.5.28+dfsg-1
pn php-gettext <none>
ii php5 5.4.4-9
ii php5-mysql 5.4.4-9
ii wwwconfig-common 0.2.2
scuttle recommends no packages.
Versions of packages scuttle suggests:
ii mysql-server 5.5.28+dfsg-1
>From 5f34d54209b1a0d3bc5a2f981965adeb41ab9676 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <[email protected]>
Date: Wed, 31 Oct 2012 14:18:54 -0400
Subject: [PATCH] debian/po/de.po: Fix charset
---
debian/po/de.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/po/de.po b/debian/po/de.po
index b941f93..192b3aa 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -12,7 +12,7 @@ msgstr ""
"Language-Team: German <[email protected]>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: select
--
1.7.10.4