This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libjson-validator-perl.
commit f68f4e00d9391e24e53cc31f56fe551a82199933 Author: gregor herrmann <[email protected]> Date: Sun Nov 29 14:50:45 2015 +0100 Update (build) dependencies and long description. --- debian/control | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 1871414..9220628 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Lucas Kanashiro <[email protected]> Build-Depends: debhelper (>= 9) Build-Depends-Indep: libmojolicious-perl (>= 6.00), libtest-warnings-perl, - libyaml-libyaml-perl | libyaml-syck-perl | libyaml-tiny-perl | libyaml-perl, + libyaml-libyaml-perl | libyaml-syck-perl, perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-validator-perl.git @@ -19,14 +19,15 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmojolicious-perl (>= 6.00) -Recommends: libyaml-libyaml-perl | libyaml-syck-perl | libyaml-tiny-perl | libyaml-perl +Recommends: libyaml-libyaml-perl | libyaml-syck-perl Description: module to 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. + might want to use this instead of JSON::Schema if you need to validate data + against draft 4 of the JSON schema specification. . 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. + 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. 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
