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 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: passenger
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: apache2 (>= 2.4),
apache2-dev (>= 2.4),
asciidoc (>= 8.2),
debhelper-compat (= 13),
dh-autoreconf,
doxygen,
gem2deb,
graphviz,
libapr1-dev,
libcurl4-openssl-dev,
libev-dev,
libssl-dev,
libuv1-dev,
rake,
ruby-mizuho,
source-highlight,
zlib1g-dev
Standards-Version: 4.5.1
Homepage: https://www.phusionpassenger.com/
Vcs-Git: https://salsa.debian.org/ruby-team/passenger.git
Vcs-Browser: https://salsa.debian.org/ruby-team/passenger
XS-Ruby-Versions: all
Package: passenger
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-rack,
${misc:Depends},
${shlibs:Depends}
Suggests: nodejs,
python3,
rails
Breaks: libapache2-mod-passenger (<< 3.0.11debian),
ruby-passenger (<< 4.0.53-2~)
Replaces: libapache2-mod-passenger (<< 3.0.11debian),
ruby-passenger (<< 4.0.53-2~)
Description: web application server
Phusion Passenger is a web server and application server, designed to be fast,
robust and lightweight. It takes a lot of complexity out of deploying web
apps, adds powerful enterprise-grade features that are useful in production,
and makes administration much easier and less complex. Phusion Passenger
supports Ruby, Python, Node.js and Meteor.
Package: libapache2-mod-passenger
Architecture: any
Section: httpd
Depends: passenger (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: web application server - apache2 integration
Phusion Passenger is a web server and application server, designed to be fast,
robust and lightweight. It takes a lot of complexity out of deploying web
apps, adds powerful enterprise-grade features that are useful in production,
and makes administration much easier and less complex. Phusion Passenger
supports Ruby, Python, Node.js and Meteor.
.
This package contains the apache2 module.
|