[libhtml-wikiconverter-perl] 04/06: Add undeclared HTML::WikiConverter::WebApp dependencies to Build-Depends and Recommends

Florian Schlichting fsfs at moszumanska.debian.org
Fri Jul 3 17:34:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libhtml-wikiconverter-perl.

commit ea2ea4c495efbfcab5089835a2e5202908512be2
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Jul 3 19:27:51 2015 +0200

    Add undeclared HTML::WikiConverter::WebApp dependencies to Build-Depends and Recommends
    
    This fixes the autopkgtest. Not adding to Depends, as WebApp is arguably
    not a core component.
---
 debian/control | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 61455a2..b04da1c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,17 @@ Uploaders: Jonas Smedegaard <dr at jones.dk>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libclass-data-accessor-perl,
+Build-Depends-Indep: libcgi-application-perl,
+ libclass-data-accessor-perl,
  libcss-perl,
  libhtml-parser-perl,
  libhtml-tagset-perl,
  libhtml-tree-perl,
  libparams-validate-perl,
  libtest-pod-perl,
+ libtie-ixhash-perl,
  liburi-perl,
+ libxml-writer-perl,
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-wikiconverter-perl.git
@@ -33,7 +36,10 @@ Depends: ${perl:Depends},
          libparams-validate-perl,
          liburi-perl
 Recommends: libhtml-wikiconverter-dialect,
-            libfile-slurp-perl
+            libcgi-application-perl,
+            libfile-slurp-perl,
+            libtie-ixhash-perl,
+            libxml-writer-perl
 Description: HTML to wiki markup converter
  HTML::WikiConverter is an HTML to wiki converter. It can convert HTML
  source into a variety of wiki markups, called wiki "dialects". 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-wikiconverter-perl.git



More information about the Pkg-perl-cvs-commits mailing list