1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libopen4-ruby
Section: ruby
Priority: extra
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.17)
Standards-Version: 3.8.4
Homepage: http://www.codeforpeople.com/lib/ruby/open4/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libopen4-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libopen4-ruby/
Package: libopen4-ruby
Architecture: all
Depends: libopen4-ruby1.8, ${misc:Depends}
Description: library for managing child processes in Ruby
Open4 lets you open child process with handles on pid, stdin, stdout, and
stderr: manage child processes and their I/O handles easily.
.
This is a dependency package which depends on Debian's default Ruby version
(currently 1.8).
Package: libopen4-ruby1.8
Architecture: all
Depends: ruby1.8, ${misc:Depends}
Replaces: libcommandline-ruby1.8 (<< 0.7.10-10~)
Description: library for managing child processes (Ruby 1.8)
Open4 lets you open child process with handles on pid, stdin, stdout, and
stderr: manage child processes and their I/O handles easily.
.
This package is built for Ruby 1.8.
Package: libopen4-ruby1.9.1
Architecture: all
Depends: ruby1.9.1, ${misc:Depends}
Description: library for managing child processes (Ruby 1.9.1)
Open4 lets you open child process with handles on pid, stdin, stdout, and
stderr: manage child processes and their I/O handles easily.
.
This package is built for Ruby 1.9.1.
|