[libjson-validator-perl] 03/04: add YAML::* to B-D-I and Recommends
gregor herrmann
gregoa at debian.org
Mon Sep 14 17:31:55 UTC 2015
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 fe0b1ae18fd11b4b68b1ef56c86fbcf5b56278f3
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Sep 14 19:26:45 2015 +0200
add YAML::* to B-D-I and Recommends
Gbp-Dch: Ignore
---
debian/control | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index dc9a199..1871414 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
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,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-validator-perl.git
@@ -18,6 +19,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmojolicious-perl (>= 6.00)
+Recommends: libyaml-libyaml-perl | libyaml-syck-perl | libyaml-tiny-perl | libyaml-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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjson-validator-perl.git
More information about the Pkg-perl-cvs-commits
mailing list