Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Hi Release-Team Please unblock package esmtp esmtp 1.2-10 includes only a fix to the french debconf translation. It had the wrong charset previously: + * Fix charset to UTF-8 for french translation + debian/po/fr.po uses UTF-8, but was declared as using ISO-8859-1. That + causes the debconf screen to be broken in French. + Thanks to David Prévot <[email protected]> (Closes: #691926) Could you unblock esmtp 1.2-10? Attached is the debdiff. unblock esmtp/1.2-10 Many thanks for your work, Regards, Salvatore -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
Base version: esmtp_1.2-9 from testing Target version: esmtp_1.2-10 from unstable No hints in place. changelog | 9 +++++++++ po/fr.po | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff -Nru esmtp-1.2/debian/changelog esmtp-1.2/debian/changelog --- esmtp-1.2/debian/changelog 2012-04-19 10:53:53.000000000 +0000 +++ esmtp-1.2/debian/changelog 2012-10-31 14:46:59.000000000 +0000 @@ -1,3 +1,12 @@ +esmtp (1.2-10) unstable; urgency=low + + * Fix charset to UTF-8 for french translation + debian/po/fr.po uses UTF-8, but was declared as using ISO-8859-1. That + causes the debconf screen to be broken in French. + Thanks to David Prévot <[email protected]> (Closes: #691926) + + -- Salvatore Bonaccorso <[email protected]> Wed, 31 Oct 2012 15:38:47 +0100 + esmtp (1.2-9) unstable; urgency=low * Update debian/copyright file. diff -Nru esmtp-1.2/debian/po/fr.po esmtp-1.2/debian/po/fr.po --- esmtp-1.2/debian/po/fr.po 2012-04-19 10:53:53.000000000 +0000 +++ esmtp-1.2/debian/po/fr.po 2012-10-31 14:46:59.000000000 +0000 @@ -21,7 +21,7 @@ "Language-Team: French <[email protected]>\n" "Language: fr\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean

