tag 593442 pending thanks Hello,
Bug #593442 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=f42344b --- commit f42344b5fb3fda487eb1b7583bd1bd2ec84f2334 Author: Raphaël Hertzog <hert...@debian.org> Date: Sat Aug 21 16:28:03 2010 +0200 dpkg-genchanges: correctly truncate descriptions with multibyte characters Ensure the scalar used to truncate the description is character-based and not byte-based. But switch it back to a byte-based scalar afterwards to avoid bad-conversion to latin1 when output in a filehandle without any explicit encodind. This should really be fixed in Dpkg::Control but that would be an invasive change at this point of the squeeze release. Reported-by: Colin Watson <cjwat...@ubuntu.com> diff --git a/debian/changelog b/debian/changelog index ae724cf..f95a2ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ dpkg (1.15.8.5) UNRELEASED; urgency=low * Clarify effect of “dpkg --purge” on homedir files in dpkg(1). Thanks to The Fungi <fu...@yuggoth.org>. Closes: #593628 + [ Raphaël Hertzog ] + * Fix dpkg-genchanges to not split the short description in the middle of a + UTF8 character. Closes: #593442 + [ Updated programs translations ] * Italian (Milo Casagrande). Closes: #592953 -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org