[DRE-commits] [SCM] ruby-posix-spawn.git branch, master, updated. upstream/0.3.6-2-gc3dffde
Youhei SASAKI
uwabami at gfd-dennou.org
Fri May 11 16:13:56 UTC 2012
The following commit has been merged in the master branch:
commit c3dffde92ac10983f2179e16634edd495da50624
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Sat May 12 01:13:48 2012 +0900
Update long description
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
diff --git a/debian/control b/debian/control
index 1af5862..2fe48c6 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: ruby-posix-spawn
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Implementation of posix_spawn(2) for faster process spawning
+Description: Ruby Implementation of posix_spawn(2) for faster process spawning
The posix-spawn library aims to implement a subset of the Ruby 1.9
`Process::spawn` interface in a way that takes advantage of fast
process spawning interfaces when available and provides sane fallbacks
@@ -26,4 +26,4 @@ Description: Implementation of posix_spawn(2) for faster process spawning
is followed by one of the exec family of functions to spawn child
processes (`Kernel#system`,`IO::popen`, `Process::spawn`, etc.), it's
possible to remove this overhead by using the use of special process
- spawning interfaces (`posix_spawn()`, `vfork()`, etc.)
\ No newline at end of file
+ spawning interfaces (`posix_spawn()`, `vfork()`, etc.)
--
ruby-posix-spawn.git
More information about the Pkg-ruby-extras-commits
mailing list