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

kanashiro-guest pushed a commit to branch master
in repository libjson-validator-perl.

commit 087702101d74b887c3e6377a2a691894717855a5
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Mon Sep 14 13:50:24 2015 -0300

    Update debian/control
---
 debian/control | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index b0b2e1c..902e389 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,30 @@
 Source: libjson-validator-perl
 Section: perl
 Priority: optional
-Maintainer: Lucas Kanashiro <kanashiro.dua...@gmail.com>
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Lucas Kanashiro <kanashiro.dua...@gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libmojolicious-perl (>= 6.00),
- libtest-warnings-perl (>= 0.016),
- perl
+                     libtest-warnings-perl (>= 0.016),
+                     perl
 Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-validator-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjson-validator-perl.git
 Homepage: https://metacpan.org/release/JSON-Validator
+Testsuite: autopkgtest-pkg-perl
 
 Package: libjson-validator-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmojolicious-perl (>= 6.00)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmojolicious-perl (>= 6.00)
 Description: Validate data against a JSON schema
  JSON::Validator is a class for validating data against JSON schemas. You
- might want to use this instead of JSON::Schema if you need to validate data
- against draft
- 4|https://github.com/json-schema/json-schema/tree/master/draft-04 of the
- specification.
+ might want to use this instead of JSON::Schema if you need to validate data.
  .
- JSON::Validator is currently EXPERIMENTAL. Hopefully nothing drastic will
- change, but it needs to fit together nicely with Swagger2 - Since this is a
- spin-off project.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ JSON::Validator can load JSON schemas in multiple formats: Plain perl data
+ structured or files on disk/web in the JSON/YAML format. The JSON parsing is
+ done using Mojo::JSON, while the YAML parsing is done with an optional modules
+ which need to be installed manually.  JSON::Validator will look for the YAML
+ modules in this order: YAML::XS, YAML::Syck, YAML::Tiny, YAML. The order is 
set
+ by which module that performs the best, so it might change in the future.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to