From a13cc50ed7cfa1d2c606453127fbb102578b0055 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Fri, 7 Aug 2009 16:08:54 +0200 Subject: [PATCH] Remove php4 dependency as it is no longer available since Debian 5.0 --- debian/conf/suphp.conf | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/conf/suphp.conf b/debian/conf/suphp.conf index dee1850..21b8afe 100644 --- a/debian/conf/suphp.conf +++ b/debian/conf/suphp.conf @@ -13,7 +13,7 @@ # # Use a specific php config file (a dir which contains a php.ini file) -# suPHP_ConfigPath /etc/php4/cgi/suphp/ +# suPHP_ConfigPath /etc/php5/cgi/suphp/ # # Tells mod_suphp NOT to handle requests with the type . # suPHP_RemoveHandler diff --git a/debian/control b/debian/control index 8a40b29..41b9461 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.2 Package: suphp-common Architecture: any -Depends: ${shlibs:Depends}, php4-cgi | php5-cgi +Depends: ${shlibs:Depends}, php5-cgi Description: Common files for mod suphp Suphp consists of an Apache module (mod_suphp for either Apache 1.3.x or Apache 2.x) and a setuid root binary (suphp) that is called by the Apache -- 2.11.0