[DRE-commits] [ruby-descendants-tracker] 04/05: Depend and build-depend on ruby-thread-safe
Cédric Boutillier
boutil at moszumanska.debian.org
Tue May 20 12:10:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-descendants-tracker.
commit 1b0846e2b6df0c169e6c5b3e552c7027e72ae882
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue May 20 14:05:30 2014 +0200
Depend and build-depend on ruby-thread-safe
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 4ee75ec..54809d7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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.6.1~), ruby-rspec
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), ruby-rspec, ruby-thread-safe
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-descendants-tracker.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-descendants-tracker.git;a=summary
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
Package: ruby-descendants-tracker
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-threa-safe
Description: Ruby module that adds descendant tracking to a class
This package provides a Ruby module that allows one to track descendants of
a given class, in a unobtrusive way.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-descendants-tracker.git
More information about the Pkg-ruby-extras-commits
mailing list