[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Removing web server dependencies from web apps



Le 06/01/2012 08:56, Thomas Goirand a écrit :

The issue is that most PHP packages in Debian have dependencies on web
servers, most of the time with something like this:

Depends: apache2 | httpd, libapache2-mod-php5 | php5-cgi


For info, web apps which are not in PHP like redmine which use Ruby doesn't depend of apache2 or any other http server.
So why should we depends of it for PHP apps only ?


$ LC_ALL=C apt-cache show redmine
Package: redmine
Version: 1.3.0+dfsg1-1
Installed-Size: 10522
Maintainer: Jérémy Lal <kapouer@melix.org>
Architecture: all
Depends: ruby1.8, ruby-rails-2.3 (>= 2.3.14) | rails (>= 2.3.14), dbconfig-common, redmine-sqlite | redmine-mysql | redmine-pgsql, ruby-coderay, ruby-net-ldap, debconf (>= 0.5) | debconf-2.0
Pre-Depends: debconf
Suggests: libsvn-ruby (>= 1.3), ruby-rmagick, libopenid-ruby


Reply to: