--- libhtml-template-compiled-perl-0.94.orig/debian/control
+++ libhtml-template-compiled-perl-0.94/debian/control
@@ -0,0 +1,24 @@
+Source: libhtml-template-compiled-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libdata-treedumper-perl, libparse-recdescent-perl,
+ libdata-treedumper-renderer-dhtml-perl, perl (>= 5.8) | libdigest-md5-perl,
+ perl (>= 5.8) | libscalar-util-perl, liburi-perl, libhtml-parser-perl,
+ libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam@ringlet.net>, Jonathan Yu <jawnsy@cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/HTML-Template-Compiled/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-template-compiled-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-template-compiled-perl/
+
+Package: libhtml-template-compiled-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl template system compiling HTML::Template files to Perl code
+ HTML::Template::Compiled is a template system that exposes the same interface
+ as HTML::Template. Because it turns the template into Perl code, generating
+ the output is much faster than with HTML::Template (3-7 times at the moment,
+ depending on the features you use). The best performance gain is achieved in
+ caching, long-running applications such as those running under mod_perl.
--- libhtml-template-compiled-perl-0.94.orig/debian/clean
+++ libhtml-template-compiled-perl-0.94/debian/clean
@@ -0,0 +1,3 @@
+t/templates/include_copy.html
+t/templates/out_fh.htc.output
+t/templates/query-test-copy.tmpl
--- libhtml-template-compiled-perl-0.94.orig/debian/copyright
+++ libhtml-template-compiled-perl-0.94/debian/copyright
@@ -0,0 +1,30 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tina Mueller
+Upstream-Source: http://search.cpan.org/dist/HTML-Template-Compiled/
+Upstream-Name: HTML-Template-Compiled
+
+Files: *
+Copyright: 2005, Tina Mueller
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Peter Pentchev <roam@ringlet.net>
+ 2009, Jonathan Yu <jawnsy@cpan.org>
+License-Alias: Perl
+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'
--- libhtml-template-compiled-perl-0.94.orig/debian/watch
+++ libhtml-template-compiled-perl-0.94/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-Template-Compiled/   .*/HTML-Template-Compiled-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libhtml-template-compiled-perl-0.94.orig/debian/compat
+++ libhtml-template-compiled-perl-0.94/debian/compat
@@ -0,0 +1 @@
+7
--- libhtml-template-compiled-perl-0.94.orig/debian/libhtml-template-compiled-perl.lintian-overrides
+++ libhtml-template-compiled-perl-0.94/debian/libhtml-template-compiled-perl.lintian-overrides
@@ -0,0 +1,2 @@
+# Don't register in doc-base, since the examples aren't documentation
+libhtml-template-compiled-perl: possible-documentation-but-no-doc-base-registration
--- libhtml-template-compiled-perl-0.94.orig/debian/README.source
+++ libhtml-template-compiled-perl-0.94/debian/README.source
@@ -0,0 +1,4 @@
+This package uses quilt for maintaining patches applied to upstream code.
+
+See /usr/share/doc/quilt/README.source contained in the `quilt' package for
+more information.
--- libhtml-template-compiled-perl-0.94.orig/debian/libhtml-template-compiled-perl.examples
+++ libhtml-template-compiled-perl-0.94/debian/libhtml-template-compiled-perl.examples
@@ -0,0 +1 @@
+examples/*
--- libhtml-template-compiled-perl-0.94.orig/debian/changelog
+++ libhtml-template-compiled-perl-0.94/debian/changelog
@@ -0,0 +1,28 @@
+libhtml-template-compiled-perl (0.94-1) unstable; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Add myself to Uploaders and Copyright
+  * Standards-Version 3.8.3 (drop version dependency on perl)
+  * Added override to disable warning about HTML files in examples
+
+  [ Nathan Handler ]
+  * debian/watch: Update to ignore development releases.
+
+ -- Jonathan Yu <jawnsy@cpan.org>  Mon, 21 Sep 2009 11:50:45 -0400
+
+libhtml-template-compiled-perl (0.93-2) unstable; urgency=low
+
+  * Activate all tests using the Data::TreeDumper modules.
+  * Tidy up the B-D-I list.
+  * Minimize the rules file using "dh --with quilt" and override targets.
+  * Add License-Alias: Perl for the debian packaging.
+  * Remove the Module::Build dependency since debhelper uses Makefile.PL.
+
+ -- Peter Pentchev <roam@ringlet.net>  Thu, 28 May 2009 18:28:59 +0300
+
+libhtml-template-compiled-perl (0.93-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #521093)
+
+ -- Peter Pentchev <roam@ringlet.net>  Thu, 30 Apr 2009 17:00:59 +0300
--- libhtml-template-compiled-perl-0.94.orig/debian/rules
+++ libhtml-template-compiled-perl-0.94/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf t/cache
--- libhtml-template-compiled-perl-0.94.orig/debian/patches/01-manual.patch
+++ libhtml-template-compiled-perl-0.94/debian/patches/01-manual.patch
@@ -0,0 +1,35 @@
+Add missing descriptions in the NAME documentation section.
+
+--- a/lib/HTML/Template/Compiled/Expression.pm
++++ b/lib/HTML/Template/Compiled/Expression.pm
+@@ -154,7 +154,7 @@
+ 
+ =head1 NAME
+ 
+-HTML::Template::Compiled::Expression
++HTML::Template::Compiled::Expression - a compiled HTML template expression
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/HTML/Template/Compiled/Token.pm
++++ b/lib/HTML/Template/Compiled/Token.pm
+@@ -85,7 +85,7 @@
+ 
+ =head1 NAME
+ 
+-HTML::Template::Compiled::Token
++HTML::Template::Compiled::Token - a compiled HTML template token
+ 
+ =cut
+ 
+--- a/lib/HTML/Template/Compiled/Reference.pod
++++ b/lib/HTML/Template/Compiled/Reference.pod
+@@ -2,7 +2,7 @@
+ 
+ =head1 NAME
+ 
+-HTML::Template::Compiled::Reference
++HTML::Template::Compiled::Reference - documentation for the HTML::Template::Compiled distribution
+ 
+ =head1 TAGSTYLES
+ 
--- libhtml-template-compiled-perl-0.94.orig/debian/patches/series
+++ libhtml-template-compiled-perl-0.94/debian/patches/series
@@ -0,0 +1 @@
+01-manual.patch
