Discussion:
gitweb: should depend on httpd, not httpd-cgi
Jonathan Nieder
2010-10-16 22:50:55 UTC
Permalink
# a spurious dependency does not render a package unusable
severity 600413 important
quit

Hi,
The newly introduced dependency doesn't work if you are deploying it
using a server that doesn't provide CGI (like nginx).
Ah, good point. What should the dependency be?

Maybe:

Depends: httpd
Suggests: apache2 | httpd-cgi

Ideally one would want a standardized way to configure a webapp
for webservers that provide fastcgi and a corresponding virtual
package, but I don't think we're there yet.
--
To UNSUBSCRIBE, email to debian-webapps-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: http://lists.debian.org/***@burratino
Servilio Afre Puentes
2010-10-17 02:11:46 UTC
Permalink
Post by Jonathan Nieder
# a spurious dependency does not render a package unusable
But it can't be upgraded unless you are willing to install one of the
packages providing httpd-cgi or apache. Worst, you can't upgrade git
either, as there is a versioned dependency between git and gitweb.

[...]
Post by Jonathan Nieder
Ideally one would want a standardized way to configure a webapp
for webservers that provide fastcgi and a corresponding virtual
package, but I don't think we're there yet.
Exactly, but depending on httpd only might be enough for now.

Servilio

Loading...