[DRE-commits] [SCM] ruby-usb.git branch, master, updated. upstream/0.2.1-10-g4b8d1dc

Cédric Boutillier cedric.boutillier at gmail.com
Wed May 9 10:33:29 UTC 2012


The following commit has been merged in the master branch:
commit 756431ae04fdf5560bb6f2f608ba7f2181e5d96b
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed May 9 11:27:56 2012 +0200

    enable transition packages and update description

diff --git a/debian/control b/debian/control
index 5815ed1..8deb295 100644
--- a/debian/control
+++ b/debian/control
@@ -15,5 +15,41 @@ Package: ruby-usb
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: ruby-usb is a libusb binding library for Ruby.
- <insert long description, indented with spaces>
+Replaces: libusb-ruby (<< 0.2.1-1~), libusb-ruby1.8 (<< 0.2.1-1~), libusb-ruby1.9.1 (<< 0.2.1-1~)
+Breaks: libusb-ruby (<< 0.2.1-1~), libusb-ruby1.8 (<< 0.2.1-1~), libusb-ruby1.9.1 (<< 0.2.1-1~)
+Provides: libusb-ruby, libusb-ruby1.8, libusb-ruby1.9.1
+Description: Ruby library providing bindings for libusb-0.1
+ ruby-usb provides is a Ruby libusb binding library allowing Ruby programs to
+ communicate with USB devices through the (legacy) version 0.1 of the API of
+ libusb.
+ .
+ It provides both direct (non-rubyish) binding and rubyish interface, while the
+ latter is work in progress.
+
+Package: libusb-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-usb
+Description: Transitional package for ruby-usb
+ This is a transitional package to ease upgrades to the ruby-usb
+ package. It can safely be removed.
+
+Package: libusb-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-usb
+Description: Transitional package for ruby-usb
+ This is a transitional package to ease upgrades to the ruby-usb
+ package. It can safely be removed.
+
+Package: libusb-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-usb
+Description: Transitional package for ruby-usb
+ This is a transitional package to ease upgrades to the ruby-usb
+ package. It can safely be removed.
+

-- 
ruby-usb.git



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