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 41 42 43 44 45 46 47 48 49 50
|
Source: ruby-open4
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>, Roberto C. Sanchez <roberto@connexer.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-open4.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-open4.git;a=summary
Homepage: https://github.com/ahoward/open4
XS-Ruby-Versions: all
Package: ruby-open4
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Replaces: libopen4-ruby (<< 1.1.0-1~), libopen4-ruby1.8 (<< 1.1.0-1~), libopen4-ruby1.9.1 (<< 1.1.0-1~)
Breaks: libopen4-ruby (<< 1.1.0-1~), libopen4-ruby1.8 (<< 1.1.0-1~), libopen4-ruby1.9.1 (<< 1.1.0-1~)
Provides: libopen4-ruby, libopen4-ruby1.8, libopen4-ruby1.9.1
Depends: ${misc:Depends}, ruby | ruby-interpreter
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.
Package: libopen4-ruby
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-open4
Description: Transitional package for ruby-open4
This is a transitional package to ease upgrades to the ruby-open4
package. It can safely be removed.
Package: libopen4-ruby1.8
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-open4
Description: Transitional package for ruby-open4
This is a transitional package to ease upgrades to the ruby-open4
package. It can safely be removed.
Package: libopen4-ruby1.9.1
Section: oldlibs
Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-open4
Description: Transitional package for ruby-open4
This is a transitional package to ease upgrades to the ruby-open4
package. It can safely be removed.
|