[DRE-commits] [ruby-json-schema] 03/06: Add necessary deps and description

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri Sep 4 09:23:20 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-json-schema.

commit 26a8c6b0434a99ff0a2c68a7169222431116c006
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri Sep 4 14:38:59 2015 +0530

    Add necessary deps and description
---
 debian/control | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index eb38d9b..b664212 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,14 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Balasankar C <balasankarc at autistici.org>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
-               ruby-addressable (>= 2.3.7)
+               ruby-addressable (>= 2.3.7),
+               ruby-json,
+               ruby-minitest,
+               ruby-webmock
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-json-schema.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-json-schema.git
-Homepage: http://github.com/ruby-json-schema/json-schema/tree/master
+Homepage: http://github.com/ruby-json-schema/json-schema/
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
@@ -18,7 +21,14 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ruby-addressable (>= 2.3.7),
+         ruby-json,
+         ruby-multi-json,
+         ruby-uuidtools,
+         ruby-yajl,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Ruby JSON Schema Validator
- <insert long description, indented with spaces>
+ This library is intended to provide Ruby with an interface for validating JSON 
+ objects against a JSON schema conforming to JSON Schema Draft 4. Legacy 
+ support for JSON Schema Draft 3, JSON Schema Draft 2, and JSON Schema Draft 1 
+ is also included.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-json-schema.git



More information about the Pkg-ruby-extras-commits mailing list