debian/0000755000000000000000000000000012231533003007156 5ustar debian/rules0000755000000000000000000000003612231533003010235 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000313512231533003010563 0ustar Source: libhttp-lite-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Jotam Jr. Trejo Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/HTTP-Lite/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-lite-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-lite-perl.git Package: libhttp-lite-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: lightweight HTTP implementation for perl HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-features LWP module. Instead, it is intended for use in situations where it is desirable to install the minimal number of modules to achieve HTTP support, or where LWP is not a good candidate due to CPU overhead, such as slower processors. HTTP::Lite is also significantly faster than LWP . HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling for redistribution with larger packages where only HTTP GET and POST functionality are necessary. . HTTP::Lite supports basic POST and GET operations only. As of 0.2.1, HTTP::Lite supports HTTP/1.1 and is compliant with the Host header, necessary for name based virtual hosting. Additionally, HTTP::Lite now supports Proxies. . As of 2.0.0 HTTP::Lite now supports a callback to allow processing of request data as it arrives. This is useful for handling very large files without consuming memory. debian/source/0000755000000000000000000000000012231533003010456 5ustar debian/source/format0000644000000000000000000000001412231533003011664 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000177312231533003011040 0ustar libhttp-lite-perl (2.42-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * debian/watch: add uversionmangle in case upstream goes back to single-digit minor versions. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Tue, 22 Oct 2013 19:29:30 +0200 libhttp-lite-perl (2.4-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nuno Carvalho ] * d/control: Update Standards-Version to 3.9.3. * d/copyright: Update format and field names. * New upstream release. -- Nuno Carvalho Tue, 07 Aug 2012 20:56:38 +0100 libhttp-lite-perl (2.3-1) unstable; urgency=low * Initial Release (closes: Bug#625800). -- Jotam Jr. Trejo Fri, 06 May 2011 22:59:32 -0600 debian/compat0000644000000000000000000000000212231533003010354 0ustar 8 debian/copyright0000644000000000000000000000237012231533003011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Roy Hooper Source: https://metacpan.org/release/HTTP-Lite/ Upstream-Name: HTTP-Lite Files: * Copyright: 2000-2002, Roy Hooper 2009-2010, Adam Kennedy License: Artistic or GPL-1+ Files: inc/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Jotam Jr. Trejo 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/watch0000644000000000000000000000022312231533003010204 0ustar version=3 opts=uversionmangle=s/\.\d$/$&0/ \ https://metacpan.org/release/HTTP-Lite/ .*/HTTP-Lite-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$