[DRE-commits] r4403 - in trunk/libbunny-ruby: . debian

Bryan McLellan btm-guest at alioth.debian.org
Wed Dec 2 00:39:49 UTC 2009


Author: btm-guest
Date: 2009-12-02 00:39:49 +0000 (Wed, 02 Dec 2009)
New Revision: 4403

Added:
   trunk/libbunny-ruby/debian/
   trunk/libbunny-ruby/debian/changelog
   trunk/libbunny-ruby/debian/compat
   trunk/libbunny-ruby/debian/control
   trunk/libbunny-ruby/debian/copyright
   trunk/libbunny-ruby/debian/libbunny-ruby-doc.doc-base
   trunk/libbunny-ruby/debian/rules
   trunk/libbunny-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/libbunny-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libbunny-ruby/debian/changelog
===================================================================
--- trunk/libbunny-ruby/debian/changelog	                        (rev 0)
+++ trunk/libbunny-ruby/debian/changelog	2009-12-02 00:39:49 UTC (rev 4403)
@@ -0,0 +1,6 @@
+libbunny-ruby (0.6.0-1) unstable; urgency=low
+
+  * Initial release (Closes: Bug#558979)
+
+ -- Bryan McLellan <btm at loftninjas.org>  Tue, 01 Dec 2009 15:32:02 -0800
+

Added: trunk/libbunny-ruby/debian/compat
===================================================================
--- trunk/libbunny-ruby/debian/compat	                        (rev 0)
+++ trunk/libbunny-ruby/debian/compat	2009-12-02 00:39:49 UTC (rev 4403)
@@ -0,0 +1 @@
+5

Added: trunk/libbunny-ruby/debian/control
===================================================================
--- trunk/libbunny-ruby/debian/control	                        (rev 0)
+++ trunk/libbunny-ruby/debian/control	2009-12-02 00:39:49 UTC (rev 4403)
@@ -0,0 +1,60 @@
+Source: libbunny-ruby
+Section: ruby
+Priority: extra
+Maintainer: Bryan McLellan <btm at loftninjas.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at 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
+Standards-Version: 3.8.3
+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
+ 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.
+ .
+ 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
+ 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.
+ .
+ This package contains bunny libraries for Ruby 1.8.
+
+Package: libbunny-ruby1.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.
+ .
+ This package contains bunny libraries for Ruby 1.9.
+
+Package: libbunny-ruby-doc
+Section: doc
+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.
+ .
+ This package provides generated HTML documentation for libbunny-ruby.
+

Added: trunk/libbunny-ruby/debian/copyright
===================================================================
--- trunk/libbunny-ruby/debian/copyright	                        (rev 0)
+++ trunk/libbunny-ruby/debian/copyright	2009-12-02 00:39:49 UTC (rev 4403)
@@ -0,0 +1,49 @@
+This package was debianized by Bryan McLellan <btm at loftninjas.org> on
+Tue, 01 Dec 2009 16:16:03 -0800.
+
+It was downloaded from <http://http://github.com/celldee/bunny/>
+
+Upstream Author:
+
+    Chris Duncan <celldee at 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.
+
+The Debian packaging is © 2009, Bryan McLellan <btm at 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.
+

Added: trunk/libbunny-ruby/debian/libbunny-ruby-doc.doc-base
===================================================================
--- trunk/libbunny-ruby/debian/libbunny-ruby-doc.doc-base	                        (rev 0)
+++ trunk/libbunny-ruby/debian/libbunny-ruby-doc.doc-base	2009-12-02 00:39:49 UTC (rev 4403)
@@ -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/*
+

Added: trunk/libbunny-ruby/debian/rules
===================================================================
--- trunk/libbunny-ruby/debian/rules	                        (rev 0)
+++ trunk/libbunny-ruby/debian/rules	2009-12-02 00:39:49 UTC (rev 4403)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+


Property changes on: trunk/libbunny-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libbunny-ruby/debian/watch
===================================================================
--- trunk/libbunny-ruby/debian/watch	                        (rev 0)
+++ trunk/libbunny-ruby/debian/watch	2009-12-02 00:39:49 UTC (rev 4403)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/celldee/bunny/([0-9.]*).tar.gz




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