--- libhttp-server-simple-mason-perl-0.13.orig/debian/control +++ libhttp-server-simple-mason-perl-0.13/debian/control @@ -0,0 +1,24 @@ +Source: libhttp-server-simple-mason-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libhook-lexwrap-perl, libhtml-mason-perl (>= 1.25), + libhttp-server-simple-perl (>= 0.04), libtest-pod-coverage-perl, + libtest-pod-perl, libwww-perl, perl +Maintainer: Debian Perl Group +Uploaders: Alejandro Garrido Mota , + Angel Abad +Standards-Version: 3.8.3 +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 (>= 1.25), libhttp-server-simple-perl (>= 0.04) +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. --- libhttp-server-simple-mason-perl-0.13.orig/debian/copyright +++ libhttp-server-simple-mason-perl-0.13/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jesse Vincent +Upstream-Source: http://search.cpan.org/dist/HTTP-Server-Simple-Mason/ +Upstream-Name: HTTP-Server-Simple-Mason + +Files: * +Copyright: 2001-2005, Jesse Vincent +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/* +Copyright: 2002 - 2009, Brian Ingerson, Audrey Tang and Adam Kennedy. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Alejandro Garrido Mota + 2009, Angel Abad + 2009, Salvatore Bonaccorso +License: Artistic | 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 the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libhttp-server-simple-mason-perl-0.13.orig/debian/watch +++ libhttp-server-simple-mason-perl-0.13/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/HTTP-Server-Simple-Mason/ .*/HTTP-Server-Simple-Mason-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libhttp-server-simple-mason-perl-0.13.orig/debian/compat +++ libhttp-server-simple-mason-perl-0.13/debian/compat @@ -0,0 +1 @@ +7 --- libhttp-server-simple-mason-perl-0.13.orig/debian/libhttp-server-simple-mason-perl.examples +++ libhttp-server-simple-mason-perl-0.13/debian/libhttp-server-simple-mason-perl.examples @@ -0,0 +1 @@ +ex/* --- libhttp-server-simple-mason-perl-0.13.orig/debian/changelog +++ libhttp-server-simple-mason-perl-0.13/debian/changelog @@ -0,0 +1,18 @@ +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 --- libhttp-server-simple-mason-perl-0.13.orig/debian/rules +++ libhttp-server-simple-mason-perl-0.13/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@