--- libtext-template-perl-1.45.orig/debian/control
+++ libtext-template-perl-1.45/debian/control
@@ -0,0 +1,20 @@
+Source: libtext-template-perl
+Section: perl
+Priority: extra
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52@gmail.com>
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-16)
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Text-Template/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-template-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-template-perl/
+
+Package: libtext-template-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Text::Template perl module
+ Text::Template is a library for generating form letters, building
+ HTML pages, or filling in templates generally. A `template' is a
+ piece of text that has little Perl programs embedded in it here and
+ there. When you `fill in' a template, you evaluate the little
+ programs and replace them with their values.
--- libtext-template-perl-1.45.orig/debian/libtext-template-perl.docs
+++ libtext-template-perl-1.45/debian/libtext-template-perl.docs
@@ -0,0 +1 @@
+README
--- libtext-template-perl-1.45.orig/debian/copyright
+++ libtext-template-perl-1.45/debian/copyright
@@ -0,0 +1,32 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Mark-Jason Dominus
+Upstream-Source: http://search.cpan.org/dist/Text-Template/
+Upstream-Name: Text-Template
+
+Files: *
+Copyright: Copyright 1996, 1997, 1999, 2001, 2002, 2003, 2008 M-J. Dominus
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 1999, Craig Sanders <cas@taz.net.au>
+ 2002-2004, Scott M. Dier <sdier@debian.org>
+ 2004, Andreas Barth <aba@not.so.argh.org>
+ 2008, Thijs Kinkhorst <thijs@debian.org>
+ 2009, Ryan Niebur <ryanryan52@gmail.com>
+License: Artistic | GPL-1+
+
+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'
+
+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'
--- libtext-template-perl-1.45.orig/debian/watch
+++ libtext-template-perl-1.45/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Text-Template/ .+/Text-Template-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libtext-template-perl-1.45.orig/debian/compat
+++ libtext-template-perl-1.45/debian/compat
@@ -0,0 +1 @@
+7
--- libtext-template-perl-1.45.orig/debian/changelog
+++ libtext-template-perl-1.45/debian/changelog
@@ -0,0 +1,69 @@
+libtext-template-perl (1.45-1) unstable; urgency=low
+
+ * Take over for the Debian Perl Group; Closes: #519343 -- RFA
+ * Add debian/watch.
+ * New upstream release
+ * standards version 3.8.1
+ * machine readable copyright format
+ * remove sdier, add myself to uploaders
+ * debhelper 7
+ * mention module name in long description
+
+ -- Ryan Niebur <ryanryan52@gmail.com> Fri, 20 Mar 2009 21:24:48 -0700
+
+libtext-template-perl (1.44-1.2) unstable; urgency=high
+
+ * Non-maintainer upload to fix release critical bug, high urgency.
+ * Fix test suite to cope with Perl 5.10, patch thanks to Niko Tyni.
+ Closes: #467283
+ * Update section to match override, closes: #259147.
+ * Drop two empty directories.
+
+ -- Thijs Kinkhorst <thijs@debian.org> Sun, 15 Jun 2008 18:11:52 +0200
+
+libtext-template-perl (1.44-1.1) unstable; urgency=low
+
+ * NMU
+ * Fix FTBFS, add dependency on cdbs. Closes: #252416
+
+ -- Andreas Barth <aba@not.so.argh.org> Sun, 27 Jun 2004 17:05:12 +0200
+
+libtext-template-perl (1.44-1) unstable; urgency=low
+
+ * New upstream release. (Closes: #226166)
+ * Converted to cdbs.
+
+ -- Scott M. Dier <sdier@debian.org> Tue, 1 Jun 2004 14:34:16 -0500
+
+libtext-template-perl (1.42-3) unstable; urgency=low
+
+ * Fixed copyright Closes: #157658
+
+ -- Scott M. Dier <sdier@debian.org> Thu, 19 Dec 2002 01:40:15 -0600
+
+libtext-template-perl (1.42-2) unstable; urgency=low
+
+ * Forgot to set the Arch: to all.
+
+ -- Scott M. Dier <sdier@debian.org> Sun, 3 Feb 2002 15:14:57 -0600
+
+libtext-template-perl (1.42-1) unstable; urgency=low
+
+ * New upstream release. Closes: #107566, #117593
+
+ -- Scott M. Dier <sdier@debian.org> Sun, 3 Feb 2002 13:44:52 -0600
+
+libtext-template-perl (1.20-2) unstable; urgency=low
+
+ * added references to GPL and Artistic licenses to satisfy pedantic
+ fascists who find it difficult to comprehend plain language like
+ "You may copy and distribute this program under the same terms as
+ Perl iteself."
+
+ -- Craig Sanders <cas@taz.net.au> Sun, 14 Nov 1999 10:56:05 +1100
+
+libtext-template-perl (1.20-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Craig Sanders <cas@taz.net.au> Sat, 13 Nov 1999 09:59:18 +1100
--- libtext-template-perl-1.45.orig/debian/rules
+++ libtext-template-perl-1.45/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