summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2007-08-01 20:26:17 +0000
committerPierre Habouzit <madcoder@debian.org>2007-08-01 20:26:17 +0000
commita2105b53fb72dff9b0e665b34700147206ea105c (patch)
treeaa0c457aedbaeec630e0544fecb492ecc4a8e9c7
parent4caecd27dc8c8c4ecf2b7687b71a0d35abf985c8 (diff)
downloadlighttpd-a2105b53fb72dff9b0e665b34700147206ea105c.tar.gz
Don't recommand php5-cgi. It gives no additionnal feature to lighty.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control1
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b6182ce..9678753 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,9 +16,13 @@ lighttpd (1.4.16-2) unstable; urgency=low
* debian/control: replace lighttpd dependency on perl with
libterm-readline-perl-perl as Readline.pm is needed for lighty-enable-mod
(closes: #435077).
- * debian/control: Add myself to uploaders (closes: #401575).
+ * debian/control:
+ + Add myself to uploaders (closes: #401575).
+ + Drop Recommands on php5-cgi, there is absolutely no reason to have it,
+ or we would have to recommend ruby, python, lua, perl, .... and every
+ $language on earth to be fair. (closes: #435587).
- -- Pierre Habouzit <madcoder@debian.org> Sun, 29 Jul 2007 17:22:21 +0200
+ -- Pierre Habouzit <madcoder@debian.org> Wed, 01 Aug 2007 22:24:01 +0200
lighttpd (1.4.16-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c7bcaef..91fd8c0 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Architecture: any
Depends: ${shlibs:Depends}, lsb-base (>= 3.0-3), mime-support, libterm-readline-perl-perl
Provides: httpd, httpd-cgi
Suggests: openssl, rrdtool, apache2-utils
-Recommends: php5-cgi
Description: A fast webserver with minimal memory footprint
lighttpd is a small webserver and fast webserver developed with
security in mind and a lot of features.