--- libemail-date-perl-1.103.orig/debian/rules
+++ libemail-date-perl-1.103/debian/rules
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+#
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
--- libemail-date-perl-1.103.orig/debian/watch
+++ libemail-date-perl-1.103/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Email-Date/ .*/Email-Date-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
--- libemail-date-perl-1.103.orig/debian/compat
+++ libemail-date-perl-1.103/debian/compat
@@ -0,0 +1 @@
+5
--- libemail-date-perl-1.103.orig/debian/copyright
+++ libemail-date-perl-1.103/debian/copyright
@@ -0,0 +1,32 @@
+This is the debian package for the Email::Date module.
+It was created by Paul Wise <pabs@debian.org> using dh-make-perl.
+
+This package was originally downloaded from
+http://search.cpan.org/~cwest/Email-Date/
+
+The generic upstream URL is
+http://search.cpan.org/dist/Email-Date/
+
+Upstream authors:
+
+    Casey West <casey@geeknest.com>
+    Ricardo SIGNES <rjbs@cpan.org>
+
+Copyright:
+
+      Copyright (c) 2004 Casey West.  All rights reserved.
+
+Licence:
+
+      This module is free software; you can redistribute it and/or modify it
+      under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License
+or the Artistic License.  On Debian GNU/Linux systems, the copyright terms
+for Perl itself are located in `/usr/share/doc/perl/copyright'. 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'.
+
+The Debian packaging is placed in the Public Domain
+and is written by Paul Wise <pabs@debian.org>
--- libemail-date-perl-1.103.orig/debian/changelog
+++ libemail-date-perl-1.103/debian/changelog
@@ -0,0 +1,70 @@
+libemail-date-perl (1.103-2) unstable; urgency=low
+
+  * debian/rules: delete /usr/lib/perl5 only if it exists (Closes: #467818)
+  * debian/watch: improved regexp for matching upstream releases.
+  * Add /me to Uploaders.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at>  Sat, 08 Mar 2008 01:25:29 +0100
+
+libemail-date-perl (1.103-1) unstable; urgency=low
+
+  [ Paul Wise ]
+  * Change my email address now that I'm a Debian Developer
+
+  [ Damyan Ivanov ]
+  * [debian/watch] Stop capturing file extension
+
+  [ Martín Ferrari ]
+  * debian/watch: bumped watchfile version; narrowed match to avoid matching a
+    different module (Email-Date-Format).
+
+  [ gregor herrmann ]
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Removed:
+    Homepage pseudo-field (Description); XS-Vcs-Svn fields.
+  * New upstream release.
+  * Add libemail-date-format-perl to (build) dependencies.
+  * Set Standards-Version to 3.7.3 (no changes needed).
+  * debian/rules:
+    - let install-stamp target depend on build-stamp (instead of install
+      depending on build)
+    - move dh_clean before make realclean
+    - drop OPTIMIZE, we don't compile anything
+  * debian/watch: use dist-based URL (uscan is _much_ faster now!).
+  * debian/copyright: add generic upstream URL.
+
+  [ Damyan Ivanov ]
+  * debian/rules:
+    + move test suite in build target
+    + use "$@" when touching stamps
+    + put me in Uploaders instead of Gregor
+
+ -- Damyan Ivanov <dmn@debian.org>  Tue, 18 Dec 2007 21:32:20 +0200
+
+libemail-date-perl (1.102-1) unstable; urgency=low
+
+  * New upstream release.
+  * Set debhelper compatibility level to 5.
+  * Remove libemail-simple-perl from Depends: and Build-Depends-Indep:, as
+    per upstream's Changes file.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at>  Sat, 14 Apr 2007 00:30:56 +0200
+
+libemail-date-perl (1.101-1) unstable; urgency=low
+
+  * New upstream release
+    - Add new dependency on libemail-abstract-perl
+    - Add new build-dep on libtest-pod-coverage-perl, libtest-pod-perl
+    - Add new author to copyright information
+  * Transfer to the Debian Perl Group
+  * Bump Standards-Version (no changes)
+  * Place packaging in the public domain
+
+ -- Paul Wise <pabs3@bonedaddy.net>  Sat, 12 Aug 2006 18:27:36 +0800
+
+libemail-date-perl (1.03-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Paul Wise <pabs3@bonedaddy.net>  Thu, 15 Dec 2005 09:31:08 +0800
+
--- libemail-date-perl-1.103.orig/debian/control
+++ libemail-date-perl-1.103/debian/control
@@ -0,0 +1,31 @@
+Source: libemail-date-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.0-7), libemail-abstract-perl,
+ libtimedate-perl, libtime-piece-perl, libtest-pod-coverage-perl,
+ libtest-pod-perl, libemail-date-format-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Paul Wise <pabs@debian.org>, Carlo Segre <segre@debian.org>,
+ Damyan Ivanov <dmn@debian.org>,
+ gregor herrmann <gregor+debian@comodo.priv.at>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Email-Date/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-date-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-date-perl/
+
+Package: libemail-date-perl
+Architecture: all
+Depends: ${perl:Depends}, libtime-piece-perl, libemail-abstract-perl,
+ libtimedate-perl, libemail-date-format-perl
+Description: Perl module for correct formatting of dates in emails
+ RFC 2822 defines the Date: header. It declares the header a required
+ part of an email message. The syntax for date headers is clearly laid
+ out. Still, even a perfectly planned world has storms. The truth is, many
+ programs get it wrong. Very wrong. Or, they don't include a Date: header
+ at all. This often forces you to look elsewhere for the date, and hoping
+ to find something.
+ .
+ For this reason, the tedious process of looking for a valid date has been
+ encapsulated in this software. Further, the process of creating RFC
+ compliant date strings is also found in this software.
