debian/0000755000000000000000000000000012043552374007173 5ustar debian/compat0000644000000000000000000000000211634421600010361 0ustar 8 debian/docs0000644000000000000000000000000711634424571010045 0ustar README debian/watch0000644000000000000000000000014611634422356010226 0ustar version=3 http://search.cpan.org/dist/HTTP-Cache-Transparent/ .*/HTTP-Cache-Transparent-(.*)\.tar\.gz debian/copyright0000644000000000000000000000355011634423040011121 0ustar This package was debianized by Kenneth J. Pronovici on Mon, 25 Oct 2004 13:13:31 -0500. He maintained it until Fri, 7 Oct 2005 16:03:00 +0200 when Florian Ernst , took over. He maintained it until Sat, 22 Apr 2006 12:07:10 +0200. It was downloaded from CPAN, http://www.cpan.org/modules/by-module/HTTP/ *** The file examples/test-range: Copyright (C) 2002 Nigel Horne 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 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. *** All other files: Upstream Author: Mattias Holmlund Copyright: Copyright (C) 2004-2007 by Mattias Holmlund License: This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. 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'. debian/control0000644000000000000000000000207012043552374010575 0ustar Source: libhttp-cache-transparent-perl Section: perl Priority: optional Maintainer: Bart Martens Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl (>= 5.8.0), libwww-perl (>= 5.805) Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/HTTP-Cache-Transparent/ Package: libhttp-cache-transparent-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl (>= 5.805) Description: Perl module used to transparently cache HTTP requests This is the CPAN module HTTP::Cache::Transparent. . HTTP::Cache::Transparent is an implementation of HTTP GET that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations. . The http-headers If-Modified-Since and ETag are used to let the server decide if the version in the cache is up-to-date or not. All http-requests are made through the LWP module. Data is stored on disk by the Storable module. Digest::MD5 is used for creating a hash of the URL. debian/changelog0000644000000000000000000000434112043552355011046 0ustar libhttp-cache-transparent-perl (1.1-1) unstable; urgency=low * New upstream release. * debian/control, debian/compat: Standards-Version, debhelper 9. -- Bart Martens Mon, 29 Oct 2012 19:10:00 +0000 libhttp-cache-transparent-perl (1.0-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Fixed lintian warnings. * Fixed Homepage-field in debian/control. -- Bart Martens Thu, 15 Sep 2011 18:10:33 +0200 libhttp-cache-transparent-perl (1.0-1) unstable; urgency=low * New upstream release. -- Bart Martens Fri, 21 Dec 2007 19:37:58 +0100 libhttp-cache-transparent-perl (0.7-2) unstable; urgency=low * debian/*: Switched to cdbs. * debian/copyright: Updated. -- Bart Martens Sat, 19 May 2007 21:57:13 +0200 libhttp-cache-transparent-perl (0.7-1) unstable; urgency=low * New maintainer. Closes: #344455. * New upstream release. * debian/control: Adjusted homepage URL. * debian/copyright: Added GPL for examples/test-range. * examples/test-range: Changed address of Free Software Foundation. * debian/watch: Updated for format version 3. -- Bart Martens Sat, 22 Apr 2006 12:07:10 +0200 libhttp-cache-transparent-perl (0.6-2) unstable; urgency=low * New maintainer. (Closes: #331094: ITA: libhttp-cache-transparent- perl -- Perl module used to transparently cache HTTP requests) * debian/control: add upstream Homepage to long description * debian/copyright: extend note about previous and current maintainer * Minor adjustments to follow latest Perl Policy * Standards-Version 3.6.2, no changes required -- Florian Ernst Fri, 7 Oct 2005 16:03:00 +0200 libhttp-cache-transparent-perl (0.6-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Sun, 26 Jun 2005 00:52:51 -0500 libhttp-cache-transparent-perl (0.5-1) unstable; urgency=low * New upstream release. -- Kenneth J. Pronovici Thu, 9 Dec 2004 13:09:39 -0600 libhttp-cache-transparent-perl (0.4-1) unstable; urgency=low * Initial release (closes: #278243). -- Kenneth J. Pronovici Mon, 25 Oct 2004 13:13:31 -0500 debian/rules0000755000000000000000000000006411634422540010247 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ debian/patches/0000755000000000000000000000000011634422617010623 5ustar debian/patches/01_fsfaddress.diff0000644000000000000000000000076711634422617014113 0ustar --- ../orig/HTTP-Cache-Transparent-0.7/examples/test-range 2004-10-24 16:37:39.000000000 +0200 +++ ./examples/test-range 2007-05-19 22:27:36.000000000 +0200 @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use WWW::RobotRules::AnyDBM_File; debian/patches/series0000644000000000000000000000002311634422604012027 0ustar 01_fsfaddress.diff debian/source/0000755000000000000000000000000011634421600010463 5ustar debian/source/format0000644000000000000000000000001411634421600011671 0ustar 3.0 (quilt)