Your message dated Wed, 08 Mar 2006 13:47:35 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#355879: fixed in usemod-wiki 1.0-8 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: usemod-wiki Version: 1.0-6 Severity: minor Tags: patch Noticed a few typos in some of the error messages usemod produces. --- wiki.pl 2005-02-16 18:25:56.000000000 +0200 +++ wiki-mod.pl 2006-03-08 15:00:09.280033229 +0200 @@ -2563,7 +2563,7 @@ return; } return if (!$anyExpire); # No sections expired - open (OUT, ">$fname") or die (Ts('cant write %s', $fname) . ": $!"); + open (OUT, ">$fname") or die (Ts('can\'t write %s', $fname) . ": $!"); foreach (@kplist) { %tempSection = split(/$FS2/, $_, -1); $sectName = $tempSection{'name'}; @@ -2863,7 +2863,7 @@ sub WriteStringToFile { my ($file, $string) = @_; - open (OUT, ">$file") or die(Ts('cant write %s', $file) . ": $!"); + open (OUT, ">$file") or die(Ts('can\'t write %s', $file) . ": $!"); print OUT $string; close(OUT); } @@ -2871,7 +2871,7 @@ sub AppendStringToFile { my ($file, $string) = @_; - open (OUT, ">>$file") or die(Ts('cant write %s', $file) . ": $!"); + open (OUT, ">>$file") or die(Ts('can\'t write %s', $file) . ": $!"); print OUT $string; close(OUT); }
--- End Message ---
--- Begin Message ---Source: usemod-wiki Source-Version: 1.0-8 We believe that the bug you reported is fixed in the latest version of usemod-wiki, which is due to be installed in the Debian FTP archive: usemod-wiki_1.0-8.diff.gz to pool/main/u/usemod-wiki/usemod-wiki_1.0-8.diff.gz usemod-wiki_1.0-8.dsc to pool/main/u/usemod-wiki/usemod-wiki_1.0-8.dsc usemod-wiki_1.0-8_all.deb to pool/main/u/usemod-wiki/usemod-wiki_1.0-8_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. Christoph Berg <[EMAIL PROTECTED]> (supplier of updated usemod-wiki 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: Wed, 8 Mar 2006 22:11:13 +0100 Source: usemod-wiki Binary: usemod-wiki Architecture: source all Version: 1.0-8 Distribution: unstable Urgency: low Maintainer: Christoph Berg <[EMAIL PROTECTED]> Changed-By: Christoph Berg <[EMAIL PROTECTED]> Description: usemod-wiki - Perl-based Wiki clone Closes: 355876 355879 Changes: usemod-wiki (1.0-8) unstable; urgency=low . * Thanks to Teemu Hukkanen for the following patches: + Use HttpCharset also for RSS feed (Closes: #355876). + Fix some typos (Closes: #355879). Files: 84445ee9b7c57ecae44863f4f3fca489 597 web optional usemod-wiki_1.0-8.dsc 3e69b54411a35839a8d9f61c93194601 13745 web optional usemod-wiki_1.0-8.diff.gz 4735c60c55afec205c52afb7c82ebf84 65464 web optional usemod-wiki_1.0-8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFED0kXxa93SlhRC1oRAkvPAKDwVPpFyzSJhTkKW+U1jMLYd4uERgCgolsB hE35AOnqhGKRcZMKRDfO4v4= =PkAM -----END PGP SIGNATURE-----
--- End Message ---

