debian/0000755000000000000000000000000012161326274007172 5ustar debian/rules0000755000000000000000000000003612161326274010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000225012161326274010574 0ustar Source: libtemplate-plugin-latex-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Robert James Clay Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblatex-driver-perl, liblatex-encode-perl (>= 0.06), liblatex-table-perl, libtemplate-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-plugin-latex-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtemplate-plugin-latex-perl.git Homepage: https://metacpan.org/release/Template-Plugin-Latex/ Package: libtemplate-plugin-latex-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblatex-driver-perl, liblatex-encode-perl, liblatex-table-perl, libtemplate-perl Description: LaTeX support for the Template Toolkit The Template::Latex module is a wrapper of convenience around the Template module, providing additional support for generating PDF, PostScript and DVI documents from LaTeX templates. It is used in exactly the same way that the Template module is used. It is a subclass of the Template module and inherits all of its methods. debian/source/0000755000000000000000000000000012161326274010472 5ustar debian/source/format0000644000000000000000000000001412161326274011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000131212161326274011041 0ustar libtemplate-plugin-latex-perl (3.02-2) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Add patch from CPAN RT to adjust tests to newer LaTeX::Encode. (Closes: #713253) * Make build dependency on liblatex-encode-perl versioned. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Sat, 22 Jun 2013 15:54:59 +0200 libtemplate-plugin-latex-perl (3.02-1) unstable; urgency=low * Initial Release. (Closes: #670552) -- Robert James Clay Fri, 04 May 2012 09:10:27 -0400 debian/compat0000644000000000000000000000000212161326274010370 0ustar 8 debian/patches/0000755000000000000000000000000012161326274010621 5ustar debian/patches/latex-encode-named-characters.patch0000644000000000000000000000155012161326274017412 0ustar Description: LaTeX::Encode surrounds named characters with curly brackets Origin: CPAN RT Bug: https://rt.cpan.org/Ticket/Display.html?id=79632 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=79632 Bug-Debian: http://bugs.debian.org/713253 Author: lucs@cpan.org Reviewed-by: gregor herrmann Last-Update: 2013-06-22 --- a/t/13-latex-encode.t +++ b/t/13-latex-encode.t @@ -69,7 +69,7 @@ -- test -- [% USE Latex; "\\LaTeX" | latex_encode; %] -- expect -- -\textbackslash LaTeX +{\textbackslash}LaTeX # Latex_Encodeify string with a "#" -- test -- @@ -87,7 +87,7 @@ -- test -- [% USE Latex; "\\&#_^{}\\&#_^{}" | latex_encode; %] -- expect -- -\textbackslash\&\#\_\^{ }\{\}\textbackslash\&\#\_\^{ }\{\} +{\textbackslash}\&\#\_\^{ }\{\}{\textbackslash}\&\#\_\^{ }\{\} # Latex_Encodeify string with intelligent double quotes -- test -- debian/patches/series0000644000000000000000000000004412161326274012034 0ustar latex-encode-named-characters.patch debian/copyright0000644000000000000000000000215412161326274011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Andrew Ford Source: https://metacpan.org/release/Template-Plugin-Latex/ Upstream-Name: Template-Plugin-Latex Files: * Copyright: 2006-2007, Andrew Ford 1996-2006, Andy Wardley License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Robert James Clay 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/libtemplate-plugin-latex-perl.docs0000644000000000000000000000001412161326274015710 0ustar README TODO debian/watch0000644000000000000000000000021012161326274010214 0ustar version=3 https://metacpan.org/release/Template-Plugin-Latex/ .*/Template-Plugin-Latex-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$