debian/0000755000000000000000000000000011612015041007155 5ustar debian/rules0000755000000000000000000000003611265413167010253 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000450711612015035011040 0ustar libhtml-template-expr-perl (0.07-2) unstable; urgency=low * Convert to source format 3.0 (quilt). * Add a patch to fix pod errors. * Add a patch to remove the version requirement for HTML::Template (closes: #634582). * debian/copyright: update formatting. * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Add /me to Uploaders. * Remove some unneeded files from debian/. * debian/control: mention module name in long description. -- gregor herrmann Thu, 21 Jul 2011 14:22:52 +0200 libhtml-template-expr-perl (0.07-1) unstable; urgency=low * New upstream release (Closes: 548544). * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Isaac Clerencia ); Isaac Clerencia removed from Uploaders as per his request. Changed: added myself in Uploaders. * Updated Standards Version. * Upgraded to DH7 using dh-make-perl. * Add debian/watch. * Remove debian/docs and use debian/libhtml-template-expr-perl.docs instead. Remove README from it since it's just a copy of the POD. * debian/copyright: Move to new parsable format and add missing copyright information. -- Ernesto Hernández-Novich (USB) Wed, 14 Oct 2009 11:28:30 -0430 libhtml-template-expr-perl (0.05-2) unstable; urgency=low * Take over for the Debian Perl Group. Isaac, thank you very much for your work on this package. -- Ernesto Hernández-Novich (USB) Wed, 14 Oct 2009 11:12:53 -0430 libhtml-template-expr-perl (0.05-1) unstable; urgency=low * New upstream release, closes: #345560 (HTML::Template::Expr broken with HTML::Template v2.8) * Changed maintainer to -- Isaac Clerencia Fri, 6 Jan 2006 13:06:59 +0100 libhtml-template-expr-perl (0.04-2) unstable; urgency=low * Generate manpages -- Isaac Clerencia Wed, 4 Aug 2004 21:50:35 +0200 libhtml-template-expr-perl (0.04-1) unstable; urgency=low * Initial release, closes: #263463 -- Isaac Clerencia Wed, 04 Aug 2004 16:41:39 +0100 debian/libhtml-template-expr-perl.docs0000644000000000000000000000001111265413167015216 0ustar ANNOUNCE debian/watch0000644000000000000000000000020011265413167010215 0ustar version=3 http://search.cpan.org/dist/HTML-Template-Expr/ .+/HTML-Template-Expr-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011612015041010604 5ustar debian/patches/pod.patch0000644000000000000000000000303111612014050012403 0ustar Description: fix POD errors Origin: vendor Forwarded: no Author: gregor herrmann Last-Update: 2010-07-28 --- a/Expr.pm +++ b/Expr.pm @@ -493,7 +493,7 @@ =item * E=E -=back 4 +=back =item * String Comparisons @@ -513,9 +513,9 @@ =item * cmp -=back 4 +=back -=back 4 +=back =head1 MATHEMATICS @@ -533,7 +533,7 @@ =item * % -=back 4 +=back There are also some mathy functions. See the FUNCTIONS section below. @@ -547,7 +547,7 @@ =item * || (synonym: or) -=back 4 +=back =head1 FUNCTIONS @@ -596,7 +596,7 @@ =item * srand -=back 4 +=back All functions must be called using full parenthesis. For example, this is a syntax error: @@ -621,7 +621,7 @@ HTML::Template::Expr->register_function(func_name => \&func_handler); You provide a subroutine reference that will be called during output. -It will recieve as arguments the parameters specified in the template. +It will receive as arguments the parameters specified in the template. For example, here's a function that checks if a directory exists: sub directory_exists { @@ -662,7 +662,7 @@ Currently the module forces the HTML::Template global_vars option to be set. This will hopefully go away in a future version, so if you -need global_vars in your templates then you should set it explicitely. +need global_vars in your templates then you should set it explicitly. The module won't work with HTML::Template's file_cache or shared_cache modes, but normal memory caching should work. I hope to address this debian/patches/html-template-version.patch0000644000000000000000000000110611612013203016061 0ustar Description: Remove version requirement for use HTML::Template This breaks with use HTML::Template 2.10, since 2.1 < 2.4 ... Origin: vendor Bug-Debian: http://bugs.debian.org/634582 Forwarded: no, and the problem is more in HTML::Template#s version history Author: gregor herrmann Reviewed-by: gregor herrmann Last-Update: 2011-07-21 Applied-Upstream: *** FIXME *** --- a/Expr.pm +++ b/Expr.pm @@ -5,7 +5,7 @@ $VERSION = '0.07'; -use HTML::Template 2.4; +use HTML::Template; use Carp qw(croak confess carp); use Parse::RecDescent; debian/patches/series0000644000000000000000000000004611612012770012027 0ustar pod.patch html-template-version.patch debian/control0000644000000000000000000000177311612014524010575 0ustar Source: libhtml-template-expr-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) , gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libhtml-template-perl, libparse-recdescent-perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/HTML-Template-Expr/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-template-expr-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-template-expr-perl/ Package: libhtml-template-expr-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-template-perl, libparse-recdescent-perl Description: HTML::Template extension adding expression support HTML::Template::Expr provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work. debian/copyright0000644000000000000000000000221111612014275011114 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Sam Tregar Source: http://search.cpan.org/dist/HTML-Template-Expr/ Name: HTML-Template-Expr Files: * Copyright: 2001, Sam Tregar License: Artistic or GPL-1+ Files: debian/* Copyright: 2004-2006, Isaac Clerencia 2009, Ernesto Hernández-Novich (USB) 2010, 2011, gregor herrmann 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/source/0000755000000000000000000000000011612015041010455 5ustar debian/source/format0000644000000000000000000000001411424155625011701 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211612014475010365 0ustar 8