--- libcache-cache-perl-1.06.orig/debian/control
+++ libcache-cache-perl-1.06/debian/control
@@ -0,0 +1,24 @@
+Source: libcache-cache-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Antonio Radici <antonio@dyne.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.0), liberror-perl (>= 0.15), libipc-sharelite-perl (>= 0.09), libdigest-sha1-perl (>= 2.02)
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Cache-Cache/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcache-cache-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcache-cache-perl/
+
+Package: libcache-cache-perl
+Architecture: all
+Depends: ${misc:Depends}, perl (>= 5.8.0), liberror-perl (>= 0.15), libipc-sharelite-perl (>= 0.09), libdigest-sha1-perl (>= 2.02)
+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.
--- libcache-cache-perl-1.06.orig/debian/copyright
+++ libcache-cache-perl-1.06/debian/copyright
@@ -0,0 +1,38 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Original author: DeWitt Clinton <dewitt@unto.net>
+Upstream-Source: http://search.cpan.org/dist/Cache-Cache/
+Upstream-Name: Cache-Cache
+
+Files: *
+Copyright: (C) 2001-2009 DeWitt Clinton <dewitt@unto.net>
+License-Alias: Perl
+License: GPL-1+ | Artistic
+
+Files: lib/Cache/NullCache.pm
+Copyright: (C) 2001 Jay Sachs, 2002 DeWitt Clinton
+License-Alias: Perl
+License: GPL-1+ | Artistic
+
+Files: debian/*
+Copyright:
+ (c) 2002-2003, Michael Alan Dorman <mdorman@debian.org>
+ (c) 2003-2006, Stephen Quinney <sjq@debian.org>
+ (c) 2006, Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
+ (c) 2009, gregor herrmann <gregoa@debian.org>
+ (c) 2009, Antonio Radici <antonio@dyne.org>
+License: GPL-1+ | 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'
+
+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'
--- libcache-cache-perl-1.06.orig/debian/watch
+++ libcache-cache-perl-1.06/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Cache-Cache/ .*/Cache-Cache-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libcache-cache-perl-1.06.orig/debian/compat
+++ libcache-cache-perl-1.06/debian/compat
@@ -0,0 +1 @@
+7
--- libcache-cache-perl-1.06.orig/debian/changelog
+++ libcache-cache-perl-1.06/debian/changelog
@@ -0,0 +1,101 @@
+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 <antonio@dyne.org> 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) <eloy@debian.org> 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 <sjq@debian.org> 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 <sjq@debian.org> 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 <sjq@debian.org> 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 <sjq@debian.org> 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 <sjq@debian.org> 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 <mdorman@debian.org> Wed, 8 Oct 2003 09:17:21 -0400
+
+libcache-cache-perl (1.0-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Michael Alan Dorman <mdorman@debian.org> Tue, 9 Apr 2002 09:57:50 -0400
+
+libcache-cache-perl (0.99-1) unstable; urgency=low
+
+ * Initial packaging
+
+ -- Michael Alan Dorman <mdorman@debian.org> Thu, 21 Feb 2002 11:40:26 -0500
--- libcache-cache-perl-1.06.orig/debian/rules
+++ libcache-cache-perl-1.06/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+ dh build
+ touch $@
+
+clean:
+ dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+ dh install
+ touch $@
+
+binary-arch:
+
+binary-indep: install
+ dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build