[DRE-commits] r4477 - trunk/libbunny-ruby/debian

Bryan McLellan btm-guest at alioth.debian.org
Fri Dec 18 18:44:07 UTC 2009


Author: btm-guest
Date: 2009-12-18 18:44:06 +0000 (Fri, 18 Dec 2009)
New Revision: 4477

Modified:
   trunk/libbunny-ruby/debian/changelog
   trunk/libbunny-ruby/debian/control
Log:
fix long descriptions


Modified: trunk/libbunny-ruby/debian/changelog
===================================================================
--- trunk/libbunny-ruby/debian/changelog	2009-12-18 17:55:23 UTC (rev 4476)
+++ trunk/libbunny-ruby/debian/changelog	2009-12-18 18:44:06 UTC (rev 4477)
@@ -1,3 +1,9 @@
+libbunny-ruby (0.6.2-2) unstable; urgency=low
+
+  * Fix long descriptions
+
+ -- Bryan McLellan <btm at loftninjas.org>  Fri, 18 Dec 2009 10:43:51 -0800
+
 libbunny-ruby (0.6.2-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libbunny-ruby/debian/control
===================================================================
--- trunk/libbunny-ruby/debian/control	2009-12-18 17:55:23 UTC (rev 4476)
+++ trunk/libbunny-ruby/debian/control	2009-12-18 18:44:06 UTC (rev 4477)
@@ -15,10 +15,9 @@
 Depends: libbunny-ruby1.8, ${misc:Depends}
 Suggests: libbunny-ruby-doc
 Description: synchronous Ruby AMQP client
- This library provides a number of lightweight Ruby class extensions
- extracted from DataMapper. Examples include a Mash class, which is a 
- Hash with indifferent access and an added blank? method to most 
- standard variable classes.
+ 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. 
  .
  This package is a dependency package, which depends on the package
  containing actual Ruby bunny libraries for the default Ruby version
@@ -28,10 +27,9 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
 Description: synchronous AMQP client for Ruby 1.8
- This library provides a number of lightweight Ruby class extensions
- extracted from DataMapper. Examples include a Mash class, which is a 
- Hash with indifferent access and an added blank? method to most 
- standard variable classes.
+ 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. 
  .
  This package contains bunny libraries for Ruby 1.8.
 
@@ -39,10 +37,9 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9
 Description: synchronous AMQP client for Ruby 1.9
- This library provides a number of lightweight Ruby class extensions
- extracted from DataMapper. Examples include a Mash class, which is a 
- Hash with indifferent access and an added blank? method to most 
- standard variable classes.
+ 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. 
  .
  This package contains bunny libraries for Ruby 1.9.
 
@@ -51,10 +48,9 @@
 Architecture: all
 Depends: libbunny-ruby, ${misc:Depends}
 Description: Documentation for libbunny-ruby
- This library provides a number of lightweight Ruby class extensions
- extracted from DataMapper. Examples include a Mash class, which is a 
- Hash with indifferent access and an added blank? method to most 
- standard variable classes.
+ 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. 
  .
  This package provides generated HTML documentation for libbunny-ruby.
 




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