[libweb-query-perl] 04/04: control

gregor herrmann gregoa at debian.org
Sun Feb 8 17:33:40 UTC 2015


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

gregoa pushed a commit to branch master
in repository libweb-query-perl.

commit 8e751f94b4e748fef9420b39bfb15ab5b1c900cb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 8 18:27:00 2015 +0100

    control
---
 debian/control | 40 +++++++++++++++++++++++++---------------
 1 file changed, 25 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 6b299a9..e9d2cdd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,38 @@
 Source: libweb-query-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl
+               libmodule-build-perl (>= 0.380000),
+               perl
 Build-Depends-Indep: libhtml-parser-perl,
- libhtml-selector-xpath-perl (>= 0.06),
- libhtml-treebuilder-xpath-perl (>= 0.12),
- libwww-perl (>= 6)
+                     libhtml-selector-xpath-perl (>= 0.06),
+                     libhtml-treebuilder-xpath-perl (>= 0.12),
+                     libwww-perl (>= 6),
+                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libweb-query-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libweb-query-perl.git
 Homepage: https://metacpan.org/release/Web-Query
-Testsuite: autopkgtest-pkg-perl
 
 Package: libweb-query-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhtml-parser-perl,
- libhtml-selector-xpath-perl (>= 0.06),
- libhtml-treebuilder-xpath-perl (>= 0.12),
- libwww-perl (>= 6)
-Description: Yet another scraping library like jQuery
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhtml-parser-perl,
+         libhtml-selector-xpath-perl (>= 0.06),
+         libhtml-treebuilder-xpath-perl (>= 0.12),
+         libwww-perl (>= 6)
+Description: perl web scraping library like jQuery
+ Web::Query is a yet another web scraping framework, with a jQuery like
+ interface.
+ .
+ Web::Query built at top of the CPAN modules HTML::TreeBuilder::XPath,
+ LWP::UserAgent, and HTML::Selector::XPath.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Web::Query uses HTML::Selector::XPath and only supports the CSS 3 selector
+ supported by that module. It doesn't support jQuery's extended queries
+ (yet?). If a selector is passed as a scalar ref, it'll be taken as a straight
+ XPath expression.

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



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