Remove php4 dependency as it is no longer available since Debian 5.0
authorEmmanuel Lacour <elacour@easter-eggs.com>
Fri, 7 Aug 2009 14:08:54 +0000 (16:08 +0200)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Fri, 7 Aug 2009 14:08:54 +0000 (16:08 +0200)
debian/conf/suphp.conf
debian/control

index dee1850..21b8afe 100644 (file)
@@ -13,7 +13,7 @@
     </Directory>
 
 # # 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 <mime-type>.
 #      suPHP_RemoveHandler <mime-type>
 </IfModule>
index 8a40b29..41b9461 100644 (file)
@@ -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