File: control

package info (click to toggle)
libtemplate-plugin-latex-perl 3.09-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • ctags: 45
  • sloc: perl: 584; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libtemplate-plugin-latex-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: liblatex-driver-perl,
                     liblatex-encode-perl,
                     liblatex-table-perl,
                     libtemplate-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtemplate-plugin-latex-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtemplate-plugin-latex-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-Latex
Testsuite: autopkgtest-pkg-perl

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::Plugin::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.