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
|
Source: mod-ruby
Section: web
Priority: optional
Maintainer: Shugo Maeda <shugo@debian.org>
Uploaders: Shugo Maeda <shugo@debian.org>, ARAKI Yasuhiro <ar@debian.org>
Build-Depends: debhelper (>= 4.1.16), apache-dev (>= 1.3.9), apache2-threaded-dev (>= 2.2.3-1) | apache2-prefork-dev (>= 2.2.3-1), ruby1.8, ruby1.8-dev
Standards-Version: 3.6.2
Package: libapache-ruby1.8
Architecture: all
Depends: libruby1.8
Recommends: libapache2-mod-ruby | libapache-mod-ruby
Suggests: libapache2-mod-ruby, libapache-mod-ruby
Conflicts: libapache-mod-ruby (<< 1.2.0)
Description: Ruby libraries for mod_ruby
mod_ruby embeds the Ruby interpreter into the Apache2 web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.
.
This package contains Ruby libraries for mod_ruby.
Package: libapache2-mod-ruby
Architecture: any
Depends: ${shlibs:Depends}, apache2.2-common, libapache-ruby1.8 (= ${source:Version})
Suggests: liberuby (>= 0.9.4)
Description: Embedding Ruby in the Apache2 web server
mod_ruby embeds the Ruby interpreter into the Apache2 web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.
Package: libapache-mod-ruby
Architecture: any
Depends: ${shlibs:Depends}, apache-common, libapache-ruby1.8 (= ${source:Version})
Suggests: liberuby (>= 0.9.4)
Description: Embedding Ruby in the Apache web server
mod_ruby embeds the Ruby interpreter into the Apache web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.
|