From: Emmanuel Lacour Date: Fri, 7 Aug 2009 14:08:54 +0000 (+0200) Subject: Remove php4 dependency as it is no longer available since Debian 5.0 X-Git-Tag: 0.7.1-1.1~23 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=commitdiff_plain;h=a13cc50ed7cfa1d2c606453127fbb102578b0055 Remove php4 dependency as it is no longer available since Debian 5.0 --- 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