--- libtest-http-server-simple-stashwarnings-perl-0.04.orig/debian/rules +++ libtest-http-server-simple-stashwarnings-perl-0.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libtest-http-server-simple-stashwarnings-perl-0.04.orig/debian/watch +++ libtest-http-server-simple-stashwarnings-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Test-HTTP-Server-Simple-StashWarnings/ .*/Test-HTTP-Server-Simple-StashWarnings-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtest-http-server-simple-stashwarnings-perl-0.04.orig/debian/changelog +++ libtest-http-server-simple-stashwarnings-perl-0.04/debian/changelog @@ -0,0 +1,5 @@ +libtest-http-server-simple-stashwarnings-perl (0.04-1) unstable; urgency=low + + * Initial Release. (Closes: #542630) + + -- Christine Spang Tue, 25 Aug 2009 18:25:48 -0400 --- libtest-http-server-simple-stashwarnings-perl-0.04.orig/debian/copyright +++ libtest-http-server-simple-stashwarnings-perl-0.04/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Shawn M Moore +Upstream-Source: http://search.cpan.org/dist/Test-HTTP-Server-Simple-StashWarnings/ +Upstream-Name: Test-HTTP-Server-Simple-StashWarnings + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: * +Copyright: 2008, Best Practical Solutions, LLC +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christine Spang +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' --- libtest-http-server-simple-stashwarnings-perl-0.04.orig/debian/compat +++ libtest-http-server-simple-stashwarnings-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libtest-http-server-simple-stashwarnings-perl-0.04.orig/debian/control +++ libtest-http-server-simple-stashwarnings-perl-0.04/debian/control @@ -0,0 +1,24 @@ +Source: libtest-http-server-simple-stashwarnings-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libhttp-server-simple-perl (>= 0.34), + libwww-mechanize-perl, libtest-http-server-simple-perl +Maintainer: Debian Perl Group +Uploaders: Christine Spang +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Test-HTTP-Server-Simple-StashWarnings/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-http-server-simple-stashwarnings-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-http-server-simple-stashwarnings-perl + +Package: libtest-http-server-simple-stashwarnings-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libtest-http-server-simple-perl, + libhttp-server-simple-perl (>= 0.34) +Description: catch your forked web server's warnings in Test::More tests + This module, based on Test::HTTP::Server::Simple, lets you retrieve the + warnings that your forked HTTP::Server::Simple-based web server throws. + That way you can test that your application continues to throw warnings + when it makes sense. Catching the warnings also keeps your test output + tidy. Finally, you'll be able to see when your application throws new, + unexpected warnings.