~ubuntu-branches/ubuntu/raring/libhtml-treebuilder-xpath-perl/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, gregor herrmann
  • Date: 2009-05-19 12:26:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090519122618-pqtsarlauhev0m2x
Tags: 0.11-1
[ Jonathan Yu ]
* New upstream release
* Removed quilt patch as this issue is fixed upstream :-)
  (Closes: RT#46203)
  -> Remove README.source and quilt-related stuff
* Upstream has updated docs
* Added new dependencies for XML::XPathEngine
* Upgraded to Standards-Version 3.8.1
* Added machine-readable copyright file
* Forwarded patch upstream (see RT#46203)
* Clarified the description

[ gregor herrmann ]
* Add debian/README.source to document quilt usage, as required by
  Debian Policy since 3.8.0.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libhtml-treebuilder-xpath-perl
2
2
Section: perl
3
3
Priority: optional
4
 
Build-Depends: debhelper (>= 5.0.0), quilt
5
 
Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl,
6
 
 libtest-pod-coverage-perl, libhtml-tree-perl, libxml-xpathengine-perl
 
4
Build-Depends: debhelper (>= 7)
 
5
Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl, libhtml-tree-perl,
 
6
 libtest-pod-coverage-perl, libxml-xpathengine-perl (>= 0.12)
7
7
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
8
 
Uploaders: Damyan Ivanov <dmn@debian.org>,
9
 
 gregor herrmann <gregor+debian@comodo.priv.at>
10
 
Standards-Version: 3.7.3
 
8
Uploaders: Damyan Ivanov <dmn@debian.org>, gregor herrmann <gregoa@debian.org>,
 
9
 Jonathan Yu <frequency@cpan.org>
 
10
Standards-Version: 3.8.1
11
11
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-treebuilder-xpath-perl/
12
 
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-treebuilder-xpath-perl/
 
12
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-treebuilder-xpath-perl/
13
13
Homepage: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/
14
14
 
15
15
Package: libhtml-treebuilder-xpath-perl
16
16
Architecture: all
17
17
Depends: ${perl:Depends}, ${misc:Depends}, libhtml-tree-perl,
18
 
 libxml-xpathengine-perl
19
 
Description: add XPath support to HTML::TreeBuilder
20
 
 HTML::TreeBuilder::XPath adds typical XPath methods to HTML::TreeBuilder,
21
 
 making it easy to query a document.
 
18
 libxml-xpathengine-perl (>= 0.12)
 
19
Description: Perl module to add XPath support to HTML::TreeBuilder
 
20
 HTML::TreeBuilder::XPath is a drop-in replacement for HTML::TreeBuilder (see
 
21
 libhtml-treebuilder-perl) that adds typical XPath methods, making it easy to
 
22
 query a document and extract information about nodes and values.
 
23
 .
 
24
 It is also capable of generating two representations of the XML output: a
 
25
 compact version, intended for machine readable output and minimal space
 
26
 requirements (in terms of disk space and network bandwidth); and a human
 
27
 readable, indented version.