This is an automated email from the git hooks/post-receive script. andrewsh pushed a commit to branch master in repository libhtml-restrict-perl.
commit 9af4bd9add328b2943d4147ccef3defbde4e7841 Author: Andrew Shadura <[email protected]> Date: Fri Sep 8 15:44:34 2017 +0200 Add more dependencies to the binary package. --- debian/control | 16 +++++++++++++--- 1 file 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-restrict-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
