--- libbunny-ruby-0.6.2.orig/debian/README
+++ libbunny-ruby-0.6.2/debian/README
@@ -0,0 +1,4 @@
+Using debhelper 5 for backwards compatibility with lenny, where cdbs=0.4.52 does not support dh7 (0.4.53 does)
+
+ -- Bryan McLellan <btm@loftninjas.org>, Tue, 08 Dec 2009 10:29:12 -0800
+
--- libbunny-ruby-0.6.2.orig/debian/libbunny-ruby-doc.doc-base
+++ libbunny-ruby-0.6.2/debian/libbunny-ruby-doc.doc-base
@@ -0,0 +1,10 @@
+Document: libbunny-ruby-doc
+Title: bunny API documentation
+Author: Chris Duncan
+Abstract: Rdoc-generated API documentation.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/libbunny-ruby-doc/rdoc/index.html
+Files: /usr/share/doc/libbunny-ruby-doc/rdoc/*
+
--- libbunny-ruby-0.6.2.orig/debian/copyright
+++ libbunny-ruby-0.6.2/debian/copyright
@@ -0,0 +1,71 @@
+This package was debianized by Bryan McLellan <btm@loftninjas.org> on
+Tue, 01 Dec 2009 16:16:03 -0800.
+
+It was downloaded from <http://github.com/celldee/bunny/>
+
+Upstream Author:
+
+    Chris Duncan <celldee@gmail.com>
+
+Copyright:
+
+    <Copyright © 2009 Chris Duncan>
+
+License:
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+     
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+     
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ext/ampq-0.8.json + ext/ampq-0.9.1.json:
+    Copyright © 2008-2009 LShift Ltd, Cohesive Financial Technologies LLC,
+      and Rabbit Technologies Ltd
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+    
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+    
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
+The Debian packaging is © 2009, Bryan McLellan <btm@loftninjas.org> and
+is licensed under the Apache License version 2.0. On debian and derived
+systems, see `/usr/share/common-licenses/Apache-2.0' for the complete text.
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+ 
+        http://www.apache.org/licenses/LICENSE-2.0
+ 
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
--- libbunny-ruby-0.6.2.orig/debian/compat
+++ libbunny-ruby-0.6.2/debian/compat
@@ -0,0 +1 @@
+5
--- libbunny-ruby-0.6.2.orig/debian/rules
+++ libbunny-ruby-0.6.2/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+DEB_INSTALL_DOCS_libbunny-ruby += README.rdoc
--- libbunny-ruby-0.6.2.orig/debian/watch
+++ libbunny-ruby-0.6.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/celldee/bunny/([0-9.]*).tar.gz
--- libbunny-ruby-0.6.2.orig/debian/control
+++ libbunny-ruby-0.6.2/debian/control
@@ -0,0 +1,56 @@
+Source: libbunny-ruby
+Section: ruby
+Priority: extra
+Maintainer: Bryan McLellan <btm@loftninjas.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libbunny-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libbunny-ruby/
+Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.14)
+Build-Depends-Indep: graphviz, libsetup-ruby1.8, ruby1.8, ruby1.9.1
+Standards-Version: 3.8.4
+Homepage: http://github.com/celldee/bunny
+
+Package: libbunny-ruby
+Architecture: all
+Depends: libbunny-ruby1.8, ${misc:Depends}
+Suggests: 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. 
+ .
+ This package is a dependency package, which depends on the package
+ containing actual Ruby bunny libraries for the default Ruby version
+ (currently 1.8).
+
+Package: libbunny-ruby1.8
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
+Description: synchronous AMQP client for Ruby 1.8
+ 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.
+
+Package: libbunny-ruby1.9.1
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1
+Description: synchronous AMQP client for Ruby 1.9.1
+ 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.1.
+
+Package: libbunny-ruby-doc
+Section: doc
+Architecture: all
+Depends: libbunny-ruby, ${misc:Depends}
+Description: Documentation for libbunny-ruby
+ 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.
+
--- libbunny-ruby-0.6.2.orig/debian/changelog
+++ libbunny-ruby-0.6.2/debian/changelog
@@ -0,0 +1,32 @@
+libbunny-ruby (0.6.2-3) unstable; urgency=low
+
+  * std-ver -> 3.8.4. No changes needed.
+  * Switch to Ruby 1.9.1. Closes: #569860.
+
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sun, 21 Feb 2010 10:18:15 +0100
+
+libbunny-ruby (0.6.2-2) unstable; urgency=low
+
+  * Fix long descriptions
+
+ -- Bryan McLellan <btm@loftninjas.org>  Fri, 18 Dec 2009 10:43:51 -0800
+
+libbunny-ruby (0.6.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Upstream replaces amqp specs with MIT licensed copies
+
+ -- Bryan McLellan <btm@loftninjas.org>  Fri, 18 Dec 2009 09:23:25 -0800
+
+libbunny-ruby (0.6.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Bryan McLellan <btm@loftninjas.org>  Thu, 03 Dec 2009 14:48:30 -0800
+
+libbunny-ruby (0.6.0-1) unstable; urgency=low
+
+  * Initial release (Closes: Bug#558979)
+
+ -- Bryan McLellan <btm@loftninjas.org>  Tue, 01 Dec 2009 15:32:02 -0800
+
