summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2017-09-08 15:44:34 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2017-09-08 16:17:49 +0200
commit9af4bd9add328b2943d4147ccef3defbde4e7841 (patch)
tree101e3b3c14f9d55db9233f5551d1b5957252b44f
parentc96b9c8aff8e2c2c6c42820b2669caaa0b307278 (diff)
Add more dependencies to the binary package.
-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