Package: iodine
Version: 0.6.0~rc1-11
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 iodine depends on:
ii adduser 3.113+nmu3
ii debconf [debconf-2.0] 1.5.46
ii libc6 2.13-36
ii udev 175-7
ii zlib1g 1:1.2.7.dfsg-13
iodine recommends no packages.
Versions of packages iodine suggests:
ii dnsutils 1:9.8.1.dfsg.P1-4.3
pn fping <none>
ii gawk 1:4.0.1+dfsg-2
pn ipcalc <none>
ii iproute 20120521-3
>From 170173afd612ae2566d9ee390a10824f0a26f6f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <[email protected]>
Date: Wed, 31 Oct 2012 13:50:32 -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 ac4ca2a..a4fb18d 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: boolean
--
1.7.10.4