Hi, I want to ask you to put anthy/9100h-16 into testing.
Because, it'll fix a regression I've introduced in 9100h-4 (Bug#451283), one file should be installed but wasn't. This fix will make input names in Japanese easier with Anthy. I believe it wouldn't harm for anything. If it is okay, I'll file this as a bug for freeze exception. Here's a debdiff for that, just 1 line added. diff -Nru anthy-9100h/debian/anthy-common.install anthy-9100h/debian/anthy-common.install --- anthy-9100h/debian/anthy-common.install 2012-06-24 22:53:01.000000000 -0600 +++ anthy-9100h/debian/anthy-common.install 2012-07-05 02:09:01.000000000 -0600 @@ -1,5 +1,6 @@ etc/anthy/anthy-conf etc/anthy/ alt-cannadic/*.ctd usr/share/anthy/dic/ +alt-cannadic/g_fname.t usr/share/anthy/dic/ mkworddic/*.t usr/share/anthy/dic/ depgraph/*.depword usr/share/anthy/depgraph/ depgraph/conjugate.table usr/share/anthy/depgraph/ diff -Nru anthy-9100h/debian/changelog anthy-9100h/debian/changelog --- anthy-9100h/debian/changelog 2012-06-26 03:06:47.000000000 -0600 +++ anthy-9100h/debian/changelog 2012-07-05 01:59:58.000000000 -0600 @@ -1,3 +1,10 @@ +anthy (9100h-16) unstable; urgency=low + + * debian/anthy-common.install + - add missing g_fname.t + + -- Hideki Yamane <[email protected]> Thu, 05 Jul 2012 16:59:52 +0900 + anthy (9100h-15) unstable; urgency=low * debian/anthy.postinst -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

