File: control

package info (click to toggle)
libhtml-copy-perl 1.31-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: perl: 377; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,166 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
Source: libhtml-copy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-accessor-perl,
                     libhtml-parser-perl,
                     liburi-perl,
                     libhttp-message-perl | libwww-perl (<< 6),
                     perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-copy-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-copy-perl.git
Homepage: https://metacpan.org/release/HTML-Copy/

Package: libhtml-copy-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         libhtml-parser-perl,
         liburi-perl,
         libhttp-message-perl | libwww-perl (<< 6)
Description: module to copy a HTML file without breaking links
 HTML::Copy copies a HTML file without breaking links in the file and is a sub
 class of HTML::Parser.
 .
 This package provide the Perl module "HTML::Copy" and a command line tool
 "htmlcopy".