summaryrefslogtreecommitdiff
path: root/debian/control
blob: 70dde07aa3adcb28a06c12ca783c71ae4a447cbb (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
29
30
31
32
33
34
35
36
37
38
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,
 libsub-quote-perl,
 libtest-fatal-perl,
 libtest-most-perl,
 libtype-tiny-perl,
 liburi-perl,
 perl (>= 5.19.5)
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/HTML-Restrict

Package: libhtml-restrict-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libdata-dump-perl,
 libhtml-parser-perl,
 libmoo-perl,
 libnamespace-clean-perl,
 libsub-quote-perl,
 libtype-tiny-perl,
 liburi-perl,
 perl (>= 5.19.5)
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.