[DRE-commits] [SCM] ruby-event-loop.git branch, master, updated. upstream/0.3-3-g7da72fb

Youhei SASAKI uwabami at gfd-dennou.org
Fri Jul 29 20:57:02 UTC 2011


The following commit has been merged in the master branch:
commit 7da72fb03955e47d75cbfe1fc90b12afd449b181
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sat Jul 30 05:49:30 2011 +0900

    Fix package version number(Closes: #631536)
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/changelog b/debian/changelog
index 726f0d8..2b26ffc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-event-loop (0.3-5) unstable; urgency=low
+
+  [Youhei SASAKI]
+  * Fix version number of transitonal pacakges (Closes: #631536)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Sat, 30 Jul 2011 05:50:24 +0900
+
 ruby-event-loop (0.3-4) unstable; urgency=low
 
   * Repackaged using gem2deb infrastructure
diff --git a/debian/control b/debian/control
index 728d020..6ecd4ec 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Provides: libevent-loop-ruby, libevent-loop-ruby1.8
-Replaces: libevent-loop-ruby (<< 0.3.3-4~), libevent-loop-ruby1.8 (<< 0.3.3-4~)
-Conflicts: libevent-loop-ruby (<< 0.3.3-4~), libevent-loop-ruby1.8 (<< 0.3.3-4~)
+Replaces: libevent-loop-ruby (<< 0.3-4~), libevent-loop-ruby1.8 (<< 0.3-4~)
+Conflicts: libevent-loop-ruby (<< 0.3-4~), libevent-loop-ruby1.8 (<< 0.3-4~)
 Description: simple signal system and an event loop for Ruby
  This is a library for building event-based programs with Ruby. It contains
  both a simple signal system and an event loop that uses said signal system.

-- 
ruby-event-loop.git



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