Your message dated Tue, 09 Sep 2008 21:32:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#498224: fixed in ikiwiki 2.53.2
has caused the Debian Bug report #498224,
regarding ikiwiki: Undefined subroutine &IkiWiki::beautify_urlpath during
rebuild
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
498224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498224
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ikiwiki
Version: 2.53.1
Severity: important
Tags: patch
[EMAIL PROTECTED]:~$ ikiwiki --setup /etc/ikiwiki/sysdev.setup --rebuild
successfully generated /var/lib/ikiwiki/sysdev.cgi
successfully generated /var/lib/ikiwiki/sysdev.post-commit
/etc/ikiwiki/sysdev.setup: Undefined subroutine &IkiWiki::beautify_urlpath
called at /usr/share/perl5/IkiWiki.pm line 565.
BEGIN failed--compilation aborted at (eval 6) line 98.
Patch attached appears to fix the problem.
diff -urN ikiwiki/IkiWiki.pm ikiwiki.mine/IkiWiki.pm
--- ikiwiki/IkiWiki.pm 2008-09-06 02:44:57.000000000 +0100
+++ ikiwiki.mine/IkiWiki.pm 2008-09-08 10:30:47.000000000 +0100
@@ -564,7 +564,7 @@
}
if ($absolute) {
- return $config{url}.beautify_urlpath("/".$to);
+ return $config{url}.beautify_url("/".$to);
}
my $link = abs2rel($to, dirname(htmlpage($from)));
--- End Message ---
--- Begin Message ---
Source: ikiwiki
Source-Version: 2.53.2
We believe that the bug you reported is fixed in the latest version of
ikiwiki, which is due to be installed in the Debian FTP archive:
ikiwiki_2.53.2.dsc
to pool/main/i/ikiwiki/ikiwiki_2.53.2.dsc
ikiwiki_2.53.2.tar.gz
to pool/main/i/ikiwiki/ikiwiki_2.53.2.tar.gz
ikiwiki_2.53.2_all.deb
to pool/main/i/ikiwiki/ikiwiki_2.53.2_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.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated ikiwiki 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.8
Date: Mon, 08 Sep 2008 11:40:27 -0400
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 2.53.2
Distribution: testing-proposed-updates
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
ikiwiki - a wiki compiler
Closes: 498224
Changes:
ikiwiki (2.53.2) testing-proposed-updates; urgency=low
.
* Fix bad patch backport that broke generation of rss/atom feeds. Closes:
#498224
Checksums-Sha1:
f6fabb1ef1c08b2e2f25c41c82a08268161d1769 1095 ikiwiki_2.53.2.dsc
571d1a44e419f105981a8b39a55a2a2a5007e963 773027 ikiwiki_2.53.2.tar.gz
7b90e386372c3177150e1261450cdb055e4c06fc 920722 ikiwiki_2.53.2_all.deb
Checksums-Sha256:
5414a7a99c3bc5103064d95eedda7e64f32fe3d25628ecf0f0450fe040deb47c 1095
ikiwiki_2.53.2.dsc
7478eea3c9c42b62b6ca3db6a839c5a9694725974cb9ac386f03104bfee09036 773027
ikiwiki_2.53.2.tar.gz
8ca978828b01a85d18401214a56811c7a2acfa8699bbfda5085516c73353a022 920722
ikiwiki_2.53.2_all.deb
Files:
91f78b78b3531216a069fe26e6834406 1095 web optional ikiwiki_2.53.2.dsc
fb5d8e4dc25282343000efb00317a99f 773027 web optional ikiwiki_2.53.2.tar.gz
b54744e3a86ec5aafcab9a754600df05 920722 web optional ikiwiki_2.53.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFIxudN2tp5zXiKP0wRApw3AKDRA6sUJRv1aHy6gmPYm2S9z4FHewCfRyk7
ZOaUVz1zW0RAa7ckQ75PFH4=
=0kcV
-----END PGP SIGNATURE-----
--- End Message ---