debian/0000755000000000000000000000000011564120101007155 5ustar debian/control0000644000000000000000000000221511564120072010567 0ustar Source: libtest-www-mechanize-psgi-perl Section: perl Priority: optional Build-Depends: devscripts (>= 2.10.7~), perl, cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo, libplack-perl, libtest-www-mechanize-perl, libtry-tiny-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libtest-www-mechanize-psgi-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libtest-www-mechanize-psgi-perl.git Homepage: http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI/ Package: libtest-www-mechanize-psgi-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: test PSGI programs using WWW::Mechanize PSGI is a specification to decouple web server environments from web application framework code. . Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing of PSGI applications. debian/source/0000755000000000000000000000000011462647673010506 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027411564120101011032 0ustar libtest-www-mechanize-psgi-perl (0.35-1) unstable; urgency=low * Initial packaging release. Closes: bug#626878. -- Jonas Smedegaard Mon, 16 May 2011 05:55:41 +0200 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000026511564116102010217 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI/ .*/Test-WWW-Mechanize-PSGI-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000114611564117043012332 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: CHANGES MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/source/local-options debian/watch t/cookie.t t/pod.t t/simple.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Test/WWW/Mechanize/PSGI.pm Copyright: 2009, Leon Brocard License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL FIXME debian/copyright0000644000000000000000000000315211564117123011123 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Test::WWW::Mechanize::PSGI Upstream-Contact: Leon Brocard Source: http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI/ Files: * Copyright: 2009, Leon Brocard License: Artistic or GPL-1+ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl 5 is licensed under either the Artistic license or the GNU General Public License, version 1 or later. Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian GNU systems the Artistic License is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian GNU systems the GNU General Public License (GPL) version 1 is located in '/usr/share/common-licenses/GPL'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian GNU systems the GNU General Public License (GPL) version 2 is located in '/usr/share/common-licenses/GPL'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000265111564117011010247 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for Test::WWW::Mechanize::PSGI # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Test-WWW-Mechanize-PSGI DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Test #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD DEB_UPSTREAM_TARBALL_MD5 = f8403d6ccdef06aacb9092715e2dde26 # Needed both by upstream build process and at runtime common-depends = libplack-perl, libtest-www-mechanize-perl, libtry-tiny-perl CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS_ALL = $(common-depends) debian/control.in0000644000000000000000000000177311564117370011213 0ustar Source: libtest-www-mechanize-psgi-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libtest-www-mechanize-psgi-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libtest-www-mechanize-psgi-perl.git Homepage: http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI/ Package: libtest-www-mechanize-psgi-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: test PSGI programs using WWW::Mechanize PSGI is a specification to decouple web server environments from web application framework code. . Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::PSGI module meshes the two to allow easy testing of PSGI applications.