--- liblwp-protocol-http-socketunix-perl-0.02.orig/debian/rules +++ liblwp-protocol-http-socketunix-perl-0.02/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- liblwp-protocol-http-socketunix-perl-0.02.orig/debian/changelog +++ liblwp-protocol-http-socketunix-perl-0.02/debian/changelog @@ -0,0 +1,44 @@ +liblwp-protocol-http-socketunix-perl (0.02-2) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved + to Uploaders. + * Add debian/watch. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * Remove Florian Ragwitz from Uploaders + * Close ITA (Closes: #523200) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Bump Standards-Version to 3.8.2. + * Add myself to Uploaders. + * Convert debian/copyright to proposed machine-readable format. + * No longer install README (no helpful content). + + -- Ansgar Burchardt Tue, 28 Jul 2009 23:44:17 +0200 + +liblwp-protocol-http-socketunix-perl (0.02-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with Perl 5.10. Closes: #467902 + + -- Mark Hymers Sat, 05 Apr 2008 21:09:12 +0100 + +liblwp-protocol-http-socketunix-perl (0.02-1) unstable; urgency=low + + * Initial Release. + + -- Florian Ragwitz Fri, 23 Jul 2004 13:30:07 +0200 + --- liblwp-protocol-http-socketunix-perl-0.02.orig/debian/watch +++ liblwp-protocol-http-socketunix-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/LWP-Protocol-http-SocketUnix/ .+/LWP-Protocol-http-SocketUnix-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liblwp-protocol-http-socketunix-perl-0.02.orig/debian/control +++ liblwp-protocol-http-socketunix-perl-0.02/debian/control @@ -0,0 +1,18 @@ +Source: liblwp-protocol-http-socketunix-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libwww-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/LWP-Protocol-http-SocketUnix/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblwp-protocol-http-socketunix-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblwp-protocol-http-socketunix-perl/ + +Package: liblwp-protocol-http-socketunix-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl +Description: Perl module to speak http through unix sockets + LWP::Protocol::http::UnixSocket enables you to speak HTTP through UNIX + sockets using perl. --- liblwp-protocol-http-socketunix-perl-0.02.orig/debian/copyright +++ liblwp-protocol-http-socketunix-perl-0.02/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Florian Ragwitz +Upstream-Source: http://search.cpan.org/dist/LWP-Protocol-http-SocketUnix/ +Upstream-Name: LWP-Protocol-http-SocketUnix + +Files: * +Copyright: + © 2004, Florian Ragwitz +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + © 2004, Florian Ragwitz + © 2009, Ansgar Burchardt +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' --- liblwp-protocol-http-socketunix-perl-0.02.orig/debian/compat +++ liblwp-protocol-http-socketunix-perl-0.02/debian/compat @@ -0,0 +1 @@ +7