--- liblwpx-paranoidagent-perl-1.10.orig/debian/changelog +++ liblwpx-paranoidagent-perl-1.10/debian/changelog @@ -0,0 +1,50 @@ +liblwpx-paranoidagent-perl (1.10-1) unstable; urgency=low + + * New upstream version + * Tests that require internet access are only run if the ONLINE_TESTS + environment variable is set (Closes: #734105) + * Bumped Standards-Version + * Added libcrypt-ssleay-perl dependency + + -- Hilko Bengen Sun, 05 Jan 2014 17:57:08 +0100 + +liblwpx-paranoidagent-perl (1.09-1) unstable; urgency=low + + * New upstream version + * Added watch file + * Switched to Debhelper compat level 9, cleaned up debian/rules + * Bumped Standards-Version + * Added build-dependencies for running tests + + -- Hilko Bengen Sun, 28 Jul 2013 18:13:42 +0200 + +liblwpx-paranoidagent-perl (1.07-1) unstable; urgency=low + + * New Upstream Version + - explicitly loading of LWP::Debug made it to upstream. + * Bumped Standards-Version + + -- Hilko Bengen Sun, 13 Dec 2009 15:27:17 +0100 + +liblwpx-paranoidagent-perl (1.04-1) unstable; urgency=low + + * New Upstream Version + * Bumped Standards-Version + * Explicitly require LWP::Debug so LWP::Debug::debug is available. + Closes: #518685 + + -- Hilko Bengen Sun, 08 Mar 2009 22:55:34 +0100 + +liblwpx-paranoidagent-perl (1.03-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with Perl 5.10. Closes: #467890 + + -- Mark Hymers Sat, 05 Apr 2008 21:09:10 +0100 + +liblwpx-paranoidagent-perl (1.03-1) unstable; urgency=low + + * Initial Release. (Closes: #399458) + + -- Hilko Bengen Sat, 6 Jan 2007 20:58:23 +0100 + --- liblwpx-paranoidagent-perl-1.10.orig/debian/compat +++ liblwpx-paranoidagent-perl-1.10/debian/compat @@ -0,0 +1 @@ +9 --- liblwpx-paranoidagent-perl-1.10.orig/debian/control +++ liblwpx-paranoidagent-perl-1.10/debian/control @@ -0,0 +1,23 @@ +Source: liblwpx-paranoidagent-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 9~) +Build-Depends-Indep: perl (>= 5.8.8-7), libwww-perl, libnet-dns-perl, libcrypt-ssleay-perl, +Maintainer: Hilko Bengen +Standards-Version: 3.9.5 + +Package: liblwpx-paranoidagent-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libnet-dns-perl, libcrypt-ssleay-perl, +Description: a "paranoid" subclass of LWP::UserAgent + The LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, but + paranoid against attackers. It's to be used when a remote resource is + fetched on behalf of a possibly malicious user. + . + This class can do whatever LWP::UserAgent can (callbacks, uploads + from files, etc). + . + Proxy support has been removed, because in that case you should do + your paranoia at your proxy. + . + The URI scheme are limited to http and https. --- liblwpx-paranoidagent-perl-1.10.orig/debian/copyright +++ liblwpx-paranoidagent-perl-1.10/debian/copyright @@ -0,0 +1,18 @@ +This is the Debian package for the LWPx-ParanoidAgent module, +downloaded from CPAN +. + +It was created by Hilko Bengen using dh-make-perl. + +Copyright 2005 Brad Fitzpatrick + +LWPx::ParanoidAgent contains code from the base class (LWP::UserAgent), +copyright 1995-2004 Gisle Aas. + +This library is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'. --- liblwpx-paranoidagent-perl-1.10.orig/debian/rules +++ liblwpx-paranoidagent-perl-1.10/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- liblwpx-paranoidagent-perl-1.10.orig/debian/watch +++ liblwpx-paranoidagent-perl-1.10/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/LWPx-ParanoidAgent/ .*/LWPx-ParanoidAgent-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$