[DRE-commits] r4538 - trunk/libusb-ruby/debian

Daiki Ueno daiki-guest at alioth.debian.org
Tue Jan 19 01:34:29 UTC 2010


Author: daiki-guest
Date: 2010-01-19 01:34:29 +0000 (Tue, 19 Jan 2010)
New Revision: 4538

Modified:
   trunk/libusb-ruby/debian/changelog
   trunk/libusb-ruby/debian/control
Log:
Drop the dependency on ruby 1.9.0 (Closes: #565834).
Port the package to ruby 1.9.1.


Modified: trunk/libusb-ruby/debian/changelog
===================================================================
--- trunk/libusb-ruby/debian/changelog	2010-01-18 16:06:13 UTC (rev 4537)
+++ trunk/libusb-ruby/debian/changelog	2010-01-19 01:34:29 UTC (rev 4538)
@@ -1,3 +1,10 @@
+libusb-ruby (0.2-2) unstable; urgency=low
+
+  * Drop the dependency on ruby 1.9.0 (Closes: #565834).
+  * Port the package to ruby 1.9.1.
+
+ -- Daiki Ueno <ueno at unixuser.org>  Tue, 19 Jan 2010 10:25:52 +0900
+
 libusb-ruby (0.2-1) unstable; urgency=low
 
   * Initial Release (Closes: #537211).

Modified: trunk/libusb-ruby/debian/control
===================================================================
--- trunk/libusb-ruby/debian/control	2010-01-18 16:06:13 UTC (rev 4537)
+++ trunk/libusb-ruby/debian/control	2010-01-19 01:34:29 UTC (rev 4538)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Daiki Ueno <ueno at unixuser.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>> 5), ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev, cdbs, ruby-pkg-tools (>= 0.8), libusb-dev
+Build-Depends: debhelper (>> 5), ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, cdbs, ruby-pkg-tools (>= 0.8), libusb-dev
 Standards-Version: 3.8.2
 Homepage: http://www.a-k-r.org/ruby-usb/
 DM-Upload-Allowed: yes
@@ -29,9 +29,9 @@
  . 
  This package is built for Ruby 1.8.
 
-Package: libusb-ruby1.9
+Package: libusb-ruby1.9.1
 Architecture: any
-Depends: ruby1.9, ${shlibs:Depends}, ${misc:Depends}
+Depends: ruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
 Description: libusb binding for Ruby
  ruby-usb is a libusb binding library for Ruby.  It provides both
  direct (non-rubyish) binding and rubyish interface, while the latter




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