[DRE-commits] r3375 - in packages-wip/libbackgroundrb-ruby/trunk: . debian

Micah Anderson micah at alioth.debian.org
Thu Apr 9 02:46:28 UTC 2009


Author: micah
Date: 2009-04-09 02:46:28 +0000 (Thu, 09 Apr 2009)
New Revision: 3375

Added:
   packages-wip/libbackgroundrb-ruby/trunk/debian/
   packages-wip/libbackgroundrb-ruby/trunk/debian/changelog
   packages-wip/libbackgroundrb-ruby/trunk/debian/compat
   packages-wip/libbackgroundrb-ruby/trunk/debian/control
   packages-wip/libbackgroundrb-ruby/trunk/debian/copyright
   packages-wip/libbackgroundrb-ruby/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libbackgroundrb-ruby/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages-wip/libbackgroundrb-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/changelog	2009-04-09 02:46:28 UTC (rev 3375)
@@ -0,0 +1,5 @@
+libbackgroundrb-ruby (1.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #522637)
+
+ -- Micah Anderson <micah at debian.org>  Wed, 08 Apr 2009 21:11:51 -0400

Added: packages-wip/libbackgroundrb-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/compat	2009-04-09 02:46:28 UTC (rev 3375)
@@ -0,0 +1 @@
+4

Added: packages-wip/libbackgroundrb-ruby/trunk/debian/control
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/control	2009-04-09 02:46:28 UTC (rev 3375)
@@ -0,0 +1,41 @@
+Source: libbackgroundrb-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Micah Anderson <micah at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 4.0.0), 
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
+Standards-Version: 3.7.2
+
+Package: libbackgroundrb-ruby
+Architecture: all
+Depends: libbackgroundrb-ruby1.8
+Description: BackgrounDRb is a job server and scheduler for moving long-running tasks into the background
+ BackgrounDRb is a Ruby job server and scheduler. Its main intent is to
+ be used with Ruby on Rails applications for offloading long-running
+ tasks. 
+ .
+ Since a Rails application blocks while serving a request it is best to
+ move long-running tasks off into a background process that is
+ divorced from http request/response cycle. 
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libbackgroundrb-ruby1.8
+Architecture: all
+Depends: ruby, libpacket-ruby1.8
+Description: BackgrounDRb is a job server and scheduler for moving long-running tasks into the background
+ BackgrounDRb is a Ruby job server and scheduler. Its main intent is to
+ be used with Ruby on Rails applications for offloading long-running
+ tasks. 
+ .
+ Since a Rails application blocks while serving a request it is best to
+ move long-running tasks off into a background process that is
+ divorced from http request/response cycle. 
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.

Added: packages-wip/libbackgroundrb-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/copyright	2009-04-09 02:46:28 UTC (rev 3375)
@@ -0,0 +1,29 @@
+This package was debianized by Micah Anderson <micah at debian.org> on
+Wed, 08 Apr 2008 19:18:00 +0200.
+
+It was downloaded from http://packet.googlecode.com/svn/trunk
+
+License:
+
+Copyright (c) 2007 Hemant Kumar ( mail [at] gnufied [dot] org )
+Copyright (c) 2006 Ezra Zygmuntowicz and skaar[at]waste[dot]org
+
+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.
+

Added: packages-wip/libbackgroundrb-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/rules	2009-04-09 02:46:28 UTC (rev 3375)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Ruby Breakpoint package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


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




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