File: control

package info (click to toggle)
ruby-subexec 0.2.3%2Bgh-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 116 kB
  • sloc: ruby: 156; sh: 3; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ruby-subexec
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Markus Tornow <tornow@riseup.net>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), rake, ruby-rspec 
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-subexec.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-subexec.git;a=summary
Homepage: http://github.com/nulayer/subexec
XS-Ruby-Versions: all

Package: ruby-subexec
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: mechanism for spawning a subprocess
 Subexec is a simple library that spawns an external command. It has an
 optional timeout parameter, useful for libraries which are wrappers for
 external command line programs and which may sometimes fail ever to
 return control back to the original process.