[libxml-descent-perl] 01/01: Fix dependency on Test::Differences.

Bas Couwenberg sebastic at xs4all.nl
Fri Jan 10 23:26:21 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository libxml-descent-perl.

commit d621da56705d12d34be09949235bfd94479c4bd4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jan 11 00:25:22 2014 +0100

    Fix dependency on Test::Differences.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 1f076e7..cd97cff 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: Bas Couwenberg <sebastic at xs4all.nl>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtestpod-perl,
+Build-Depends-Indep: libtest-differences-perl,
+                     libtest-pod-perl,
                      libtest-pod-coverage-perl,
                      libxml-tokeparser-perl,
                      perl
@@ -17,7 +18,6 @@ Package: libxml-descent-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libtest-differences-perl,
          libxml-tokeparser-perl
 Description: Perl module for recursive descent XML parsing
  The conventional models for parsing XML are either DOM (a data structure

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



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