[libtest-xml-simple-perl] 01/02: Drop unnecessary version constraint from libxml-libxml-perl (build) dependency

gregor herrmann gregoa at debian.org
Wed Jan 4 15:43:04 UTC 2017


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

gregoa pushed a commit to branch master
in repository libtest-xml-simple-perl.

commit 4742c48ba10af73fb8c53e88550055b065e6c76e
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 4 16:40:28 2017 +0100

    Drop unnecessary version constraint from libxml-libxml-perl (build) dependency
    
    which is already satisfied in oldstable.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 4513fa9..19b57f2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: perl,
                      libtest-longstring-perl,
                      libtest-pod-coverage-perl,
                      libtest-pod-perl,
-                     libxml-libxml-perl (>= 1.99)
+                     libxml-libxml-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-xml-simple-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-xml-simple-perl.git
@@ -22,7 +22,7 @@ Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
          libtest-longstring-perl,
-         libxml-libxml-perl (>= 1.99)
+         libxml-libxml-perl
 Description: Perl testing framework for XML data
  Test::XML::Simple is a very basic class for testing XML. It uses the XPath
  syntax to locate nodes within the XML. You can also check all or part of the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-xml-simple-perl.git



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