--- libtime-fake-perl-0.11.orig/debian/watch
+++ libtime-fake-perl-0.11/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Time-Fake/ .*/Time-Fake-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
--- libtime-fake-perl-0.11.orig/debian/control
+++ libtime-fake-perl-0.11/debian/control
@@ -0,0 +1,22 @@
+Source: libtime-fake-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 6)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Roberto C. Sanchez <roberto@debian.org>
+Homepage: http://search.cpan.org/dist/Time-Fake/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-fake-perl
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-fake-perl
+Standards-Version: 3.7.3
+
+Package: libtime-fake-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+Description: Simulate different times without changing your system clock
+ Use this module to achieve the effect of changing your system clock, but
+ without actually changing your system clock. It overrides the Perl builtin
+ subs time, localtime, and gmtime, causing them to return a "faked" time
+ of your choice. From the script's point of view, time still flows at the
+ normal rate, but it is just offset as if it were executing in the past or
+ present.
--- libtime-fake-perl-0.11.orig/debian/compat
+++ libtime-fake-perl-0.11/debian/compat
@@ -0,0 +1 @@
+6
--- libtime-fake-perl-0.11.orig/debian/copyright
+++ libtime-fake-perl-0.11/debian/copyright
@@ -0,0 +1,25 @@
+This is the debian package for the Time-Fake module.
+It was created by Alejandro Garrido Mota <garridomota@gmail.com> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Time-Fake/
+
+Copyright (c) 2008 Mike Rosulek <mike@mikero.com>
+
+License:
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+ 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.
+
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.
+
+ The complete text of the GNU General Public License can be found in
+ /usr/share/common-licenses/GPL and the Artistic Licence can be found
+ in /usr/share/common-licenses/Artistic.
+
+The upstream author is: Mike Rosulek <mike@mikero.com>
+
+The Debian packaging is (C) 2008, Alejandro Garrido Mota <garridomota@gmail.com>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- libtime-fake-perl-0.11.orig/debian/rules
+++ libtime-fake-perl-0.11/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libtime-fake-perl::
+ [ ! -d debian/libtime-fake-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/libtime-fake-perl/usr/lib/perl5
+
--- libtime-fake-perl-0.11.orig/debian/changelog
+++ libtime-fake-perl-0.11/debian/changelog
@@ -0,0 +1,22 @@
+libtime-fake-perl (0.11-1) unstable; urgency=low
+
+ [ gregor herrmann ]
+ * New upstream release.
+ * debian/watch: use extended regexp for upstream tarball.
+ * debian/control:
+ - remove unneeded line break for Vcs-Browser
+ - set Maintainer to Debian Perl _Group_ (instead of Project)
+ * Set debhelper compatibility level to 6.
+
+ -- Roberto C. Sanchez <roberto@debian.org> Mon, 21 Jan 2008 14:52:08 -0500
+
+libtime-fake-perl (0.10-1) unstable; urgency=low
+
+ [ Alejandro Garrido Mota ]
+ * Initial Release (Closes: #459394).
+ * Move perl to Build-Depends-Indep in debian/control
+
+ [ gregor herrmann ]
+ * Conditionally remove /usr/lib/perl5.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 06 Jan 2008 08:57:32 +0100