[DRE-commits] [SCM] ruby-bunny.git branch, master, updated. upstream/0.7.8-7-g8235f8f

Praveen Arimbrathodiyil pravi.a at gmail.com
Sat Jan 14 16:19:48 UTC 2012


The following commit has been merged in the master branch:
commit cc6a46cda6646473de13d4e490b205f4659c2565
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Sat Jan 14 21:42:10 2012 +0530

    update control file
    
    - add myself to uploaders
    - add ruby-rspec and rabbitmq-server to build-depends
    - uncommet vcs fields
    - update descriptions
    - add transitional packages

diff --git a/debian/control b/debian/control
index 85d4cda..a507e18 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,13 @@ Source: ruby-bunny
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Bryan McLellan <btm at loftninjas.org>, Praveen Arimbrathodiyil <pravi.a at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), 
+ ruby-rspec, rabbitmq-server
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bunny.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bunny.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bunny.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bunny.git;a=summary
 Homepage: http://github.com/ruby-amqp/bunny
 XS-Ruby-Versions: all
 
@@ -15,5 +16,47 @@ Package: ruby-bunny
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Synchronous Ruby AMQP 0.9.1 client
- A synchronous Ruby AMQP client that enables interaction with AMQP-compliant brokers.
+Replaces: libbunny-ruby (<< 0.7.8-1~), libbunny-ruby1.8 (<< 0.7.8-1~), libbunny-ruby1.9.1 (<< 0.7.8-1~), libbunny-ruby-doc (<< 0.7.8-1~)
+Breaks: libbunny-ruby (<< 0.7.8-1~), libbunny-ruby1.8 (<< 0.7.8-1~), libbunny-ruby1.9.1 (<< 0.7.8-1~), libbunny-ruby-doc (<< 0.7.8-1~)
+Provides: libbunny-ruby, libbunny-ruby1.8, libbunny-ruby1.9.1, libbunny-ruby-doc
+Description: Synchronous Ruby AMQP client
+ Bunny is an AMQP (Advanced Message Queuing Protocol) client, written in Ruby,
+ that is intended to allow you to interact with AMQP-compliant message
+ brokers/servers such as RabbitMQ in a synchronous fashion.
+
+# Transitional packages
+Package: libbunny-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-bunny
+Description: Transitional package for ruby-bunny
+ This is a transitional package to ease upgrades to the ruby-bunny
+ package. It can safely be removed.
+
+Package: libbunny-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-bunny
+Description: Transitional package for ruby-bunny
+ This is a transitional package to ease upgrades to the ruby-bunny
+ package. It can safely be removed.
+
+Package: libbunny-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-bunny
+Description: Transitional package for ruby-bunny
+ This is a transitional package to ease upgrades to the ruby-bunny
+ package. It can safely be removed.
+
+Package: libbunny-ruby-doc
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-bunny
+Description: Transitional package for ruby-bunny
+ This is a transitional package to ease upgrades to the ruby-bunny
+ package. It can safely be removed.

-- 
ruby-bunny.git



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