debian/0000755000000000000000000000000011635077775007210 5ustar debian/lintian-overrides0000644000000000000000000000016411635071453012555 0ustar # It is a compressed file, I swear! libkwiki-perl: manpage-not-compressed-with-gzip usr/share/man/man3/Kwiki.3pm.gz debian/watch0000644000000000000000000000014611635071453010225 0ustar version=3 http://search.cpan.org/dist/Kwiki/ .+/Kwiki-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611635077250010253 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000447011635077664011064 0ustar libkwiki-perl (0.39-2) unstable; urgency=low * Team upload. [ gregor herrmann ] * Remove Florian Ragwitz from Uploaders (closes: #523272). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. * Use source format 3.0 (quilt). * Use tiny debian/rules with debhelper 8. * Convert debian/copyright to proposed machine-readable format. * Make build-dep on perl unversioned. * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt Sat, 17 Sep 2011 13:08:26 +0200 libkwiki-perl (0.39-1) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. [ Martín Ferrari ] * Increased debhelper level to 5. * debian/control: added myself to Uploaders. Bumped Standards-Version (no changes). Downgraded perl dependency to 5.6.1, per META.yml. * debian/copyright: new format, added packaging copyright. * debian/rules: refreshed. * New upstream release. * Moved #411027 patch to a quilt patch, added quilt stuff. * Added lintian override for manpage-not-compressed-with-gzip: it seems to be a corner case for file(1). Reported as #486593. -- Martín Ferrari Mon, 16 Jun 2008 21:40:58 -0300 libkwiki-perl (0.38-1.2) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467900 -- Mark Hymers Sat, 05 Apr 2008 21:09:12 +0100 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 Sat, 10 Mar 2007 21:18:58 +0100 libkwiki-perl (0.38-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Tue, 24 Jan 2006 22:24:15 +0100 debian/control0000644000000000000000000000304111635077613010600 0ustar Source: libkwiki-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libspoon-perl (>= 0.22) Maintainer: Debian Perl Group Uploaders: Martín Ferrari Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Kwiki/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libkwiki-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libkwiki-perl.git Package: libkwiki-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libspoon-perl (>= 0.22) Description: Kwiki Wiki Building Framework A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly the oldest wiki, and has lots of information about how wikis work. . Kwiki is a Perl wiki implementation based on the Spoon application architecture and using the Spiffy object orientation model. The major goals of Kwiki are that it be easy to install, maintain and extend. . All the features of a Kwiki wiki come from plugin modules. The base installation comes with the bare minimum plugins to make a working Kwiki. To make a really nice Kwiki installation you need to install additional plugins. Which plugins you pick is entirely up to you. Another goal of Kwiki is that every installation will be unique. When there are hundreds of plugins available, this will hopefully be the case. debian/compat0000644000000000000000000000000211635077221010370 0ustar 8 debian/source/0000755000000000000000000000000011635077200010467 5ustar debian/source/format0000644000000000000000000000001411635077200011675 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011635071453010622 5ustar debian/patches/series0000644000000000000000000000001511635071453012033 0ustar 411027.patch debian/patches/411027.patch0000644000000000000000000000044611635071453012405 0ustar --- a/lib/Kwiki/Command.pm +++ b/lib/Kwiki/Command.pm @@ -19,6 +19,7 @@ sub handle_new { $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"; } debian/copyright0000644000000000000000000000242511635077536011141 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59 Maintainer: Brian Ingerson Source: http://search.cpan.org/dist/Kwiki/ Name: Kwiki Files: * Copyright: 2004, Brian Ingerson. All rights reserved. 2007, Ingy döt Net. All rights reserved. License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, Florian Ragwitz 2007, Bas Zoetekouw 2008, Mark Hymers 2008, Martín Ferrari 2008, gregor herrmann 2011, Ansgar Burchardt License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'.