[DRE-commits] r4983 - trunk/librb-inotify-ruby/debian

Micah Anderson micah at alioth.debian.org
Sat Mar 20 20:52:35 UTC 2010


Author: micah
Date: 2010-03-20 20:52:35 +0000 (Sat, 20 Mar 2010)
New Revision: 4983

Modified:
   trunk/librb-inotify-ruby/debian/changelog
   trunk/librb-inotify-ruby/debian/control
Log:
fix librb-inotify-ruby Depends on librb-inotify-ruby1.8

Modified: trunk/librb-inotify-ruby/debian/changelog
===================================================================
--- trunk/librb-inotify-ruby/debian/changelog	2010-03-20 20:51:00 UTC (rev 4982)
+++ trunk/librb-inotify-ruby/debian/changelog	2010-03-20 20:52:35 UTC (rev 4983)
@@ -1,3 +1,9 @@
+librb-inotify-ruby (0.7.0-3) unstable; urgency=low
+
+  * Fix librb-inotify-ruby Depends to depend on librb-inotify-ruby1.8
+
+ -- Micah Anderson <micah at debian.org>  Sat, 20 Mar 2010 16:51:45 -0400
+
 librb-inotify-ruby (0.7.0-2) unstable; urgency=medium
 
   * Fix Build-Depends to include ruby1.8 and ruby1.9.1 (Closes: #574089)

Modified: trunk/librb-inotify-ruby/debian/control
===================================================================
--- trunk/librb-inotify-ruby/debian/control	2010-03-20 20:51:00 UTC (rev 4982)
+++ trunk/librb-inotify-ruby/debian/control	2010-03-20 20:52:35 UTC (rev 4983)
@@ -11,7 +11,7 @@
 
 Package: librb-inotify-ruby
 Architecture: all
-Depends: libruby1.8, ${misc:Depends}
+Depends: librb-inotify-ruby1.8, ${misc:Depends}
 Description: simple linux kernel inotify wrapper for monitoring file and directory changes
  This is a simple ruby wrapper over the inotify Linux kernel subsystem
  for monitoring changes to files and directories. It uses the FFI ruby
@@ -22,7 +22,7 @@
 
 Package: librb-inotify-ruby1.8
 Architecture: all
-Depends: libruby1.8, libffi-ruby1.8, ${misc:Depends}, libinotify-ruby1.8
+Depends: ruby1.8, libffi-ruby1.8, ${misc:Depends}, libinotify-ruby1.8
 Description: simple linux kernel inotify wrapper for monitoring file and directory changes
  This is a simple ruby wrapper over the inotify Linux kernel subsystem
  for monitoring changes to files and directories. It uses the FFI ruby




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