File: control

package info (click to toggle)
libhtml-formattext-withlinks-perl 0.15-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: perl: 246; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,399 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
Source: libhtml-formattext-withlinks-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: perl,
                     liburi-perl,
                     libhtml-tree-perl,
                     libhtml-format-perl,
                     libtest-mockobject-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-formattext-withlinks-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-formattext-withlinks-perl.git
Homepage: https://metacpan.org/release/HTML-FormatText-WithLinks

Package: libhtml-formattext-withlinks-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         liburi-perl,
         libhtml-tree-perl,
         libhtml-format-perl
Description: Perl module to convert HTML to text with links as footnotes
 HTML::FormatText::WithLinks takes HTML and turns it into plain text
 but prints all the links in the HTML as footnotes. By default, it attempts
 to mimic the format of the lynx text based web browser's --dump option.