debian/0000755000000000000000000000000012210121615007155 5ustar debian/control0000644000000000000000000000255612210121546010573 0ustar Source: liblwp-protocol-psgi-perl Section: perl Priority: optional Build-Depends: cdbs (>= 0.4.122~), devscripts, perl, libmodule-build-tiny-perl, debhelper, dh-buildinfo, libwww-perl, libplack-perl, libguard-perl, libcrypt-ssleay-perl | libio-socket-ssl-perl, libtest-requires-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/liblwp-protocol-psgi-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblwp-protocol-psgi-perl.git Homepage: https://github.com/miyagawa/LWP-Protocol-PSGI Package: liblwp-protocol-psgi-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: override LWP's HTTP/HTTPS backend with your own PSGI application PSGI is a specification to decouple web server environments from web application framework code. . LWP::Protocol::PSGI is a module to hijack *any* code that uses LWP::UserAgent underneath such that any HTTP or HTTPS requests can be routed to your own PSGI application. . Because it works with any code that uses LWP, you can override various WWW::*, Net::* or WebService::* modules such as WWW::Mechanize, without modifying the calling code or its internals. debian/source/0000755000000000000000000000000012114676242010473 5ustar debian/source/format0000644000000000000000000000001412114676242011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000514512210121615011034 0ustar liblwp-protocol-psgi-perl (0.06-2) unstable; urgency=low * List upstream issue tracker as preferred contact. * Update Homepage to match upstream hint. * Fix stop (build-)depending on libparent-perl or libtest-simple-perl: Provided by perl(-modules). -- Jonas Smedegaard Fri, 30 Aug 2013 15:51:54 +0200 liblwp-protocol-psgi-perl (0.06-1) unstable; urgency=low [ upstream ] * New release. + Support mounting multiple apps with different hosts. + Fix unnecessary dependency. [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Add git URL as alternate source. * Stop tracking md5sum of upstream tarball. * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI. * Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include recent years. * Drop copyright file Files section for no longer shipped convenience code copy. * Include CDBS snippet perl-build.mk (not perl-makemaker.mk). Build-depend on libmodule-build-tiny-perl. Tighten build-dependency on cdbs to versions supporting Module::Build::Tiny. -- Jonas Smedegaard Tue, 16 Jul 2013 20:55:06 +0200 liblwp-protocol-psgi-perl (0.04-1) unstable; urgency=low [ upstream ] * New release. + Added options to allow limiting overrides, so that PSGI apps that uses LWP can safely use them without being affected. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ Jonas Smedegaard ] * Have git-import-orig suppress upstream .gitignore file. * Bump dephelper compatibility level to 8. * Bump standards-version to 3.9.4. -- Jonas Smedegaard Sun, 03 Mar 2013 17:42:47 +0100 liblwp-protocol-psgi-perl (0.03-1) unstable; urgency=low * New upstream release. [ gregor herrmann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Update copyright file: + Extend coverage for convenience copy of Module::Install. + Reformat using file format 1.0. * Update package relations: + Relax to build-depend unversioned on cdbs, debhelper and devscripts: Needed versions satisfied in stable, and oldstable no longer supported. -- Jonas Smedegaard Sun, 23 Sep 2012 19:57:05 +0200 liblwp-protocol-psgi-perl (0.02-1) unstable; urgency=low * Initial packaging release. Closes: bug#627583. -- Jonas Smedegaard Sun, 22 May 2011 10:24:14 +0200 debian/README.source0000644000000000000000000000056312134045103011342 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212114676316010373 0ustar 8 debian/watch0000644000000000000000000000025112114676242010222 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/LWP-Protocol-PSGI/ .*/LWP-Protocol-PSGI-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000243312171312257012331 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST META.json META.yml cpanfile debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch dist.ini t/00_compile.t t/release-pod-syntax.t t/test.t xt/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/LWP/Protocol/PSGI.pm Copyright: 2011- Tatsuhiko Miyagawa License: UNKNOWN FIXME Files: debian/rules Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011- Tatsuhiko Miyagawa HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME debian/copyright0000644000000000000000000000333112171313746011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: LWP::Protocol::PSGI Upstream-Contact: https://github.com/miyagawa/LWP-Protocol-PSGI/issues Source: http://search.cpan.org/dist/LWP-Protocol-PSGI/ git://github.com/miyagawa/LWP-Protocol-PSGI.git Files: * Copyright: 2011, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: License: . This library 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-2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL'. License: GPL-3+ 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 3, 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 systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/gbp.conf0000644000000000000000000000021512114676242010610 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True [git-import-orig] filter = .gitignore debian/rules0000755000000000000000000000303312210121436010235 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for LWP::Protocol::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 3, 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-build.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = LWP-Protocol-PSGI DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/LWP #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA # Needed by upstream build and (always/seldom) at runtime deps = libwww-perl, libplack-perl, libguard-perl deps-suggests = libcrypt-ssleay-perl | libio-socket-ssl-perl # Needed by upstream testsuite deps-test +=, libtest-requires-perl CDBS_BUILD_DEPENDS +=, $(deps), $(deps-suggests), $(deps-test) CDBS_DEPENDS_ALL = $(deps) CDBS_SUGGESTS_ALL = $(deps-suggests) debian/control.in0000644000000000000000000000224212171313777011207 0ustar Source: liblwp-protocol-psgi-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/liblwp-protocol-psgi-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblwp-protocol-psgi-perl.git Homepage: https://github.com/miyagawa/LWP-Protocol-PSGI Package: liblwp-protocol-psgi-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: override LWP's HTTP/HTTPS backend with your own PSGI application PSGI is a specification to decouple web server environments from web application framework code. . LWP::Protocol::PSGI is a module to hijack *any* code that uses LWP::UserAgent underneath such that any HTTP or HTTPS requests can be routed to your own PSGI application. . Because it works with any code that uses LWP, you can override various WWW::*, Net::* or WebService::* modules such as WWW::Mechanize, without modifying the calling code or its internals.