[libxml-validate-perl] 07/09: Add missing dependency.

gregor herrmann gregoa at debian.org
Tue Aug 8 23:55:30 UTC 2017


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

gregoa pushed a commit to branch master
in repository libxml-validate-perl.

commit 5d16a8fb9fcba1a4641d4e6de6c011f507923cd8
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 8 19:42:16 2017 -0400

    Add missing dependency.
---
 debian/control | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8e7bf2c..bb6671b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends-Indep: perl,
                      libtest-pod-perl,
                      libtest-assertions-perl,
                      liblog-trace-perl,
+                     libxml-libxml-perl,
                      rename
 Standards-Version: 4.0.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-validate-perl.git
@@ -20,7 +21,8 @@ Package: libxml-validate-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         liblog-trace-perl
+         liblog-trace-perl,
+         libxml-libxml-perl
 Description: xml validator factory
  XML::Validate is a generic interface to different XML validation backends.
  For a list of backend included with this distribution see the README.

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



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