summaryrefslogtreecommitdiff
path: root/debian/control
blob: 23b7f37044a554844c4eeace1a75d32a26d19e7c (plain)
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
Source: libhtml-restrict-perl
Section: perl
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep:
 libdata-dump-perl,
 libhtml-parser-perl,
 libmoo-perl,
 libnamespace-clean-perl,
 libscalar-list-utils-perl,
 libsub-quote-perl,
 libtest-fatal-perl,
 libtest-most-perl,
 libtype-tiny-perl,
 perl
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/HTML-Restrict

Package: libhtml-restrict-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Strip unwanted HTML tags and attributes
 HTML::Restrict uses HTML::Parser to strip HTML from text in a restrictive
 manner. By default all HTML is restricted. You may alter the default
 behaviour by supplying your own tag rules.
 .
 This description was automagically extracted from the module by dh-make-perl.