[libdata-validate-struct-perl] 04/06: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun May 29 22:48:20 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libdata-validate-struct-perl.

commit 501232bd744131b6fe6360f898caa11e6dca4e12
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun May 29 23:16:01 2016 +0100

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

diff --git a/debian/control b/debian/control
index e9f6171..a157325 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ 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: libdata-validate-ip-perl (>= 0.18),
- libdata-validate-perl (>= 0.06),
- libregexp-common-perl,
- perl
+                     libdata-validate-perl,
+                     libregexp-common-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-validate-struct-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-validate-struct-perl.git
@@ -16,21 +16,17 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libdata-validate-struct-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdata-validate-ip-perl (>= 0.18),
- libdata-validate-perl (>= 0.06),
- libregexp-common-perl
-Description: Validate recursive hash structures
- Data::Validate::Struct validates a config hash reference against a given hash
- structure in contrast to Data::Validate in which you have to check each value
- separately using certain methods.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdata-validate-ip-perl (>= 0.18),
+         libdata-validate-perl,
+         libregexp-common-perl
+Description: module to validate recursive hash structures
+ Data::Validate::Struct validates a hash reference against a given hash
+ structure. This is in contrast to Data::Validate in which you have to check
+ each value separately.
  .
- This hash could be the result of a config parser or just any hash structure.
- Eg. the hash returned by XML::Simple could be validated using this module.
- You may also use it to validate CGI input, just fetch the input data from
+ The hash could be the result of a config parser or just any hash structure.
+ E.g. the hash returned by XML::Simple could be validated using this module.
+ You may also use it to validate CGI input; just fetch the input data from
  CGI, map it to a hash and validate it.
- .
- Data::Validate::Struct uses some of the methods exported by Data::Validate,
- so you need to install it too.
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-validate-struct-perl.git



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