--- libio-all-lwp-perl-0.14.orig/debian/control +++ libio-all-lwp-perl-0.14/debian/control @@ -0,0 +1,23 @@ +Source: libio-all-lwp-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0), libio-all-perl (>= 0.30), libwww-perl, libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/IO-All-LWP/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-all-lwp-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-all-lwp-perl/ + +Package: libio-all-lwp-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0), + libio-all-perl (>= 0.30), libwww-perl +Description: Perl module to use HTTP and FTP URLs with IO::All + IO::All::LWP acts as glue between IO::All and LWP, so that files can + be read and written through the network using the convenient IO:All + interface. Note that this module is not used directly: you just use + IO::All, which knows when to autoload IO::All::HTTP, IO::All::HTTPS, + IO::All::FTP, or IO::All::Gopher, which implement the specific + protocols based on IO::All::LWP. --- libio-all-lwp-perl-0.14.orig/debian/copyright +++ libio-all-lwp-perl-0.14/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ivan Tubert-Brohman and Brian Ingerson +Upstream-Source: http://search.cpan.org/dist/IO-All-LWP/ +Upstream-Name: IO-All-LWP + +Files: * +Copyright: Copyright (C) 2007 Ivan Tubert-Brohman and Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Ryan Niebur +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' --- libio-all-lwp-perl-0.14.orig/debian/watch +++ libio-all-lwp-perl-0.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/IO-All-LWP/ .*/IO-All-LWP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libio-all-lwp-perl-0.14.orig/debian/compat +++ libio-all-lwp-perl-0.14/debian/compat @@ -0,0 +1 @@ +7 --- libio-all-lwp-perl-0.14.orig/debian/changelog +++ libio-all-lwp-perl-0.14/debian/changelog @@ -0,0 +1,5 @@ +libio-all-lwp-perl (0.14-1) unstable; urgency=low + + * Initial Release. (Closes: #533237) + + -- Ryan Niebur Mon, 15 Jun 2009 21:18:16 -0700 --- libio-all-lwp-perl-0.14.orig/debian/rules +++ libio-all-lwp-perl-0.14/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@