debian/0000755000000000000000000000000012150405426007165 5ustar debian/watch0000644000000000000000000000015612125404423010216 0ustar version=3 https://metacpan.org/release/Net-HTTP/ .*/Net-HTTP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000212712150403202011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-HTTP Upstream-Contact: Gisle Aas Source: https://metacpan.org/release/Net-HTTP/ Files: * Copyright: 2001-2013, Gisle Aas License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber , 2011-2013, Florian Schlichting License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000226112150402777010577 0ustar Source: libnet-http-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Net-HTTP/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-http-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-http-perl.git Package: libnet-http-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Replaces: libwww-perl (<< 6.00) Breaks: libwww-perl (<< 6.00) Recommends: libio-socket-ssl-perl (>= 1.38) Description: module providing low-level HTTP connection client The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of IO::Socket::INET. You can mix its methods with reading and writing from the socket directly. This is not necessarily a good idea, unless you know what you are doing. debian/compat0000644000000000000000000000000212125404423010361 0ustar 8 debian/changelog0000644000000000000000000000416212150405426011042 0ustar libnet-http-perl (6.06-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Imported Upstream version 6.06 (closes: #704134) * Email change: Florian Schlichting -> fsfs@debian.org * Bumped Standards-Version to 3.9.4 (no change) * Updated copyright years * Dropped ix_chunked_decoding_674788.diff, applied upstream -- Florian Schlichting Sun, 26 May 2013 14:56:49 +0200 libnet-http-perl (6.03-2) unstable; urgency=low * Team upload. [ Modestas Vainius ] * Add fix_chunked_decoding_674788.diff patch to fix a problem with chunked decoding. (Closes: #674788) [ Salvatore Bonaccorso ] * Update format for debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Sat, 02 Jun 2012 15:32:08 +0200 libnet-http-perl (6.03-1) unstable; urgency=low * Imported Upstream version 6.03. * Bumped years of copyright. -- Florian Schlichting Fri, 17 Feb 2012 09:12:10 +0000 libnet-http-perl (6.02-1) unstable; urgency=low [ Florian Schlichting ] * Imported Upstream version 6.02 * Bump debhelper compatibility to 8 (no changes) * Add myself to Uploaders and Copyright [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Florian Schlichting Fri, 25 Nov 2011 21:08:41 +0000 libnet-http-perl (6.01-1) unstable; urgency=low * Adding recommends clause for libio-socket-ssl-perl * New upstream release * Raised standards version to 3.9.2 -- Nicholas Bamber Sat, 23 Apr 2011 17:29:54 +0100 libnet-http-perl (6.00-1) unstable; urgency=low * Initial Release (Closes: #617975). -- Nicholas Bamber Sun, 13 Mar 2011 00:44:20 +0000 debian/source/0000755000000000000000000000000012125404423010463 5ustar debian/source/format0000644000000000000000000000001412125404423011671 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612125404423010242 0ustar #!/usr/bin/make -f %: dh $@