File: control

package info (click to toggle)
libhtml-fromtext-perl 2.07-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 430; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,541 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
33
34
35
36
37
Source: libhtml-fromtext-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libemail-find-perl <!nocheck>,
                     libexporter-lite-perl <!nocheck>,
                     libhtml-parser-perl <!nocheck>,
                     libregexp-common-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-fromtext-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-fromtext-perl.git
Homepage: https://metacpan.org/release/HTML-FromText
Rules-Requires-Root: no

Package: libhtml-fromtext-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libemail-find-perl,
         libexporter-lite-perl,
         libhtml-parser-perl,
         libregexp-common-perl,
         libscalar-list-utils-perl
Description: module to marks up plain text as HTML
 This is the CPAN Perl module HTML::FromText.
 .
 By default it converts HTML metacharacters into the corresponding entities.
 More sophisticated transformations, such as splitting the text into
 paragraphs or marking up bulleted lists, can be carried out by setting
 the appropriate options.