[DRE-commits] [ruby-celluloid] 01/01: tighten build deps

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed May 13 09:21:17 UTC 2015


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

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

commit d5015a5758ac2e3ca085e9517d378207fa26bc4f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 13 13:38:01 2015 +0530

    tighten build deps
---
 debian/changelog | 1 +
 debian/control   | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c9c1ac..75c9021 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-celluloid (0.16.0-1) UNRELEASED; urgency=medium
   * Team upload
   * New upstream release
   * Drop fix_relative_path_rspec.patch (merged upstream)
+  * Tighten ruby-timers dependency to >= 4.0.0
 
  -- Pirate Praveen <praveen at debian.org>  Tue, 12 May 2015 11:35:13 +0530
 
diff --git a/debian/control b/debian/control
index 3c1c6c7..5e5186e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), ruby-timers, rake, ruby-rspec
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~),
+ ruby-timers (>= 4.0.0),
+ rake,
+ ruby-rspec
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-celluloid.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-celluloid.git;a=summary
@@ -13,7 +16,8 @@ XS-Ruby-Versions: all
 Package: ruby-celluloid
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-timers
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-timers (>= 4.0.0)
 Description: actor-based concurrent object framework for ruby
  Celluloid provides a simple and natural way to build fault-tolerant concurrent
  programs in Ruby.

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



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