[DRE-commits] r3479 - packages-wip/libbackgroundrb-ruby/trunk/debian

Ryan Niebur ryan52-guest at alioth.debian.org
Tue Apr 28 06:22:05 UTC 2009


Author: ryan52-guest
Date: 2009-04-28 06:22:05 +0000 (Tue, 28 Apr 2009)
New Revision: 3479

Modified:
   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:
some fixes, not done yet

Modified: packages-wip/libbackgroundrb-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/changelog	2009-04-28 05:14:45 UTC (rev 3478)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/changelog	2009-04-28 06:22:05 UTC (rev 3479)
@@ -1,9 +1,9 @@
-libbackgroundrb-ruby (1.2-1) UNRELEASED; urgency=low
+libbackgroundrb-ruby (1.1-1) UNRELEASED; urgency=low
 
   [ Micah Anderson ]
   * Initial release. (Closes: #522637)
 
-  [ Gunnar Wolf ]
-  * Changed section to Ruby as per ftp-masters' request
+  [ Ryan Niebur ]
+  * Finished packaging
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Apr 2009 15:53:14 -0500
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 27 Apr 2009 23:18:20 -0700

Modified: packages-wip/libbackgroundrb-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/compat	2009-04-28 05:14:45 UTC (rev 3478)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/compat	2009-04-28 06:22:05 UTC (rev 3479)
@@ -1 +1 @@
-4
+5

Modified: packages-wip/libbackgroundrb-ruby/trunk/debian/control
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/control	2009-04-28 05:14:45 UTC (rev 3478)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/control	2009-04-28 06:22:05 UTC (rev 3479)
@@ -1,16 +1,16 @@
 Source: libbackgroundrb-ruby
 Section: ruby
 Priority: optional
-Maintainer: Micah Anderson <micah at debian.org>
+Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 4.0.0), 
+Build-Depends: cdbs, debhelper (>= 5)
 Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
-Standards-Version: 3.7.2
+Standards-Version: 3.8.1
 
 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
+Depends: ${misc:Depends}, libbackgroundrb-ruby1.8
+Description: 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. 
@@ -27,8 +27,8 @@
 
 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
+Depends: ${misc:Depends}, ruby, libpacket-ruby1.8
+Description: 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. 

Modified: packages-wip/libbackgroundrb-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/copyright	2009-04-28 05:14:45 UTC (rev 3478)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/copyright	2009-04-28 06:22:05 UTC (rev 3479)
@@ -1,7 +1,7 @@
 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
+It was downloaded from http://github.com/gnufied/backgroundrb/tree/master
 
 License:
 

Modified: packages-wip/libbackgroundrb-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libbackgroundrb-ruby/trunk/debian/rules	2009-04-28 05:14:45 UTC (rev 3478)
+++ packages-wip/libbackgroundrb-ruby/trunk/debian/rules	2009-04-28 06:22:05 UTC (rev 3479)
@@ -1,6 +1,4 @@
 #!/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




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