--- libhtml-mason-psgihandler-perl-0.52.orig/debian/compat +++ libhtml-mason-psgihandler-perl-0.52/debian/compat @@ -0,0 +1 @@ +7 --- libhtml-mason-psgihandler-perl-0.52.orig/debian/rules +++ libhtml-mason-psgihandler-perl-0.52/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libhtml-mason-psgihandler-perl-0.52.orig/debian/watch +++ libhtml-mason-psgihandler-perl-0.52/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/HTML-Mason-PSGIHandler/ .*/HTML-Mason-PSGIHandler-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libhtml-mason-psgihandler-perl-0.52.orig/debian/changelog +++ libhtml-mason-psgihandler-perl-0.52/debian/changelog @@ -0,0 +1,5 @@ +libhtml-mason-psgihandler-perl (0.52-1) unstable; urgency=low + + * Initial Release. (Closes: #606818) + + -- Dominic Hargreaves Sun, 19 Dec 2010 20:12:37 +0000 --- libhtml-mason-psgihandler-perl-0.52.orig/debian/control +++ libhtml-mason-psgihandler-perl-0.52/debian/control @@ -0,0 +1,18 @@ +Source: libhtml-mason-psgihandler-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libplack-perl, libcgi-psgi-perl, libhtml-mason-perl +Maintainer: Dominic Hargreaves +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/HTML-Mason-PSGIHandler/ +Vcs-Browser: http://git.debian.org/?p=users/dom/libhtml-mason-psgihandler-perl.git +Vcs-Git: git://git.debian.org/~dom/libhtml-mason-psgihandler-perl.git + +Package: libhtml-mason-psgihandler-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libcgi-psgi-perl, libhtml-mason-perl +Description: PSGI handler for HTML::Mason + HTML::Mason::PSGIHandler is a PSGI handler for HTML::Mason. It's based on + HTML::Mason::CGIHandler and allows you to process Mason templates on any web + servers that support PSGI. --- libhtml-mason-psgihandler-perl-0.52.orig/debian/libhtml-mason-psgihandler-perl.docs +++ libhtml-mason-psgihandler-perl-0.52/debian/libhtml-mason-psgihandler-perl.docs @@ -0,0 +1 @@ +README --- libhtml-mason-psgihandler-perl-0.52.orig/debian/copyright +++ libhtml-mason-psgihandler-perl-0.52/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Ask Bjørn Hansen +Source: http://search.cpan.org/dist/HTML-Mason-PSGIHandler/ +Name: HTML-Mason-PSGIHandler + +Files: * +Copyright: Ask Bjørn Hansen +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Dominic Hargreaves +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'.