File: control

package info (click to toggle)
libhtml-scrubber-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • sloc: perl: 418; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,319 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
Source: libhtml-scrubber-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               perl
Build-Depends-Indep: libhtml-parser-perl,
                     libtest-cpan-meta-perl,
                     libtest-differences-perl,
                     libtest-eol-perl,
                     libtest-memory-cycle-perl,
                     libtest-notabs-perl,
                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-scrubber-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git
Homepage: https://metacpan.org/release/HTML-Scrubber
Testsuite: autopkgtest-pkg-perl

Package: libhtml-scrubber-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl
Description: Perl extension for scrubbing/sanitizing html
 If you want to "scrub" or "sanitize" html input in a reliable and
 flexible fashion, then HTML::Scrubber is for you.
 .
 The author was not satisfied with HTML::Sanitizer because it is based
 on HTML::TreeBuilder, so he wrote something similar that works
 directly with HTML::Parser.