debian/0000755000000000000000000000000011617315167007176 5ustar debian/copyright0000644000000000000000000000264711617315167011142 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Original author: DeWitt Clinton Source: http://search.cpan.org/dist/Cache-Cache/ Name: Cache-Cache Files: * Copyright: 2001-2009, DeWitt Clinton License: GPL-1+ or Artistic Files: lib/Cache/NullCache.pm Copyright: 2001, Jay Sachs 2002, DeWitt Clinton License: GPL-1+ or Artistic Files: debian/* Copyright: 2002-2003, Michael Alan Dorman 2003-2006, Stephen Quinney 2006, Krzysztof Krzyzaniak (eloy) 2009, gregor herrmann 2009, Antonio Radici 2011, Salvatore Bonaccorso License: GPL-1+ or Artistic 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/watch0000644000000000000000000000016011617315167010224 0ustar version=3 http://search.cpan.org/dist/Cache-Cache/ .*/Cache-Cache-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000234611617315167010606 0ustar Source: libcache-cache-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , Antonio Radici Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, liberror-perl, libipc-sharelite-perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Cache-Cache/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libcache-cache-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-cache-perl.git Package: libcache-cache-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liberror-perl, libipc-sharelite-perl Description: Managed caches of persistent information The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. People have also been known to use Cache::Cache for its straightforward interface in sharing data between runs of an application or invocations of a CGI-style script or simply as an easy to use abstraction of the filesystem or shared memory. debian/changelog0000644000000000000000000001123611617315167011053 0ustar libcache-cache-perl (1.06-2) unstable; urgency=low * Team upload. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Convert to '3.0 (quilt)' source package format. * debian/control: - Change versioned Build-Depends-Indep on perl (>= 5.8.0) to unversioned Build-Depends-Indep on perl. Remove versioned Depends on perl and add ${perl:Depends}. - Make (Build-)Depends(-Indep) on liberror-perl and libipc-sharelite-perl unversioned as the version is already satisfied in oldstable. - Drop (Build-)Depends(-Indep) on libdigest-sha1-perl. * debian/rules: Switch to a tiny debian/rules makefile. * debian/copyright: - Update Format-Specification to revision 135 of DEP5. - Add myself to copyright for debian/* packaging. - Explicitly refer to GPL-1 license text in common-licenses. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Standards-Version to 3.9.2. * Add use-Digest-SHA.patch pach to use Digest::SHA instead of Digest::SHA1. -- Salvatore Bonaccorso Sat, 06 Aug 2011 21:43:49 +0200 libcache-cache-perl (1.06-1) unstable; urgency=low [ Antonio Radici ] * New upstream release * debian/control: + added me to the Uploaders + libipc-sharelite-perl (>= 0.09-1) is now (>= 0.09) + debhelper now (>= 7) + Standards-Version bumped to 3.8.0 * debian/compat bumped to 7 * debian/rules updated by dh-make-perl --refresh --dh 7 * debian/copyright: + upgrade to the new format + all copyrights of debian/* are now in the list [ gregor herrmann ] * debian/watch: use dist-based URL. * debian/control: - added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. - removed: XS-Vcs-Svn fields -- Antonio Radici Sun, 01 Mar 2009 12:04:38 +0000 libcache-cache-perl (1.05-2) unstable; urgency=low * Adopted for Debian Perl Group -- Krzysztof Krzyzaniak (eloy) Fri, 17 Nov 2006 12:27:12 +0100 libcache-cache-perl (1.05-1) unstable; urgency=low * New upstream release * debian/control: - Use my debian.org email address. - Switched debhelper to Build-Depends -- Stephen Quinney Thu, 15 Jun 2006 21:25:56 +0100 libcache-cache-perl (1.04-1) unstable; urgency=medium * New upstream release - fixes permissions on temp cache files -- Stephen Quinney Fri, 18 Mar 2005 08:22:25 +0000 libcache-cache-perl (1.03-1) unstable; urgency=low * New upstream release * There is now, finally, an updated version of the libdigest-sha1-perl package. Updated dependency to (>= 2.02) closes: #215107. * debian/watch - Added new file. * debian/changelog - Completely rewritten to make it much clearer. * debian/rules - Tidied and brought in line with my current style. * No longer install DISCLAIMER or STYLE as they serve no real purpose. -- Stephen Quinney Fri, 8 Oct 2004 20:31:15 +0100 libcache-cache-perl (1.02-3) unstable; urgency=low * Updated dependency on libipc-sharelite-perl to the minimum required version of (>= 0.09-1). Thanks to Jay Bonci for upgrading that package. This resolves half of the bug report #215107. * Simplified the dependencies. Removed the libstorable-perl dependency and required a minimum perl version of (>= 5.8.0) as there is no separate libstorable-perl package any more. -- Stephen Quinney Sun, 7 Mar 2004 08:52:24 +0000 libcache-cache-perl (1.02-2) unstable; urgency=low * New maintainer, closes: #214876. * debian/control: - Updated dependencies on libstorable-perl and liberror-perl. - Removed dependency on libdigest-md5-perl as it seems to no longer be necessary. * Replaced use of DH_COMPAT with debian/compat. * debian/rules: - replace with my current personal style. -- Stephen Quinney Fri, 10 Oct 2003 14:59:23 +0100 libcache-cache-perl (1.02-1) unstable; urgency=low * New upstream version (closes: bug#152999) * Fix dependencies (closes: bug#159197) * Fix copyright (closes: bug#157552) * Orphaned -- Michael Alan Dorman Wed, 8 Oct 2003 09:17:21 -0400 libcache-cache-perl (1.0-1) unstable; urgency=low * New upstream version. -- Michael Alan Dorman Tue, 9 Apr 2002 09:57:50 -0400 libcache-cache-perl (0.99-1) unstable; urgency=low * Initial packaging -- Michael Alan Dorman Thu, 21 Feb 2002 11:40:26 -0500 debian/rules0000755000000000000000000000003611617315167010255 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011617315167010476 5ustar debian/source/format0000644000000000000000000000001411617315167011704 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211617315167010374 0ustar 7 debian/patches/0000755000000000000000000000000011617315167010625 5ustar debian/patches/use-Digest-SHA.patch0000644000000000000000000000250511617315167014272 0ustar Description: Use Digest::SHA instead of Digest::SHA1. Digest::SHA is in perl core since 5.9.3. See: http://wiki.debian.org/Teams/DebianPerlGroup/OpenTasks/Transitions/DigestSHA1ToDigestSHA Origin: vendor Bug: http://rt.cpan.org/Public/Bug/Display.html?id=67717 Forwarded: yes Author: Salvatore Bonaccorso Last-Update: 2011-08-06 --- a/META.yml +++ b/META.yml @@ -5,7 +5,7 @@ version_from: lib/Cache/Cache.pm installdirs: site requires: - Digest::SHA1: 2.02 + Digest::SHA: 0 Error: 0.15 File::Spec: 0.82 Storable: 1.014 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ my $COMPRESS = 'gzip'; my $SUFFIX = '.gz'; my $DEFAULT_PREREQ_PM = { - Digest::SHA1 => '2.02', + Digest::SHA => '0', File::Spec => '0.82', Storable => '1.014', IPC::ShareLite => '0.09', --- a/lib/Cache/FileBackend.pm +++ b/lib/Cache/FileBackend.pm @@ -12,7 +12,7 @@ use strict; use Cache::CacheUtils qw( Assert_Defined Build_Path Freeze_Data Thaw_Data ); -use Digest::SHA1 qw( sha1_hex ); +use Digest::SHA qw( sha1_hex ); use Error; use File::Path qw( mkpath ); use File::Temp qw( tempfile ); debian/patches/series0000644000000000000000000000002511617315167012037 0ustar use-Digest-SHA.patch