[libhtml-wikiconverter-perl] 05/14: Split build dependencies into B-D and B-D-I

Florian Schlichting fsfs at alioth.debian.org
Sat Oct 12 22:30:24 UTC 2013


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 426e779f0a9a2ac9301ddcab3257977b81bb405e
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Oct 12 23:51:06 2013 +0200

    Split build dependencies into B-D and B-D-I
---
 debian/control |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 866fa34..6b85640 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,16 @@ Uploaders: Jonas Smedegaard <dr at jones.dk>,
            Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               perl,
-               libhtml-tree-perl,
-               libcss-perl,
-               liburi-perl,
-               libhtml-parser-perl,
-               libhtml-tagset-perl,
-               libparams-validate-perl,
-               libclass-data-accessor-perl,
-               libtest-pod-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libclass-data-accessor-perl,
+ libcss-perl,
+ libhtml-parser-perl,
+ libhtml-tagset-perl,
+ libhtml-tree-perl,
+ libparams-validate-perl,
+ libtest-pod-perl,
+ liburi-perl,
+ perl
 Standards-Version: 3.8.1
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-wikiconverter-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-wikiconverter-perl.git
@@ -24,13 +24,13 @@ Package: libhtml-wikiconverter-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libhtml-tree-perl,
+         libclass-data-accessor-perl,
          libcss-perl,
-         liburi-perl,
          libhtml-parser-perl,
          libhtml-tagset-perl,
+         libhtml-tree-perl,
          libparams-validate-perl,
-         libclass-data-accessor-perl
+         liburi-perl
 Recommends: libhtml-wikiconverter-dialect,
             libfile-slurp-perl,
             libhtml-wikiconverter-dokuwiki-perl,

-- 
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