Hi!

I've verified that Nicolas's patch works fine, and I'm currently
preparing an NMU for libkwiki-perl.  A diff describing the changes is
attached.

Greetings,
bas.

-- 
Kind regards,
+--------------------------------------------------------------------+
| Bas Zoetekouw              | GPG key: 0644fab7                     |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED]             |              a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+ 
diff -Nabur libkwiki-perl-0.38.eerst/debian/changelog 
libkwiki-perl-0.38/debian/changelog
--- libkwiki-perl-0.38.eerst/debian/changelog   2007-03-10 21:25:00.000000000 
+0100
+++ libkwiki-perl-0.38/debian/changelog 2007-03-10 21:25:08.000000000 +0100
@@ -1,3 +1,12 @@
+libkwiki-perl (0.38-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Added a call to $self->handle_update_all to handle_new() in Command.pm.
+    Thanks to Nicolas François for the patch.
+    (closes: #411027)
+
+ -- Bas Zoetekouw <[EMAIL PROTECTED]>  Sat, 10 Mar 2007 21:18:58 +0100
+
 libkwiki-perl (0.38-1) unstable; urgency=low
 
   * Initial Release.
diff -Nabur libkwiki-perl-0.38.eerst/lib/Kwiki/Command.pm 
libkwiki-perl-0.38/lib/Kwiki/Command.pm
--- libkwiki-perl-0.38.eerst/lib/Kwiki/Command.pm       2005-04-03 
12:50:54.000000000 +0200
+++ libkwiki-perl-0.38/lib/Kwiki/Command.pm     2007-03-10 21:25:08.000000000 
+0100
@@ -19,6 +19,7 @@
     $self->install('widgets');
     io('plugin')->mkdir;
     $self->set_permissions;
+    $self->handle_update_all;
     warn "\nKwiki software installed! Point your browser at this 
location.\n\n";
 }
 

Reply via email to