[DRE-commits] [SCM] ruby-systemtimer.git branch, master, updated. upstream/1.2.3-5-g6ed8fbb

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Jan 18 14:42:13 UTC 2012


The following commit has been merged in the master branch:
commit ff0785cb6d291b382385b7f281aac3dc17c161a7
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Jan 18 20:02:32 2012 +0530

    updating control
    
    - add myself to uploaders
    - ruby-dust and ruby-mocha added to build depends
    - uncomment vcs fields
    - add homepage
    - build only for ruby1.8
    - change binary dependency to ruby1.8
    - update descriptions

diff --git a/debian/control b/debian/control
index e8660aa..775b743 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,22 @@ Source: ruby-systemtimer
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Praveen Arimbrathodiyil <pravi.a at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), 
+ ruby-dust, ruby-mocha
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-systemtimer.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-systemtimer.git;a=summary
-Homepage: FIXME
-XS-Ruby-Versions: all
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-systemtimer.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-systemtimer.git;a=summary
+Homepage: https://github.com/ph7/system-timer
+XS-Ruby-Versions: ruby1.8
 
 Package: ruby-systemtimer
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
+Description: System Timer provides consistent timeout based on signals
+ System Timer, a timer based on underlying `SIGALRM` system timers, is a
+ solution to Ruby processes which hang beyond the time limit when accessing
+ external resources. This is useful when `timeout.rb`, which, on M.R.I 1.8,
+ relies on green threads, does not work consistently.

-- 
ruby-systemtimer.git



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