debian/0000755000000000000000000000000011574665400007176 5ustar debian/control0000644000000000000000000000231011554053670010573 0ustar Source: libcatalyst-engine-psgi-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcatalyst-perl (>= 5.80007), libcatalyst-modules-perl, libplack-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Alessandro Ghedini , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Catalyst-Engine-PSGI/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-engine-psgi-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/ Package: libcatalyst-engine-psgi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-modules-perl, libcatalyst-perl (>= 5.80007), libmoose-perl (>= 2) | libclass-mop-perl, libplack-perl, libtest-tcp-perl Description: Catalyst engine for the PSGI protocol Catalyst::Engine::PSGI is a Perl module that provides backend support for the Catalyst MVC framework on any of a multitude of web servers that comply with the Perl Web Server Gateway Interface (PSGI) specification. . It is commonly used with the Plack middleware (see libplack-perl). debian/copyright0000644000000000000000000000766011574660134011141 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Catalyst-Engine-PSGI Upstream-Contact: Tatsuhiko Miyagawa Source: http://search.cpan.org/dist/Catalyst-Engine-PSGI/ Comment: The upstream sources were repackaged in order to remove the t/catalyst directory due to missing license/copyright, and the images under t/Hello/root/ since not in preferred form for making modifications. . The +dfsg tarball can be created using the repack.sh script (via repack.stub) and is automatically run on upgrade by uscan. Files: * Copyright: 2010-2011, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~miyagawa/ with the statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted, Copyright (c) Tatsuhiko Miyagawa. Source: http://bulknews.net/debian.txt (author's web site) The exact year comes from the CPAN upload date. Files: t/Hello/script/*.pl Copyright: 2005-2010, Sebastian Riedel , Catalyst Core Team License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Spiffy.pm Copyright: 2004-2006, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Test/Base.pm, inc/Test/Base/* Copyright: 2005-2009, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Test/Builder.pm, inc/Test/Builder/* Copyright: 2002-2008, chromatic 2002-2008, Michael G Schwern License: Artistic or GPL-1+ Files: inc/Test/More.pm Copyright: 2001-2008, Michael G Schwern License: Artistic or GPL-1+ Files: inc/Test/SharedFork.pm, inc/Test/SharedFork/* Copyright: 2009-2011, Tokuhiro Matsuno License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~tokuhirom/ with the statement "AUTHOR: Tokuhiro Matsuno" are, unless otherwise noted, Copyright (c) Tokuhiro Matsuno. Source: http://64p.org/debian.txt (author's web site) The exact years come from the CPAN upload dates. Files: inc/Test/TCP.pm Copyright: 2008-2011, Tokuhiro Matsuno License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~tokuhirom/ with the statement "AUTHOR: Tokuhiro Matsuno" are, unless otherwise noted, Copyright (c) Tokuhiro Matsuno. Source: http://64p.org/debian.txt (author's web site) The exact years come from the CPAN upload dates. Files: inc/Test/Requires.pm Copyright: 2009-2010, Tokuhiro Matsuno License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~tokuhirom/ with the statement "AUTHOR: Tokuhiro Matsuno" are, unless otherwise noted, Copyright (c) Tokuhiro Matsuno. Source: http://64p.org/debian.txt (author's web site) The exact years come from the CPAN upload dates. Files: debian/* Copyright: 2010, Jonathan Yu 2011, Alessandro Ghedini 2011, gregor herrmann 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/watch0000644000000000000000000000030711526522047010223 0ustar version=3 opts="dversionmangle=s/\+dfsg//" \ http://search.cpan.org/dist/Catalyst-Engine-PSGI/ .*/Catalyst-Engine-PSGI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \ debian sh debian/repack.stub debian/patches/0000755000000000000000000000000011574665400010625 5ustar debian/patches/spelling.patch0000644000000000000000000000117611574660134013467 0ustar Description: correct a tiny spelling mistake Origin: vendor Forwarded: no Author: gregor herrmann , Alessandro Ghedini Last-Update: 2011-06-11 --- a/lib/Catalyst/Engine/PSGI.pm +++ b/lib/Catalyst/Engine/PSGI.pm @@ -236,7 +236,7 @@ Your application is supposed to work with any PSGI servers without any code modifications, but if your application uses C<< $c->res->write >> -to do streaming write, this engine will buffer the ouput until your +to do streaming write, this engine will buffer the output until your app finishes. To do real streaming with this engine, you should implement an debian/patches/series0000644000000000000000000000001711574660134012037 0ustar spelling.patch debian/compat0000644000000000000000000000000211554053642010371 0ustar 8 debian/repack.local0000644000000000000000000000005711527040306011447 0ustar MANIFEST=1 rm -r t/catalyst rm -r t/Hello/root debian/changelog0000644000000000000000000000146411574660134011054 0ustar libcatalyst-engine-psgi-perl (0.13+dfsg-1) unstable; urgency=low * New upstream release * Update spelling patch * Update inc/* modules copyright years -- Alessandro Ghedini Sat, 11 Jun 2011 14:12:23 +0200 libcatalyst-engine-psgi-perl (0.12+dfsg-2) unstable; urgency=low * debian/control: update (build) dependencies to prepare for Moose/Class::MOP changes. * Set Standards-Version to 3.9.2 (no changes). * Add /me to Uploaders. * Bump debhelper compatibility level to 8. * Add a patch to fix a small spelling mistake. -- gregor herrmann Thu, 21 Apr 2011 18:20:40 +0200 libcatalyst-engine-psgi-perl (0.12+dfsg-1) unstable; urgency=low * Initial Release (Closes: #608562) -- Alessandro Ghedini Mon, 14 Feb 2011 17:11:22 +0100 debian/source/0000755000000000000000000000000011574665400010476 5ustar debian/source/format0000644000000000000000000000001411510120134011660 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611507636166010260 0ustar #!/usr/bin/make -f %: dh $@ debian/repack.stub0000644000000000000000000000325111526522047011337 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sources under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://svn.debian.org/viewsvn/pkg-perl/scripts/repack.sh" exit 1 fi exec "$REPACK_SH" "$@"