--- libtemplate-perl-2.19.orig/bin/tt2inst
+++ libtemplate-perl-2.19/bin/tt2inst
@@ -8,6 +8,7 @@
 # for the installation should be specified as an argument to the 
 # script, e.g. 'tt2inst /usr/local/tt2'
 #  
+# modified for packagin in Debian GNU/Linux by mako@debian.org
 
 use strict;
 use Getopt::Std;
@@ -18,7 +19,8 @@
 use Cwd;
 
 my $PROGRAM  = 'tt2inst';
-my @INSTDIRS = qw( docs examples images templates );
+#my @INSTDIRS = qw( docs examples images templates );
+my @INSTDIRS = qw( images templates );
 
 my $args = { };
 getopts('vh', $args);
--- libtemplate-perl-2.19.orig/debian/NEWS.Debian
+++ libtemplate-perl-2.19/debian/NEWS.Debian
@@ -0,0 +1,18 @@
+libtemplate-perl (2.15-1) unstable; urgency=low
+
+  * The dependency on libtemplate-plugin-gd-perl, which used to a part of this
+    package, has since been removed. If you would like to use that
+    plugin, please install it seperately.
+
+ -- Benjamin Mako Hill <mako@debian.org>  Tue, 10 Apr 2007 01:00:35 -0400
+
+libtemplate-perl (2.15-0.0) unstable; urgency=low
+
+  * Since 2.15, upstream has removed a couple of plugins previously
+    distributed in the main Template Toolkit distribution: namely the GD, XML
+    and DBI plugins. Out of these, only the GD plugin was used by any other
+    Debian package; so for the time being libtemplate-perl depends on
+    libtemplate-plugin-gd-perl, for a smooth transition. Support for the other
+    plugin modules has therefore been removed in Debian for the time being.
+
+ -- Dominic Hargreaves <dom@earth.li>  Wed, 17 Jan 2007 16:35:22 +0000
--- libtemplate-perl-2.19.orig/debian/compat
+++ libtemplate-perl-2.19/debian/compat
@@ -0,0 +1 @@
+4
--- libtemplate-perl-2.19.orig/debian/libtemplate-perl.dirs
+++ libtemplate-perl-2.19/debian/libtemplate-perl.dirs
@@ -0,0 +1,22 @@
+usr
+usr/lib
+usr/lib/perl5
+usr/lib/perl5/Template
+usr/lib/perl5/Template/Tools
+usr/lib/perl5/Template/Library
+usr/lib/perl5/Template/Tutorial
+usr/lib/perl5/Template/Manual
+usr/lib/perl5/Template/Plugin
+usr/lib/perl5/Template/Plugin/XML
+usr/lib/perl5/Template/Plugin/GD
+usr/lib/perl5/Template/Plugin/GD/Text
+usr/lib/perl5/Template/Plugin/GD/Graph
+usr/share
+usr/share/perl5
+usr/share/man
+usr/share/man/man1
+usr/share/man/man3
+usr/share/libtemplate-perl
+usr/share/doc
+usr/share/doc/libtemplate-perl
+usr/bin
--- libtemplate-perl-2.19.orig/debian/README.Debian
+++ libtemplate-perl-2.19/debian/README.Debian
@@ -0,0 +1,10 @@
+libtemplate-perl for Debian
+---------------------------
+
+Template Toolkit come with a large amount of documentation and examples
+written as TT2 libraries and source files and built into HTML. In the
+interest of conserving space for those that don't want this
+documentation, it has been moved into a separate package and is
+available in libtemplate-perl-doc.
+
+ -- Benjamin Hill (Mako) <mako@debian.org>, Sun,  4 Nov 2001 19:21:03 -0500
--- libtemplate-perl-2.19.orig/debian/copyright
+++ libtemplate-perl-2.19/debian/copyright
@@ -0,0 +1,23 @@
+This package was debianized by Benjamin Mako Hill <mako@debian.org> on
+Sun,  4 Nov 2001 19:21:03 -0500.
+
+The sources used to make this package were obtained from, and are
+available at: http://www.template-toolkit.org/download/
+
+Upstream Author: Andy Wardley <abw@kfs.org>
+
+Copyright:
+
+Copyright (C) 1996-2001 Andy Wardley.  All Rights Reserved.
+Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+On Debian GNU/Linux systems, Perl's licensing is described in this file:
+  /usr/share/doc/perl/copyright
+
+You can find the Artistic License and the GNU GPL Version 2 (the two
+licenses that Perl and this package are distributed under here:
+  /usr/share/common-licenses/Artistic
+  /usr/share/common-licenses/GPL-2
--- libtemplate-perl-2.19.orig/debian/control
+++ libtemplate-perl-2.19/debian/control
@@ -0,0 +1,54 @@
+Source: libtemplate-perl
+Section: perl
+Priority: optional
+Maintainer: Benjamin Mako Hill <mako@debian.org>
+Uploaders: Dominic Hargreaves <dom@earth.li>
+Build-Depends: debhelper (>> 4.0.0), perl (>= 5.8), libappconfig-perl (>= 1.52)
+Standards-Version: 3.7.2.2
+
+Package: libtemplate-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, libappconfig-perl (>= 1.52)
+Provides: templatetoolkit-perl
+Conflicts: libtemplate-stash-perl
+Replaces: libtemplate-stash-perl
+Suggests: libtemplate-perl-doc, libtemplate-plugin-gd-perl
+Description: template processing system written in perl
+ The Template Toolkit is a fast, powerful, flexible, and easily
+ extensible template processing system written in Perl. It is ideally
+ suited for (but not limited) to the creation of static and dynamic web
+ content. It includes support for all standard templating directives
+ and many additional features including output filtering, exception
+ handling, macro definition, support for plugin objects, definition of
+ template metadata, embedded Perl code, and much more.
+ .
+ This package contains the 'tpage' and 'ttree' executables which serve
+ as simple, powerful tools in the creation of static content without
+ any prerequisite knowledge of Perl. It also contains an extensive set
+ of Perl modules ideally suited to act as a templating system in the
+ dynamic creation of web content.
+ .
+ Excellent offline batch processing makes it ideal for generating
+ non-web-based content including POD, LaTeX, PostScript, and plain text
+ from source templates.
+ .
+ This package includes the HTML and Postscript template libraries which
+ provide a number of basic templates for use in building pages in these
+ forms.
+ .
+ This package also includes Doug Steinwand's high-speed drop-in
+ replacement for Template::Stash written in Perl XS.
+
+Package: libtemplate-perl-doc
+Architecture: all
+Section: doc
+Depends:
+Suggests: libtemplate-perl
+Description: documentation for libtemplate-perl (template toolkit)
+ This package provides the HTML documentation and examples for Andy
+ Wardley's Template Toolkit (libtemplate-perl). This package contains
+ the source, libraries, and styles needed to build the documentation
+ with TT2 in addition to the pre-built HTML.
+ .
+ Manual pages, pod, and perldoc documentation is distributed in
+ libtemplate-perl and libtemplate-stash-perl.
--- libtemplate-perl-2.19.orig/debian/libtemplate-perl.files
+++ libtemplate-perl-2.19/debian/libtemplate-perl.files
@@ -0,0 +1,155 @@
+usr/lib/perl5/Template.pm
+usr/lib/perl5/Template/Test.pm
+usr/lib/perl5/Template/Exception.pm
+usr/lib/perl5/Template/Context.pm
+usr/lib/perl5/Template/Modules.pod
+usr/lib/perl5/Template/Config.pm
+usr/lib/perl5/Template/Iterator.pm
+usr/lib/perl5/Template/Tutorial.pod
+usr/lib/perl5/Template/FAQ.pod
+usr/lib/perl5/Template/Base.pm
+usr/lib/perl5/Template/Service.pm
+usr/lib/perl5/Template/Parser.pm
+usr/lib/perl5/Template/Plugin.pm
+usr/lib/perl5/Template/Manual.pod
+usr/lib/perl5/Template/Grammar.pm
+usr/lib/perl5/Template/Document.pm
+usr/lib/perl5/Template/Provider.pm
+usr/lib/perl5/Template/Constants.pm
+usr/lib/perl5/Template/Filters.pm
+usr/lib/perl5/Template/View.pm
+usr/lib/perl5/Template/Plugins.pm
+usr/lib/perl5/Template/Directive.pm
+usr/lib/perl5/Template/Tools/ttree.pod
+usr/lib/perl5/Template/Tools/tpage.pod
+usr/lib/perl5/Template/Library/HTML.pod
+usr/lib/perl5/Template/Library/Splash.pod
+usr/lib/perl5/Template/Library/PostScript.pod
+usr/lib/perl5/Template/Tutorial/Datafile.pod
+usr/lib/perl5/Template/Tutorial/Web.pod
+usr/lib/perl5/Template/Manual/Variables.pod
+usr/lib/perl5/Template/Manual/Filters.pod
+usr/lib/perl5/Template/Manual/Plugins.pod
+usr/lib/perl5/Template/Manual/Directives.pod
+usr/lib/perl5/Template/Manual/Internals.pod
+usr/lib/perl5/Template/Manual/Intro.pod
+usr/lib/perl5/Template/Manual/Config.pod
+usr/lib/perl5/Template/Manual/Views.pod
+usr/lib/perl5/Template/Manual/Credits.pod
+usr/lib/perl5/Template/Manual/Syntax.pod
+usr/lib/perl5/Template/Manual/Refs.pod
+usr/lib/perl5/Template/Plugin/Date.pm
+usr/lib/perl5/Template/Plugin/URL.pm
+usr/lib/perl5/Template/Plugin/Format.pm
+usr/lib/perl5/Template/Plugin/Table.pm
+usr/lib/perl5/Template/Plugin/CGI.pm
+usr/lib/perl5/Template/Plugin/View.pm
+usr/lib/perl5/Template/Plugin/Datafile.pm
+usr/lib/perl5/Template/Plugin/Dumper.pm
+usr/lib/perl5/Template/Plugin/DBI.pm
+usr/lib/perl5/Template/Plugin/Autoformat.pm
+usr/lib/perl5/Template/Plugin/HTML.pm
+usr/lib/perl5/Template/Plugin/Iterator.pm
+usr/lib/perl5/Template/Plugin/Pod.pm
+usr/lib/perl5/Template/Plugin/File.pm
+usr/lib/perl5/Template/Plugin/Directory.pm
+usr/lib/perl5/Template/Plugin/Wrap.pm
+usr/lib/perl5/Template/Plugin/XML/Simple.pm
+usr/lib/perl5/Template/Plugin/XML/XPath.pm
+usr/lib/perl5/Template/Plugin/XML/RSS.pm
+usr/lib/perl5/Template/Plugin/XML/DOM.pm
+usr/lib/perl5/Template/Plugin/GD/Image.pm
+usr/lib/perl5/Template/Plugin/GD/Polygon.pm
+usr/lib/perl5/Template/Plugin/GD/Text.pm
+usr/lib/perl5/Template/Plugin/GD/Constants.pm
+usr/lib/perl5/Template/Plugin/GD/Text/Align.pm
+usr/lib/perl5/Template/Plugin/GD/Text/Wrap.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/linespoints.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/points.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/pie.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/lines.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/mixed.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/pie3d.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/area.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/lines3d.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/bars3d.pm
+usr/lib/perl5/Template/Plugin/GD/Graph/bars.pm
+usr/share/man/man1/ttree.1p
+usr/share/man/man1/tpage.1p
+usr/share/man/man3/Template::Test.3pm
+usr/share/man/man3/Template::Exception.3pm
+usr/share/man/man3/Template::Plugin::Date.3pm
+usr/share/man/man3/Template::Manual::Variables.3pm
+usr/share/man/man3/Template::Manual::Filters.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::linespoints.3pm
+usr/share/man/man3/Template::Plugin::GD::Image.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::points.3pm
+usr/share/man/man3/Template::Context.3pm
+usr/share/man/man3/Template::Modules.3pm
+usr/share/man/man3/Template::Iterator.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::pie.3pm
+usr/share/man/man3/Template::Tutorial.3pm
+usr/share/man/man3/Template::Manual::Plugins.3pm
+usr/share/man/man3/Template::FAQ.3pm
+usr/share/man/man3/Template::Plugin::Format.3pm
+usr/share/man/man3/Template::Plugin::URL.3pm
+usr/share/man/man3/Template::Manual::Directives.3pm
+usr/share/man/man3/Template::Tutorial::Datafile.3pm
+usr/share/man/man3/Template::Plugin::Table.3pm
+usr/share/man/man3/Template::Plugin::XML::Simple.3pm
+usr/share/man/man3/Template::Library::HTML.3pm
+usr/share/man/man3/Template::Plugin::GD::Polygon.3pm
+usr/share/man/man3/Template::Plugin::XML::XPath.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::lines.3pm
+usr/share/man/man3/Template::Plugin::CGI.3pm
+usr/share/man/man3/Template::Plugin::View.3pm
+usr/share/man/man3/Template::Base.3pm
+usr/share/man/man3/Template::Plugin::GD::Text.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::mixed.3pm
+usr/share/man/man3/Template::Plugin::Datafile.3pm
+usr/share/man/man3/Template::Service.3pm
+usr/share/man/man3/Template::Plugin::Dumper.3pm
+usr/share/man/man3/Template::Manual::Internals.3pm
+usr/share/man/man3/Template::Parser.3pm
+usr/share/man/man3/Template::Plugin::DBI.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::pie3d.3pm
+usr/share/man/man3/Template::Tools::ttree.3pm
+usr/share/man/man3/Template::Plugin::XML::RSS.3pm
+usr/share/man/man3/Template::Plugin::Autoformat.3pm
+usr/share/man/man3/Template::Plugin.3pm
+usr/share/man/man3/Template::Plugin::HTML.3pm
+usr/share/man/man3/Template::Plugin::GD::Constants.3pm
+usr/share/man/man3/Template::Manual.3pm
+usr/share/man/man3/Template::Plugin::GD::Text::Align.3pm
+usr/share/man/man3/Template::Manual::Intro.3pm
+usr/share/man/man3/Template::Document.3pm
+usr/share/man/man3/Template::Provider.3pm
+usr/share/man/man3/Template::Plugin::Iterator.3pm
+usr/share/man/man3/Template::Library::Splash.3pm
+usr/share/man/man3/Template::Plugin::GD::Text::Wrap.3pm
+usr/share/man/man3/Template::Library::PostScript.3pm
+usr/share/man/man3/Template::Plugin::Pod.3pm
+usr/share/man/man3/Template::Tools::tpage.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::area.3pm
+usr/share/man/man3/Template.3pm
+usr/share/man/man3/Template::Tutorial::Web.3pm
+usr/share/man/man3/Template::Plugin::File.3pm
+usr/share/man/man3/Template::Constants.3pm
+usr/share/man/man3/Template::Manual::Config.3pm
+usr/share/man/man3/Template::Filters.3pm
+usr/share/man/man3/Template::Manual::Views.3pm
+usr/share/man/man3/Template::Manual::Credits.3pm
+usr/share/man/man3/Template::Manual::Syntax.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::lines3d.3pm
+usr/share/man/man3/Template::View.3pm
+usr/share/man/man3/Template::Plugins.3pm
+usr/share/man/man3/Template::Plugin::Directory.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::bars3d.3pm
+usr/share/man/man3/Template::Plugin::Wrap.3pm
+usr/share/man/man3/Template::Plugin::GD::Graph::bars.3pm
+usr/share/man/man3/Template::Manual::Refs.3pm
+usr/share/man/man3/Template::Plugin::XML::DOM.3pm
+usr/share/libtemplate-perl/images
+usr/share/libtemplate-perl/templates
+usr/bin/ttree
+usr/bin/tpage
--- libtemplate-perl-2.19.orig/debian/rules
+++ libtemplate-perl-2.19/debian/rules
@@ -0,0 +1,81 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:
+	dh_testdir
+	# make a backup of Config.pm before fixfile modifies unless its there
+ifneq ($(wildcard lib/Template/Config.pm.backup),lib/Template/Config.pm.backup)
+	cp lib/Template/Config.pm lib/Template/Config.pm.backup
+endif
+	# Build the files necessary for the package
+	PWD=$(CURDIR) perl Makefile.PL TT_PREFIX=$(CURDIR)/debian/libtemplate-perl/usr/share/libtemplate-perl TT_IMAGES=/tt2/images TT_DOCS=y TT_SPLASH=y TT_EXAMPLES=y TT_DBI=n TT_LATEX_PATH=/usr/bin/latex TT_PDFLATEX_PATH=/usr/bin/pdflatex TT_DVIPS_PATH=/usr/bin/dvips TT_LATEX=n TT_QUIET=y TT_ACCEPT=y
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp .defaults.cfg ./docs/ttree.cfg ./examples/ttree.cfg
+	rm -rf ./docs/html/FAQ ./docs/html/Library ./docs/html/Manual ./docs/html/Modules ./docs/html/Release ./docs/html/Tools ./docs/html/Tutorial ./docs/html/index.html
+	rm -rf ./examples/html/html ./examples/html/ps ./examples/html/splash
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+	rm -rf ./Makefile.old ./xs/Makefile.old
+	# test to see if the Config.pm.backup exists
+ifeq ($(wildcard lib/Template/Config.pm.backup),lib/Template/Config.pm.backup)
+	cp -f lib/Template/Config.pm.backup lib/Template/Config.pm
+	rm lib/Template/Config.pm.backup
+endif
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# install the package into debian/libtemplate-perl
+	$(MAKE) install_vendor tt2_install tt2_splash tt2_html_docs tt2_examples PREFIX=$(CURDIR)/debian/libtemplate-perl/usr
+	perl -p -i -e "s|^(\s*.INSTDIR\s*=\s*)\'.*?\'|\1\'/usr/share/libtemplate-perl\'|" debian/libtemplate-perl/usr/lib/perl5/Template/Config.pm
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir -plibtemplate-perl
+	dh_testroot -plibtemplate-perl
+	dh_installdirs -plibtemplate-perl
+	dh_installdocs -plibtemplate-perl README TODO
+	dh_installman -plibtemplate-perl
+	dh_installchangelogs -plibtemplate-perl Changes
+	dh_strip -plibtemplate-perl
+	dh_link -plibtemplate-perl
+	dh_compress -plibtemplate-perl
+	dh_fixperms -plibtemplate-perl
+	dh_installdeb -plibtemplate-perl
+	dh_perl -plibtemplate-perl
+	dh_shlibdeps -plibtemplate-perl
+	dh_gencontrol -plibtemplate-perl
+	dh_md5sums -plibtemplate-perl
+	dh_builddeb -plibtemplate-perl
+
+# Build architecture independent packages here
+binary-indep: binary-indep-doc
+
+# build the documenation package here
+binary-indep-doc: build install
+	dh_testdir -plibtemplate-perl-doc
+	dh_testroot -plibtemplate-perl-doc
+	dh_installdirs -plibtemplate-perl-doc
+	dh_installdocs -plibtemplate-perl-doc ./docs/README ./docs/html ./docs/lib ./docs/src ./docs/style
+	dh_installexamples -plibtemplate-perl-doc ./examples/README ./examples/html ./examples/lib ./examples/src
+	dh_installchangelogs -plibtemplate-perl-doc
+	dh_link -plibtemplate-perl-doc
+	dh_compress -plibtemplate-perl-doc
+	dh_fixperms -plibtemplate-perl-doc
+	dh_installdeb -plibtemplate-perl-doc
+	dh_gencontrol -plibtemplate-perl-doc
+	dh_md5sums -plibtemplate-perl-doc
+	dh_builddeb -plibtemplate-perl-doc
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- libtemplate-perl-2.19.orig/debian/changelog
+++ libtemplate-perl-2.19/debian/changelog
@@ -0,0 +1,98 @@
+libtemplate-perl (2.19-1~bpo40+1) etch-backports; urgency=low
+
+  * Backport to etch:
+    - add myself to Uploaders
+
+ -- Dominic Hargreaves <dom@earth.li>  Sun, 18 May 2008 00:10:24 +0100
+
+libtemplate-perl (2.19-1) unstable; urgency=low
+
+  * New upstream release. Closes: #422222
+  * XS::Stash fixed for tied values. Closes: #408179
+
+ -- Benjamin Mako Hill <mako@debian.org>  Sun, 13 May 2007 19:14:51 -0400
+
+libtemplate-perl (2.15-1) unstable; urgency=low
+
+  * Fixes FTBFS under sudo. Closes: #418348
+  * Remove dependency on libtemplate-plugin-gd-perl. Closes: #411044
+
+ -- Benjamin Mako Hill <mako@debian.org>  Tue, 10 Apr 2007 01:00:35 -0400
+
+libtemplate-perl (2.15-0.0) unstable; urgency=low
+
+  * Non-maintainer upload by arrangement with Mako
+  * New upstream release. Closes: #393311
+    * Split out some plugin modules into separate packages. This means that
+      libtemplate-plugin-gd-perl is now a dependency to allow transition to
+      this scheme. See NEWS.Debian for more information.
+
+ -- Dominic Hargreaves <dom@earth.li>  Wed, 17 Jan 2007 16:35:09 +0000
+
+libtemplate-perl (2.14-1) unstable; urgency=low
+
+  * New upstream release. Closes: #230417
+  * Adds suggests for several plugins. Closes: #226933
+  * Gives full paths for LaTeX and co. Closes: #246272 
+
+ -- Benjamin Hill (Mako) <mako@debian.org>  Sat,  4 Dec 2004 20:56:28 -0500
+
+libtemplate-perl (2.13-1) unstable; urgency=low
+
+  * New upstream release. Closes: #230417
+  * Fix LaTeX and related path issues. Closes: #246272
+ 
+ -- Benjamin Hill (Mako) <mako@debian.org>  Sun, 16 May 2004 19:01:07 -0300
+
+libtemplate-perl (2.10-1) unstable; urgency=low
+
+  * New upstream release. Closes: #192053
+
+ -- Benjamin Hill (Mako) <mako@debian.org>  Sat,  9 Aug 2003 14:06:30 -0700
+
+libtemplate-perl (2.08-1) unstable; urgency=low
+
+  * New upstream release
+  * Compiled for the new perl 5.8 pacakges. Closes: #158831
+  * Updated copyright file with pointer to perl's license. Closes: #157654
+  * Other minor changes.
+
+ -- Benjamin Hill (Mako) <mako@debian.org>  Sat, 31 Aug 2002 03:37:18 -0400
+
+libtemplate-perl (2.07-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Benjamin Hill (Mako) <mako@debian.org>  Tue, 23 Apr 2002 16:31:00 -0400
+
+libtemplate-perl (2.06-3) unstable; urgency=low
+
+  * ttree won't run without libappconfig-perl. The problem is currently
+    solved by adding a dependency on this package. Closes: #140035
+
+ -- Benjamin Hill (Mako) <mako@debian.org>  Wed,  3 Apr 2002 00:29:26 -0500
+
+libtemplate-perl (2.06-2) unstable; urgency=low
+
+  * libtemplate-stash-perl package merged into libtemplate-perl.
+    Closes: #136734
+  * LaTeX executable paths set to Debian default.
+  * Fixed mispellings in package descriptions. Closes: #125054, #125055
+
+ -- Benjamin Hill (Mako) <mako@debian.org>  Tue,  5 Mar 2002 18:22:55 -0500
+
+libtemplate-perl (2.06-1) unstable; urgency=low
+
+  * New upstream release. Closes: #128762
+  
+ -- Benjamin Hill (Mako) <mako@debian.org>  Thu, 21 Feb 2002 01:05:58 +0000
+
+libtemplate-perl (2.05-1) unstable; urgency=low
+
+  * Initial Release. closes: #99211
+
+ -- Benjamin Hill (Mako) <mako@debian.org>  Sun,  4 Nov 2001 19:21:03 -0500
+
+Local variables:
+mode: debian-changelog
+End:
--- libtemplate-perl-2.19.orig/Makefile.PL
+++ libtemplate-perl-2.19/Makefile.PL
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -w                                         # -*- perl -*-
+# modified for packaging in Debian GNU/Linux by mako@debian.org
 
 use strict;
 use warnings;
@@ -190,17 +191,17 @@
 	@$(PERL) bin/tt2inst -v "$(TT_PREFIX)"
 
 tt2_splash ::
-	@$(PERL) -I$(INST_LIB) -I$(INST_ARCHLIB) bin/gifsplash -v -i "$(TT_PREFIX)"
+	@$(PERL) -I$(INST_LIB) -I$(INST_ARCHLIB) -I ./debian/libtemplate-perl/usr/lib/perl5 bin/gifsplash -v -i "$(TT_PREFIX)"
 
 EOF
     $amble .=<<EOF if $main::TT_BUILD_DOCS;
 tt2_html_docs ::
-	\@\$(PERL) -I\$(INST_LIB) -I\$(INST_ARCHLIB) bin/ttree -v -f "\$(TT_PREFIX)/$TT_DOCS_CFG"
+	\@\$(PERL) -I\$(INST_LIB) -I\$(INST_ARCHLIB) -I ./debian/libtemplate-perl/usr/lib/perl5 bin/ttree -v -f "$ENV{PWD}/$TT_DOCS_CFG"
 
 EOF
     $amble .=<<EOF if $main::TT_EXAMPLES;
 tt2_examples ::
-	\@\$(PERL) -I\$(INST_LIB) -I\$(INST_ARCHLIB) bin/ttree -v -f "\$(TT_PREFIX)/$TT_EXAMPLE_CFG"
+	\@\$(PERL) -I\$(INST_LIB) -I\$(INST_ARCHLIB) -I ./debian/libtemplate-perl/usr/lib/perl5 bin/ttree -v -f "$ENV{PWD}/$TT_EXAMPLE_CFG"
 
 EOF
     return $amble;
@@ -699,11 +700,11 @@
 # the Makefile.PL installation script.  Feel free to edit it
 # but be warned that re-installing the Template Toolkit will 
 # overwrite your changes.
-src  = $TT_PREFIX/docs/src
-dest = $TT_PREFIX/docs/html
-lib  = $TT_PREFIX/docs/style/$style
-lib  = $TT_PREFIX/docs/lib
-lib  = $TT_PREFIX/templates
+src  = $ENV{PWD}/docs/src
+dest = $ENV{PWD}/docs/html
+lib  = $ENV{PWD}/docs/style/$style
+lib  = $ENV{PWD}/docs/lib
+lib  = $ENV{PWD}/templates
 $style_cfg
 pre_process  = config
 pre_process  = header
@@ -760,10 +761,10 @@
 # but be warned that re-installing the Template Toolkit will 
 # overwrite your changes.
 
-src  = $TT_PREFIX/examples/src
-dest = $TT_PREFIX/examples/html
-lib  = $TT_PREFIX/examples/lib
-lib  = $TT_PREFIX/templates
+src  = $ENV{PWD}/examples/src
+dest = $ENV{PWD}/examples/html
+lib  = $ENV{PWD}/examples/lib
+lib  = $ENV{PWD}/templates
 define splash_fg = '$TT_SPLASH_FG'
 define splash_bg = '$TT_SPLASH_BG'
 pre_process = config
--- libtemplate-perl-2.19.orig/lib/Template/Manual/Credits.pod
+++ libtemplate-perl-2.19/lib/Template/Manual/Credits.pod
@@ -98,9 +98,9 @@
 Simon Luff, Andy Maas, Paul Makepeace, Gervase Markham, Sergey Martynoff,
 Simon Matthews, Robert McArthur, Craig McLane, Myk Melez, Eugene Miretskiy,
 Tatsuhiko Miyagawa, Bill Moseley, Keith G. Murphy, Chris Nandor, Leslie
-Michael Orchard, Paul Orrock, Steve Peters, Briac Pilpré, Yuri Pimenov, Martin
+Michael Orchard, Paul Orrock, Steve Peters, Briac PilprÃ©, Yuri Pimenov, Martin
 Portman, Slaven Rezic, Jess Robinson, Josh Rosenbaum, Christian Schaffner,
-Mike Schilli, Randal L. Schwartz, Paul Seamons, Paul Sharpe, Ville Skyttä,
+Mike Schilli, Randal L. Schwartz, Paul Seamons, Paul Sharpe, Ville SkyttÃ¤,
 Barrie Slaymaker, Doug Steinwand, Michael Stevens, Autrijus Tang, Drew Taylor,
 Swen Thuemmler, Richard Tietjen, Stathy G. Touloumis, Jim Vaughan, Simon
 Wilcox, Chris Winters
--- libtemplate-perl-2.19.orig/lib/Template/Manual/Filters.pod
+++ libtemplate-perl-2.19/lib/Template/Manual/Filters.pod
@@ -150,7 +150,7 @@
 these modules are installed on your system then the text will be
 encoded (via the escape_html() or encode_entities() subroutines
 respectively) to convert all extended characters into their
-appropriate HTML entities (e.g. converting 'é' to '&eacute;').  If
+appropriate HTML entities (e.g. converting 'Ã©' to '&eacute;').  If
 neither module is available on your system then an 'html_entity' exception
 will be thrown reporting an appropriate message.   
 
--- libtemplate-perl-2.19.orig/lib/Template/Filters.pm
+++ libtemplate-perl-2.19/lib/Template/Filters.pm
@@ -941,7 +941,7 @@
 these modules are installed on your system then the text will be
 encoded (via the escape_html() or encode_entities() subroutines
 respectively) to convert all extended characters into their
-appropriate HTML entities (e.g. converting 'é' to '&eacute;').  If
+appropriate HTML entities (e.g. converting 'Ã©' to '&eacute;').  If
 neither module is available on your system then an 'html_entity' exception
 will be thrown reporting an appropriate message.   
 
