debian/0000755000000000000000000000000012010255776007173 5ustar debian/rules0000755000000000000000000000003612010255776010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000275712010255776010611 0ustar Source: libweb-simple-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Fabrizio Regalli Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdata-dumper-concise-perl (>= 2.020), libmoo-perl, libplack-perl (>= 0.9968), libsyntax-keyword-gather-perl, libwarnings-illegalproto-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libweb-simple-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libweb-simple-perl.git Homepage: http://search.cpan.org/dist/Web-Simple/ Package: libweb-simple-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-dumper-concise-perl (>= 2.020), libmoo-perl, libplack-perl (>= 0.9968), libsyntax-keyword-gather-perl, libwarnings-illegalproto-perl Description: simple web framework Web::Simple provides a bare minimum system for writing web applications that don't need a full-fledged web framework. . The philosophy of Web::Simple is to keep to an absolute bare minimum, for everything. It is not designed to be used for large scale applications; the Catalyst web framework already works very nicely for that and is a far more mature, well supported piece of software. . However, if you have an application that only does a couple of things, and want to not have to think about complexities of deployment, then Web::Simple might be just the thing for you. debian/source/0000755000000000000000000000000012010255776010473 5ustar debian/source/format0000644000000000000000000000001412010255776011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000566712010255776011063 0ustar libweb-simple-perl (0.020-1) unstable; urgency=low * Team upload. [ Nuno Carvalho ] * New upstream release. [ gregor herrmann ] * Add new upstream copyright holder. -- Nuno Carvalho Tue, 07 Aug 2012 19:02:25 +0100 libweb-simple-perl (0.016-1) unstable; urgency=low * Imported Upstream version 0.016 -- Fabrizio Regalli Mon, 14 May 2012 12:16:47 +0200 libweb-simple-perl (0.014-1) unstable; urgency=low * Imported Upstream version 0.014 * debian/copyright: add year 2012 to debian/* files -- Fabrizio Regalli Fri, 04 May 2012 00:15:47 +0200 libweb-simple-perl (0.013-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.3 (no changes). * debian/copyright: update to Copyright-Format 1.0. -- gregor herrmann Thu, 05 Apr 2012 19:27:32 +0200 libweb-simple-perl (0.012-1) unstable; urgency=low * New upstream release. * Update list of copyright holders and years. -- gregor herrmann Tue, 07 Feb 2012 18:42:07 +0100 libweb-simple-perl (0.011-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 23 Dec 2011 14:02:15 +0100 libweb-simple-perl (0.010-1) unstable; urgency=low * New upstream release. * debian/copyright: add additional upstream copyright holders. * Remove fix-pod.patch, applied upstream. -- gregor herrmann Fri, 07 Oct 2011 14:18:49 +0200 libweb-simple-perl (0.009-1) unstable; urgency=low [ gregor herrmann ] * New upstream release 0.004. * Convert to source format 3.0 (quilt). Remove quilt framework. * Refresh debian/copyright. * Set Standards-Version to 3.9.0 (no changes). * Update build and runtime dependencies. * Refresh pod_fragment.patch. * Remove repacking framework; the files are not included anymore. * Remove version from perl (build) dependency. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Fabrizio Regalli ] * New upstream release 0.008 * Upgrade debhelper to (>= 8) * Update d/compat to 8 * Added myself to Uploaders and Copyright * Added libweb-simple-perl.docs file * Bump to 3.9.2 Standards-Version * Removed 'GNU/Linux' from copyright * Added libdata-dumper-concise-perl (>= 2.020), libmoo-perl, libwarnings-illegalproto-perl as B-D [ gregor herrmann ] * New upstream release 0.009. * debian/copyright: update years of upstream and packaging copyright, remove information about removed third-party files. * Add a patch to fix a pod2man error. -- gregor herrmann Tue, 04 Oct 2011 18:15:55 +0200 libweb-simple-perl (0.002+dfsg-1) unstable; urgency=low * Initial release (closes: #559732). -- gregor herrmann Sun, 06 Dec 2009 19:38:57 +0100 debian/libweb-simple-perl.examples0000644000000000000000000000001312010255776014420 0ustar examples/* debian/compat0000644000000000000000000000000212010255776010371 0ustar 8 debian/patches/0000755000000000000000000000000012010255776010622 5ustar debian/patches/series0000644000000000000000000000002312010255776012032 0ustar pod_fragment.patch debian/patches/pod_fragment.patch0000644000000000000000000000126712010255776014316 0ustar Description: remove POD fragment Forwarded: no Author: gregor herrmann Origin: vendor Last-Update: 2010-07-11 --- a/lib/Web/Simple/HackedPlack.pm +++ b/lib/Web/Simple/HackedPlack.pm @@ -70,30 +70,3 @@ } 1; -__END__ - -=head1 SYNOPSIS - - ## in your .cgi - #!/usr/bin/perl - use Plack::Server::CGI; - - # or Plack::Util::load_psgi("/path/to/app.psgi"); - my $app = sub { - my $env = shift; - return [ - 200, - [ 'Content-Type' => 'text/plain', 'Content-Length' => 13 ], - 'Hello, world!', - ]; - }; - - Plack::Server::CGI->new->run($app); - -=head1 SEE ALSO - -L - -=cut - - debian/copyright0000644000000000000000000000357012010255776011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Web-Simple Upstream-Contact: Matt S. Trout Source: http://search.cpan.org/dist/Web-Simple/ Files: * Copyright: 2010-2011, Matt S. Trout 2011, Devin Austin (dhoss) 2011, Arthur Axel 'fREW' Schmidt 2011, gregor herrmann (gregoa) 2011, John Napiorkowski (jnap) 2011, Josh McMichael 2011, Justin Hunter (arcanez) 2011, Kjetil Kjernsmo 2011, markie 2011, Christian Walde (Mithaldu) 2011, nperez 2011, Robin Edwards 2011, Andrew Rodland (hobbs) 2011, Robert Sedlacek (phaylon) License: Artistic or GPL-1+ Files: lib/Web/Simple/AntiquatedPerl.pod Copyright: 2010-2011, Matt S. Trout License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2012, gregor herrmann 2011-2012, Fabrizio Regalli 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'. debian/watch0000644000000000000000000000016112010255776010222 0ustar version=3 http://search.cpan.org/dist/Web-Simple/ .*/Web-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$