File: control

package info (click to toggle)
libtemplate-plugin-gettext-perl 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 352 kB
  • sloc: perl: 1,291; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,691 bytes parent folder | download | duplicates (2)
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
33
34
35
36
37
38
39
Source: libtemplate-plugin-gettext-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libencode-perl <!nocheck>,
                     libintl-perl (>= 1.30) <!nocheck>,
                     liblocale-xgettext-perl <!nocheck>,
                     libtemplate-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtemplate-plugin-gettext-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtemplate-plugin-gettext-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-Gettext
Rules-Requires-Root: no

Package: libtemplate-plugin-gettext-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libencode-perl,
         libintl-perl (>= 1.30),
         liblocale-xgettext-perl,
         libtemplate-perl
Description: Gettext Support For the Template Toolkit Version 2
 Template::Plugin::Gettext provides an end-to-end localization and
 internationalization solution for the Template Toolkit 2.
 .
 It consists of a plugin that offers translation functions inside
 templates and a string extractor xgettext-tt2 that extracts translatable
 strings from templates and writes them to PO files (or rather a .pot file
 in PO format).
 .
 The string extractor xgettext-tt2 is fully customizable and also usable for
 other i18n plugins or frameworks for the Template Toolkit.