[DRE-commits] [ruby-sidekiq] 01/03: tighten dependencies

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Aug 19 11:56:18 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-sidekiq.

commit 159f15521b28ec3fb489d129d84304d136328663
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Aug 19 16:43:11 2015 +0530

    tighten dependencies
---
 debian/changelog |  6 ++++++
 debian/control   | 39 ++++++++++++++++++++++++++++++++-------
 2 files changed, 38 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 19cd4f1..f26c71f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-sidekiq (3.4.2~dfsg-2) UNRELEASED; urgency=medium
+
+  * Tighten dependencies
+
+ -- Pirate Praveen <praveen at debian.org>  Wed, 19 Aug 2015 16:42:50 +0530
+
 ruby-sidekiq (3.4.2~dfsg-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 78b7dcb..c22814b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,28 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-celluloid,
- ruby-connection-pool (>= 2.1.1), ruby-redis, ruby-redis-namespace, redis-server,
- ruby-coveralls, ruby-activerecord, ruby-actionmailer, ruby-sinatra, procps,
- libjs-jquery, libjs-jquery-timeago, libjs-d3, libjs-rickshaw,
- libjs-twitter-bootstrap, ruby-railties
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.7.5~),
+ ruby-celluloid (>= 0.16.0),
+ ruby-celluloid (<< 0.17),
+ ruby-connection-pool (>= 2.2.0),
+ ruby-connection-pool (<< 3.0),
+ ruby-redis (>= 3.2.1),
+ ruby-redis (<< 4.0),
+ ruby-redis-namespace (>= 1.5.2),
+ ruby-redis-namespace (<< 2.0),
+ redis-server,
+ ruby-coveralls,
+ ruby-activerecord,
+ ruby-actionmailer,
+ ruby-sinatra,
+ procps,
+ libjs-jquery,
+ libjs-jquery-timeago,
+ libjs-d3,
+ libjs-rickshaw,
+ libjs-twitter-bootstrap,
+ ruby-railties
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-sidekiq.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-sidekiq.git;a=summary
@@ -18,8 +35,16 @@ Package: ruby-sidekiq
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-connection-pool, ruby-celluloid, ruby-redis, ruby-redis-namespace,
- ruby-json, libjs-twitter-bootstrap
+ ruby-connection-pool (>= 2.2.0),
+ ruby-connection-pool (<< 3.0),
+ ruby-celluloid (>= 0.16.0),
+ ruby-celluloid (<< 0.17),
+ ruby-redis (>= 3.2.1),
+ ruby-redis (<< 4.0),
+ ruby-redis-namespace (>= 1.5.2),
+ ruby-redis-namespace (<< 2.0),
+ ruby-json,
+ libjs-twitter-bootstrap
 Description: Simple, efficient background processing for Ruby
  Sidekiq uses threads to handle many jobs at the same time in the
  same process.  It does not require Rails but will integrate tightly with

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



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