[DRE-commits] r5596 - in trunk/libstomp-ruby: . debian debian/source
Bryan McLellan
btm-guest at alioth.debian.org
Wed Jun 16 22:58:31 UTC 2010
Author: btm-guest
Date: 2010-06-16 22:58:31 +0000 (Wed, 16 Jun 2010)
New Revision: 5596
Added:
trunk/libstomp-ruby/debian/
trunk/libstomp-ruby/debian/changelog
trunk/libstomp-ruby/debian/compat
trunk/libstomp-ruby/debian/control
trunk/libstomp-ruby/debian/copyright
trunk/libstomp-ruby/debian/rules
trunk/libstomp-ruby/debian/source/
trunk/libstomp-ruby/debian/source/format
trunk/libstomp-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications (1.0.4-2) to trunk
Property changes on: trunk/libstomp-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/libstomp-ruby/debian/changelog
===================================================================
--- trunk/libstomp-ruby/debian/changelog (rev 0)
+++ trunk/libstomp-ruby/debian/changelog 2010-06-16 22:58:31 UTC (rev 5596)
@@ -0,0 +1,15 @@
+libstomp-ruby (1.0.4-2) unstable; urgency=low
+
+ * Bump standards version to 3.8.4
+ * Switch to ruby 1.9.1 (Closes: #569857, #577888)
+ * Switch to dpkg-source 3.0 (quilt) format
+ * Add Debian Ruby Extras team
+
+ -- Bryan McLellan <btm at loftninjas.org> Sat, 12 Jun 2010 00:08:49 +0000
+
+libstomp-ruby (1.0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: Bug#513324)
+
+ -- Bryan McLellan <btm at loftninjas.org> Mon, 26 Jan 2009 20:38:53 -0800
+
Added: trunk/libstomp-ruby/debian/compat
===================================================================
--- trunk/libstomp-ruby/debian/compat (rev 0)
+++ trunk/libstomp-ruby/debian/compat 2010-06-16 22:58:31 UTC (rev 5596)
@@ -0,0 +1 @@
+5
Added: trunk/libstomp-ruby/debian/control
===================================================================
--- trunk/libstomp-ruby/debian/control (rev 0)
+++ trunk/libstomp-ruby/debian/control 2010-06-16 22:58:31 UTC (rev 5596)
@@ -0,0 +1,62 @@
+Source: libstomp-ruby
+Section: libs
+Priority: extra
+Maintainer: Bryan McLellan <btm at loftninjas.org>
+Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.14)
+Build-Depends-Indep: graphviz, ruby1.8, ruby1.9.1
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Standards-Version: 3.8.4
+Homepage: http://rubyforge.org/projects/stomp/
+
+Package: libstomp-ruby
+Architecture: all
+Depends: libstomp-ruby1.8, ${misc:Depends}
+Suggests: libstomp-ruby-doc
+Description: Ruby bindings for the stomp messaging protocol
+ Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
+ type systems. This library provides two useful interfaces, a low-
+ level class, Stomp::Connection, which is a basic protocol
+ implementation, and Stomp::Client, which is designed as a higher
+ level convenience API.
+ .
+ This package is a dependency package, which depends on the package
+ containing actual Ruby stomp libraries for the default Ruby version
+ (currently 1.8).
+
+Package: libstomp-ruby1.8
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
+Description: Ruby 1.8 bindings for the stomp messaging protocol
+ Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
+ type systems. This library provides two useful interfaces, a low-
+ level class, Stomp::Connection, which is a basic protocol
+ implementation, and Stomp::Client, which is designed as a higher
+ level convenience API.
+ .
+ This package contains stomp libraries for Ruby 1.8.
+
+Package: libstomp-ruby1.9.1
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1
+Description: Ruby 1.9.1 bindings for the stomp messaging protocol
+ Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
+ type systems. This library provides two useful interfaces, a low-
+ level class, Stomp::Connection, which is a basic protocol
+ implementation, and Stomp::Client, which is designed as a higher
+ level convenience API.
+ .
+ This package contains stomp libraries for Ruby 1.9.1.
+
+Package: libstomp-ruby-doc
+Section: doc
+Architecture: all
+Depends: libstomp-ruby, ${misc:Depends}
+Description: Documentation for libstomp-ruby
+ Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
+ type systems. This library provides two useful interfaces, a low-
+ level class, Stomp::Connection, which is a basic protocol
+ implementation, and Stomp::Client, which is designed as a higher
+ level convenience API.
+ .
+ This package provides generated HTML documentation for libstomp-ruby.
+
Added: trunk/libstomp-ruby/debian/copyright
===================================================================
--- trunk/libstomp-ruby/debian/copyright (rev 0)
+++ trunk/libstomp-ruby/debian/copyright 2010-06-16 22:58:31 UTC (rev 5596)
@@ -0,0 +1,21 @@
+This package was debianized by Bryan McLellan <btm at loftninjas.org> on
+Mon, 26 Jan 2009 20:38:53 -0800.
+
+It was downloaded from <http://rubyforge.org/projects/stomp/>
+
+Upstream Author:
+
+ Brian McCallister <brianm at apache.org>
+
+Copyright:
+
+ <Copyright © 2005-2006 Brian McCallister>
+ <Copyright © 2006 LogicBlaze Inc>
+
+License:
+
+ This software is licensed under the the Apache 2.0 license,
+ please see '/usr/share/common-licenses/Apache-2.0'
+
+The Debian packaging is © 2009, Bryan McLellan <btm at loftninjas.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: trunk/libstomp-ruby/debian/rules
===================================================================
--- trunk/libstomp-ruby/debian/rules (rev 0)
+++ trunk/libstomp-ruby/debian/rules 2010-06-16 22:58:31 UTC (rev 5596)
@@ -0,0 +1,4 @@
+#!/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/libstomp-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libstomp-ruby/debian/source/format
===================================================================
--- trunk/libstomp-ruby/debian/source/format (rev 0)
+++ trunk/libstomp-ruby/debian/source/format 2010-06-16 22:58:31 UTC (rev 5596)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/libstomp-ruby/debian/watch
===================================================================
--- trunk/libstomp-ruby/debian/watch (rev 0)
+++ trunk/libstomp-ruby/debian/watch 2010-06-16 22:58:31 UTC (rev 5596)
@@ -0,0 +1,3 @@
+version=2
+http://rubyforge.org/frs/?group_id=1010 \
+ .*/stomp-([\d\.]*).gem
More information about the Pkg-ruby-extras-commits
mailing list