summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control16
1 files changed, 13 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 23b7f37..70dde07 100644
--- a/debian/control
+++ b/debian/control
@@ -8,18 +8,28 @@ Build-Depends-Indep:
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
+ 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}
+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