[libxml-treepuller-perl] 03/05: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Jun 3 20:57:00 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libxml-treepuller-perl.

commit a0d895332d530d5f6c361169fdb9aff3a5b23102
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Jun 3 21:00:34 2016 +0100

    d/control
---
 debian/control | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 912135f..287e88b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtree-xpathengine-perl (>= 0.05),
- libxml-compacttree-perl (>= 0.03),
- libxml-libxml-perl (>= 1.7),
- perl
+Build-Depends-Indep: perl,
+ libtree-xpathengine-perl,
+ libxml-compacttree-perl,
+ libxml-libxml-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-treepuller-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-treepuller-perl.git
@@ -16,11 +16,13 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libxml-treepuller-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtree-xpathengine-perl (>= 0.05),
- libxml-compacttree-perl (>= 0.03),
- libxml-libxml-perl (>= 1.7)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libtree-xpathengine-perl,
+ libxml-compacttree-perl,
+ libxml-libxml-perl
 Description: Pull interface to work with XML document fragments
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+ XML::TreePuller implements a tree-oriented XML pull processor using a
+ combination of XML::LibXML::Reader and an object-oriented interface around
+ the output of XML::CompactTree. It provides a fast and convenient way to
+ access the content of extremely large XML documents serially.

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



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