debian/0000755000000000000000000000000012231532050007157 5ustar debian/rules0000755000000000000000000000006312231532050010236 0ustar #!/usr/bin/make -f %: TEST_SHARED_MEMORY=1 dh $@ debian/control0000644000000000000000000000302412231532050010561 0ustar Source: libhtml-template-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Fabrizio Regalli , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libipc-sharedcache-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-template-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-template-perl.git Homepage: https://metacpan.org/release/HTML-Template/ Package: libhtml-template-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Suggests: libipc-sharedcache-perl Description: module for using HTML templates with Perl HTML::Template attempts to make using HTML templates simple and natural. It extends standard HTML with the pseudo tags , , , and . These are used to implement some basic logic - variable substitution, loops, conditional branches - inside the HTML template, while leaving the more complex computations to separate Perl code. This keeps the template accessible for designers and other non-Perl people, without limiting the programmer. . HTML::Template optionally stores its cache in shared memory using the IPC::SharedCache module. Please install libipc-sharedcache-perl and pass the shared_cache option to HTML::Template if you want to make use of this. debian/source/0000755000000000000000000000000012231532050010457 5ustar debian/source/format0000644000000000000000000000001412231532050011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001244612231532050011040 0ustar libhtml-template-perl (2.95-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Tue, 22 Oct 2013 19:21:34 +0200 libhtml-template-perl (2.94-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 2.94 * Bump Standards-Version to 3.9.4 (no change) * Add myself to Uploaders -- Florian Schlichting Thu, 22 Aug 2013 12:14:39 +0200 libhtml-template-perl (2.91-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Correct and reword long description (closes: #635634). [ Fabrizio Regalli ] * Imported Upstream version 2.91 * Update d/compat to 8 * Update debhelper to (>= 8) * Add myself to Uploaders and Copyright * Bump Standards-Version to 3.9.3 * Remove manpage_spelling_fixes.patch patch: code is now included in source * Update debian/copyright format as in Debian Policy 3.9.3 * Remove comma between files name in d/copyright * Update copyright years * Add Michael Peters to copyright holders -- Fabrizio Regalli Wed, 04 Apr 2012 21:43:21 +0200 libhtml-template-perl (2.10-1) unstable; urgency=low * New upstream release * Raised standards version to 3.9.2 * Removed redundant patches and refreshed spelling patch * Added scripts directory to examples -- Nicholas Bamber Sat, 16 Jul 2011 19:17:37 +0100 libhtml-template-perl (2.9-3) unstable; urgency=low * New maintainer (Closes: #618373) * Upped compatibility level and debhelper version * Updated home page and svn fields in debian/control * Refreshed debian/rules * Refreshed patches * Refreshed copyright * Removed the FAQ and README as they duplicate the man page * Standardized the watch file -- Nicholas Bamber Wed, 16 Mar 2011 22:13:45 +0000 libhtml-template-perl (2.9-2) unstable; urgency=low * Template.pm: + convert existing patch for fixing HTML to manpage_html_fix.patch + fix POD error "=back doesn't take any parameters" via manpage_back_doesnt_take_parameters.patch + fix manpage spelling errors via manpage_spelling_fixes.patch * debian/rules: DESTDIR instead of PREFIX (Debian Perl Policy section 4.3) * debian/source/format: use "3.0 (quilt)" * debian/control: + improve package description; make use of Homepage: field (Closes: #530737) + drop versioning from Build-Depends-Indep on perl as even oldstable provides this + packaging now conforms with Standards-Version 3.9.1 -- Florian Ernst Sat, 14 Aug 2010 13:32:59 +0200 libhtml-template-perl (2.9-1) unstable; urgency=low * New upstream release * Add libipc-sharedcache-perl to B-D-I for shared memory cache test, enable test * debian/control: + fix Homepage * Standards-Version 3.7.2 -- Florian Ernst Sun, 08 Apr 2007 12:59:52 +0200 libhtml-template-perl (2.8-1) unstable; urgency=low * New upstream release -- Florian Ernst Thu, 29 Dec 2005 14:54:44 +0100 libhtml-template-perl (2.7-1) unstable; urgency=low * New maintainer, taking over with the previous maintainer's consent * New upstream release (Closes: #329556) * Fix small html error in man page, thanks to Thomas Poindessous (Closes: #204075) * Remove README.Debian, as dpkg doesn't care about this... * debian/watch: added * Miscellaneous packaging adjustments, following latest Policy -> Standards-Version 3.6.2 -- Florian Ernst Sat, 26 Nov 2005 12:59:19 +0100 libhtml-template-perl (2.6-2) unstable; urgency=low + Build-depends on debhelper (Closes: #190460) -- Sander Smeenk Thu, 24 Apr 2003 11:01:12 +0100 libhtml-template-perl (2.6-1) unstable; urgency=low + New upstream! -- Sander Smeenk Wed, 01 Jan 2003 18:53:19 +0100 libhtml-template-perl (2.5-2) unstable; urgency=low * Added suggest for libipc-sharedcache-perl Closes: #147868 -- Sander Smeenk Tue, 4 Jun 2002 20:36:14 +0200 libhtml-template-perl (2.5-1) unstable; urgency=low * New upstream version! (Closes: #136368) -- Sander Smeenk Fri, 1 Mar 2002 22:56:38 +0100 libhtml-template-perl (2.3-1) unstable; urgency=low * New upstream version! -- Sander Smeenk Tue, 24 Jul 2001 18:47:52 +0200 libhtml-template-perl (2.2-2) unstable; urgency=low * Fixes perl 5.6.1 functionality (Closes: #95511) + I also fixed the build of this package, as it was kinda borked since this package was my first package ever :] -- Sander Smeenk Thu, 21 May 2001 20:18:35 +0200 libhtml-template-perl (2.2-1) unstable; urgency=low * New upstream version -- Sander Smeenk Mon, 05 Feb 2001 00:44:21 +0200 libhtml-template-perl (2.0-2) unstable; urgency=low * Packaged against Perl5.6 -- Sander Smeenk Sat, 20 Jan 2001 01:32:15 +0200 libhtml-template-perl (2.0-1) unstable; urgency=low * Initial Release. -- Sander Smeenk Mon, 23 Oct 2000 19:18:14 +0200 debian/compat0000644000000000000000000000000212231532050010355 0ustar 8 debian/copyright0000644000000000000000000000313612231532050011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Sam Tregar Source: https://metacpan.org/release/HTML-Template/ Upstream-Name: HTML-Template Files: * Copyright: 2000-2011, Sam Tregar 2012, Michael Peters License: Artistic or GPL-1+ Files: t/testlib/IO/Capture/ErrorMessages.pm Copyright: 2003, Mark Reynolds and Jon Morgan License: Artistic or GPL-1+ Files: t/testlib/IO/Capture/Stdout.pm t/testlib/IO/Capture/Stderr.pm Copyright: 2003, Mark Reynolds License: Artistic or GPL-1+ Files: t/testlib/IO/Capture.pm Copyright: 2003, Mark Reynolds and Jon Morgan 2004-2005, Mark Reynolds License: Artistic or GPL-1+ Files: debian/* Copyright: 2000-2003, Sander Smeenk 2005, 2007, 2010, Florian Ernst 2011, Nicholas Bamber 2012, Fabrizio Regalli 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/libhtml-template-perl.examples0000644000000000000000000000001212231532050015114 0ustar scripts/* debian/watch0000644000000000000000000000017012231532050010206 0ustar version=3 https://metacpan.org/release/HTML-Template/ .*/HTML-Template-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$