[DRE-commits] [ruby-oj] 03/06: Has now integration with ruby-activesupport. Adapt build/deps accordingly
Cédric Boutillier
boutil at moszumanska.debian.org
Fri May 1 19:56:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-oj.
commit c66a1c72b3bf946c37240bb4df70fa81665cf1ce
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri May 1 21:31:23 2015 +0200
Has now integration with ruby-activesupport. Adapt build/deps accordingly
---
debian/control | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 7d91053..856f07e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,15 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5~),
- ruby-minitest (>= 5.0~),
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.5~),
+ ruby-active-model-serializers,
+ ruby-activemodel,
+ ruby-activerecord,
+ ruby-activesupport,
+ ruby-minitest (>= 5.0~),
+ ruby-railties,
+ ruby-sqlite3
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-oj.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-oj.git;a=summary
@@ -15,7 +22,10 @@ XS-Ruby-Versions: all
Package: ruby-oj
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ruby-activesupport,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: fast JSON parser and serializer for Ruby
JSON (or JavaScript Object Notation) is a text-based open standard designed
for human-readable data interchange.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-oj.git
More information about the Pkg-ruby-extras-commits
mailing list