File: control

package info (click to toggle)
libtemplate-plugin-htmltotext-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 76 kB
  • sloc: perl: 29; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,218 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
Source: libtemplate-plugin-htmltotext-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: libhtml-format-perl <!nocheck>,
                     libhtml-tree-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-htmltotext-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtemplate-plugin-htmltotext-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-HtmlToText
Rules-Requires-Root: no

Package: libtemplate-plugin-htmltotext-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-format-perl,
         libhtml-tree-perl,
         libtemplate-perl
Description: plugin interface to HTML::FormatText
 Template::Plugin::HtmlToText provides an interface to the HTML::FormatText
 module which formats HTML as plaintext.