[DRE-commits] [ruby-descendants-tracker] 01/01: fix typo in depends list (Closes: #748850)

Cédric Boutillier boutil at moszumanska.debian.org
Wed May 21 20:08:00 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 4b9a9060fa38ea392800ee22a57e8b466621d5f8
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed May 21 22:02:20 2014 +0200

    fix typo in depends list (Closes: #748850)
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9dada1d..c6aa20b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-descendants-tracker (0.0.4-2) unstable; urgency=medium
+
+  * Fix typo in ruby-thread-safe name in the list of dependencies
+    (Closes: #748850)
+
+ -- Cédric Boutillier <boutil at debian.org>  Wed, 21 May 2014 22:01:59 +0200
+
 ruby-descendants-tracker (0.0.4-1) unstable; urgency=medium
 
   * Imported Upstream version 0.0.4
diff --git a/debian/control b/debian/control
index 54809d7..a6cbe72 100644
--- a/debian/control
+++ b/debian/control
@@ -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, ruby-threa-safe
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-thread-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