debian/0000755000000000000000000000000012205506104007161 5ustar debian/libhtml-template-compiled-perl.examples0000644000000000000000000000001311671745161016727 0ustar examples/* debian/watch0000644000000000000000000000021212101264414010205 0ustar version=3 https://metacpan.org/release/HTML-Template-Compiled/ .*/HTML-Template-Compiled-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000227212205505766011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTML-Template-Compiled Upstream-Contact: Tina Mueller Source: https://metacpan.org/release/HTML-Template-Compiled/ Files: * Copyright: 2005-2012, Tina Mueller License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Peter Pentchev 2009, Jonathan Yu 2011, Dominic Hargreaves 2011-2012, gregor herrmann 2013, Florian Schlichting License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000246212205505746010603 0ustar Source: libhtml-template-compiled-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libparse-recdescent-perl, libtest-pod-coverage-perl, libtest-pod-perl, liburi-perl Maintainer: Debian Perl Group Uploaders: Peter Pentchev , Jonathan Yu , Dominic Hargreaves , gregor herrmann , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/HTML-Template-Compiled/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-template-compiled-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-template-compiled-perl.git Package: libhtml-template-compiled-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl Recommends: libparse-recdescent-perl Description: Perl template system compiling HTML::Template files to Perl code HTML::Template::Compiled is a template system which can be used for HTML::Template templates with the same API. It offers more flexible template delimiters, additional tags and features, and by compiling the template into perl code it can run significantly faster in persistent environments such as FastCGI or mod_perl. debian/compat0000644000000000000000000000000211671745161010375 0ustar 8 debian/changelog0000644000000000000000000000647112205506024011044 0ustar libhtml-template-compiled-perl (1.001-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 1.001 (closes: #719995) * Drop spelling.patch, applied upstream * Drop no longer recommended Data::TreeDumper* dependencies * Add myself to uploaders and copyright -- Florian Schlichting Fri, 23 Aug 2013 00:09:11 +0200 libhtml-template-compiled-perl (1.000-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sun, 09 Dec 2012 16:56:04 +0100 libhtml-template-compiled-perl (0.99-1) unstable; urgency=low * New upstream release 0.98, 0.99. * Remove debian/clean. Not needed anymore, the test files are removed now. * Update long description according to upstream's improved abstract. * Update buildtime and runtime dependencies. * Add a patch to fix a spelling mistake. -- gregor herrmann Sat, 25 Aug 2012 21:03:41 +0200 libhtml-template-compiled-perl (0.97-1) unstable; urgency=low * New upstream release. * Remove patches, applied or fixed otherwise upstream. * Update years of copyright. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sat, 26 May 2012 21:27:06 +0200 libhtml-template-compiled-perl (0.96-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Add DEP3 headers to patch. * debian/copyright: update formatting. * Switch to debhelper compatibility level 8. * Add /me to Uploaders. * Remove unused lintian override. * Add a patch to fix some spelling mistakes. -- gregor herrmann Sat, 26 Nov 2011 21:07:24 +0100 libhtml-template-compiled-perl (0.95-1) unstable; urgency=low [ gregor herrmann ] * debian/rules: switch order of arguments to dh. [ Dominic Hargreaves ] * New upstream release (Closes: #578934) * Switch to dpkg-source 3.0 (quilt) format * Update Standards-Version (no changes) -- Dominic Hargreaves Thu, 28 Apr 2011 23:02:15 +0100 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 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 Thu, 28 May 2009 18:28:59 +0300 libhtml-template-compiled-perl (0.93-1) unstable; urgency=low * Initial Release. (Closes: #521093) -- Peter Pentchev Thu, 30 Apr 2009 17:00:59 +0300 debian/source/0000755000000000000000000000000011671745161010477 5ustar debian/source/format0000644000000000000000000000001411671745161011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000012611671745161010256 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: dh_auto_clean rm -rf t/cache