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 <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to