File: control

package info (click to toggle)
libtemplate-plugin-latex-perl 3.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 588; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,388 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
32
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-compat (= 13)
Build-Depends-Indep: liblatex-driver-perl,
                     liblatex-encode-perl,
                     liblatex-table-perl,
                     libtemplate-perl,
                     texlive-xetex,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtemplate-plugin-latex-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.