[libhtml-element-library-perl] 04/06: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Jun 19 23:32:32 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libhtml-element-library-perl.

commit 2463fb8235b364b354c544697c48eeb8171a3d4d
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Jun 20 00:01:56 2016 +0100

    d/control
---
 debian/control | 57 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 34 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index 90fd490..cc3e0c8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,18 @@ 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: libarray-group-perl,
- libdata-rmap-perl,
- libfile-slurp-perl,
- libhtml-fillinform-perl,
- libhtml-prettyprinter-perl,
- libhtml-tree-perl,
- liblist-moreutils-perl,
- liblist-rotation-cycle-perl,
- libparams-validate-perl,
- libscalar-listify-perl,
- libtest-xml-perl,
- perl
+Build-Depends-Indep: perl,
+                     libarray-group-perl,
+                     libdata-rmap-perl,
+                     libfile-slurp-perl,
+                     libhtml-fillinform-perl,
+                     libhtml-prettyprinter-perl,
+                     libhtml-tree-perl,
+                     liblist-moreutils-perl,
+                     liblist-rotation-cycle-perl,
+                     libparams-validate-perl,
+                     libscalar-listify-perl,
+                     libtest-xml-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-element-library-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-element-library-perl.git
@@ -25,15 +25,26 @@ Testsuite: autopkgtest-pkg-perl
 Package: libhtml-element-library-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libarray-group-perl,
- libdata-rmap-perl,
- libhtml-fillinform-perl,
- libhtml-tree-perl,
- liblist-moreutils-perl,
- liblist-rotation-cycle-perl,
- libparams-validate-perl,
- libscalar-listify-perl
-Description: HTML::Element convenience functions
- HTML:::Element::Library provides extra methods for HTML::Element.
+         libarray-group-perl,
+         libdata-rmap-perl,
+         libhtml-fillinform-perl,
+         libhtml-tree-perl,
+         liblist-moreutils-perl,
+         liblist-rotation-cycle-perl,
+         libparams-validate-perl,
+         libscalar-listify-perl
+Description: Perl module providing HTML::Element convenience methods
+ HTML::Element::Library provides convenience methods for working with
+ HTML::Element and HTML::Tree objects. Methods are grouped into the
+ following categories:
  .
- This description was automagically extracted from the module by dh-make-perl.
+   - Positional Querying
+   - Element Decoration
+   - Tree Rewriting
+   - Tree-Building
+   - Tree-Building: Table Generation
+   - Tree-Killing
+   - Loltrees
+ .
+ Please consult the documentation for HTML::Element::Library for details of
+ the specific convenience methods provided and their usage.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-element-library-perl.git



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