debian/0000755000000000000000000000000011443444400007164 5ustar debian/control0000644000000000000000000000222311443443352010573 0ustar Source: libhttp-server-simple-mason-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libhook-lexwrap-perl, libhtml-mason-perl, libhttp-server-simple-perl, libtest-pod-coverage-perl, libtest-pod-perl, libwww-perl, perl Maintainer: Debian Perl Group Uploaders: Alejandro Garrido Mota , Angel Abad Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/HTTP-Server-Simple-Mason/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-server-simple-mason-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-server-simple-mason-perl/ Package: libhttp-server-simple-mason-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhook-lexwrap-perl, libhtml-mason-perl, libhttp-server-simple-perl Description: abstract baseclass for a standalone mason server HTTP::Server::Simple::Mason is a simple standalone mason HTTP server. By default, it doesn't thread or fork. It does, however, act as a simple frontend which can be used to build a standalone web-based application or turn a CGI into one. debian/copyright0000644000000000000000000000261611443435261011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Jesse Vincent Source: http://search.cpan.org/dist/HTTP-Server-Simple-Mason/ Name: HTTP-Server-Simple-Mason Files: * Copyright: 2001-2005, Jesse Vincent License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, 2010, Angel Abad 2009, Alejandro Garrido Mota 2009, Salvatore Bonaccorso 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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000021511217265457010227 0ustar version=3 http://search.cpan.org/dist/HTTP-Server-Simple-Mason/ .*/HTTP-Server-Simple-Mason-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011443444274010624 5ustar debian/patches/fix_spelling_errors0000644000000000000000000000101511443435261014617 0ustar Author: Angel Abad Subject: Fix spelling error in manpage Bug: https://rt.cpan.org/Public/Bug/Display.html?id=61300 --- a/lib/HTTP/Server/Simple/Mason.pm +++ b/lib/HTTP/Server/Simple/Mason.pm @@ -155,7 +155,7 @@ =head2 handle_error ERROR If the call to C dies, C is called with the -exception (that is, C<$@>). By default, it does nothing; it can be overriden +exception (that is, C<$@>). By default, it does nothing; it can be overridden by your subclass. =cut debian/patches/series0000644000000000000000000000002411443435261012031 0ustar fix_spelling_errors debian/compat0000644000000000000000000000000211217265457010376 0ustar 7 debian/libhttp-server-simple-mason-perl.examples0000644000000000000000000000000511217265457017247 0ustar ex/* debian/changelog0000644000000000000000000000217411443443403011044 0ustar libhttp-server-simple-mason-perl (0.14-1) unstable; urgency=low [ Angel Abad ] * New upstream release * debian/copyright: Update license and copyright information * Switch to dpkg-source format 3.0 (quilt) * debian/patches/fix_spelling_errors: Fix spelling error in manpage * Bump Standards-Version to 3.9.1 (no changes) [ gregor herrmann ] * debian/control: remove versions from (build) dependencies, already satisfied in lenny. -- Angel Abad Mon, 13 Sep 2010 14:06:31 +0200 libhttp-server-simple-mason-perl (0.13-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Angel Abad ] * New upstream release * Standards-Version: 3.8.3 (no changes needed) -- Angel Abad Sun, 18 Oct 2009 02:36:27 +0200 libhttp-server-simple-mason-perl (0.12-1) unstable; urgency=low * Initial Release. (Closes: #533032) -- Alejandro Garrido Mota Thu, 23 Jul 2009 17:07:07 -0430 debian/source/0000755000000000000000000000000011443444274010475 5ustar debian/source/format0000644000000000000000000000001411443435261011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611217265457010257 0ustar #!/usr/bin/make -f %: dh $@