[DRE-commits] r3272 - packages/libwirble-ruby/trunk/debian

gwolf at alioth.debian.org gwolf at alioth.debian.org
Tue Mar 10 22:52:51 UTC 2009


Author: gwolf
Date: 2009-03-10 22:52:51 +0000 (Tue, 10 Mar 2009)
New Revision: 3272

Modified:
   packages/libwirble-ruby/trunk/debian/changelog
   packages/libwirble-ruby/trunk/debian/control
Log:
Added missing dependency

Modified: packages/libwirble-ruby/trunk/debian/changelog
===================================================================
--- packages/libwirble-ruby/trunk/debian/changelog	2009-03-09 22:07:17 UTC (rev 3271)
+++ packages/libwirble-ruby/trunk/debian/changelog	2009-03-10 22:52:51 UTC (rev 3272)
@@ -1,3 +1,9 @@
+libwirble-ruby (0.1.2-2) unstable; urgency=low
+
+  * Added dependency on rubygems1.8 (Closes: #519190)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 10 Mar 2009 16:52:12 -0600
+
 libwirble-ruby (0.1.2-1) unstable; urgency=low
 
   * Initial upload (Closes: #510136)

Modified: packages/libwirble-ruby/trunk/debian/control
===================================================================
--- packages/libwirble-ruby/trunk/debian/control	2009-03-09 22:07:17 UTC (rev 3271)
+++ packages/libwirble-ruby/trunk/debian/control	2009-03-10 22:52:51 UTC (rev 3272)
@@ -20,7 +20,7 @@
 
 Package: libwirble-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8
+Depends: ${misc:Depends}, ruby1.8, rubygems1.8
 Description: extensions for the Ruby irb command line shell
  A handful of useful Irb features, including colorized results,
  tab-completion, history, a simple prompt, and several helper




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