Your message dated Mon, 15 May 2006 04:02:07 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#204470: fixed in plum 2.33.1-10 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: plum Version: 2.33.1-9 Severity: normal Tags: upstream Sometimes, plum's log lacks jis kanji-out code. In "log" module, plum uses 'jis_jis' subroutine. Some irc clients make lacked kanji-out code output. For example, chatzilla 1.3.1. plum's 'jis_jis' subroutine supplies kanji-out code, but this routine don't seems to work fine. As a result, logs have "Mojibake". So, a simple awk script supplies lacked kanji-out code: { i=j=0; } /\033\$B/{ str=$0; while(match(str,/\033\$B/)>0){ i++; str=substr(str,RSTART+RLENGTH); } str=$0; while(match(str,/\033\(B/)>0){ j++; str=substr(str,RSTART+RLENGTH); } } i != j{ print $0,"\033(B"; } i == j{ print $0; } -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux vawr 2.4.21 #1 2003年 6月 14日 土曜日 15:31:53 JST i686 Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP Versions of packages plum depends on: ii perl [perl5] 5.8.0-18 Larry Wall's Practical Extraction -- no debconf information
--- End Message ---
--- Begin Message ---Source: plum Source-Version: 2.33.1-10 We believe that the bug you reported is fixed in the latest version of plum, which is due to be installed in the Debian FTP archive: plum_2.33.1-10.diff.gz to pool/main/p/plum/plum_2.33.1-10.diff.gz plum_2.33.1-10.dsc to pool/main/p/plum/plum_2.33.1-10.dsc plum_2.33.1-10_all.deb to pool/main/p/plum/plum_2.33.1-10_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. GOTO Masanori <[EMAIL PROTECTED]> (supplier of updated plum package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 14 May 2006 01:48:49 +0900 Source: plum Binary: plum Architecture: source all Version: 2.33.1-10 Distribution: unstable Urgency: low Maintainer: GOTO Masanori <[EMAIL PROTECTED]> Changed-By: GOTO Masanori <[EMAIL PROTECTED]> Description: plum - IRC proxy, stationing, logging, and bot program (pirc) Closes: 61630 145672 204470 302980 328795 340331 359554 Changes: plum (2.33.1-10) unstable; urgency=low . * It's still maintained by the maintainer, new package is uploaded. (Closes: #328795) * debian/control: New maintainer mail address. * debian/copyright: Distinguish between Copyright Holder and License. (Closes: #302980) * Finish /usr/doc transition by rebuild. (Closes: #359554) * Fix /usr/share/doc/plum/module.html refers to local patchs. (Closes: #145672) * Move /usr/lib/plum executables to /usr/share/plum, because it's arch independent files. * debian/README.Debian: Very minimal English documentation. (Closes: #61630) * Updating Standards-Version: 3.6.2. Update debian/compat and debian/control. * debian/patch0.plum-debian: Renamed from patch.plum-debian. * debian/patch1.bind: Renamed from patch.bind. * debian/patch2.timeout: Added to change default timeout from 120 to 20. * debian/patch3.string0fix: Added to fix string "0" line bug that modifies only "0" line to the empty line during input/output with IRC clients. Note that this fix is limited only to the plum main privmsg routine, but other modules should be also fixed. Patch proposed by Fumitoshi UKAI <[EMAIL PROTECTED]>. (Closes: #340331) * debian/patch4.jisSOfix: Added to fix jis_jis function SO bug fix. If "\cO" (SI) is specified, $kanji mode expects 2 (SO Hankaku-kana was already specified), and the ASCII mode (ESC $ B) should be issued. But the current code does not work correctly because of "$kanji != 2". Patch proposed by MATSUDA Yoh-ichi <[EMAIL PROTECTED]>. (Closes: #204470) Files: 30dd2c5a86b1adfed076a2dace1ca56f 554 net optional plum_2.33.1-10.dsc 5fe345858cccd972a1bac2ad9d08c608 11792 net optional plum_2.33.1-10.diff.gz 45a3a56e8db81182900814849b141181 125324 net optional plum_2.33.1-10_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEaF1TqIqasIZIJsMRAhscAJ0aWqKkq0U8T99vcoUh1LwUXzwXoQCfYCAE U++4uF/yurcMdj5cR4NegIc= =OhVa -----END PGP SIGNATURE-----
--- End Message ---

