X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=debian%2Fcontrol;h=356366011d16b830c48b915ef56f8589a2e69575;hp=dba950045dfce75314598e6dd55167f947f9bfbb;hb=47bcf8ba77fa8011f9be728c23dbe6915d70251b;hpb=728a5b3f000f892e52ecea98fcc8f0c5d7275b7b diff --git a/debian/control b/debian/control index dba9500..3563660 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: suphp -Section: admin +Section: web Priority: optional Maintainer: Emmanuel Lacour -Build-Depends: debhelper (>> 3.0.0), apache-dev (>= 1.3.20), apache2-prefork-dev (>= 2.0.0), apache2-mpm-prefork (>= 2.0.0), docbook-to-man -Standards-Version: 3.6.1 +Build-Depends: debhelper (>> 4.1.16), apache-dev (>= 1.3.20), apache2-prefork-dev (>= 2.0.0), apache2-mpm-prefork (>= 2.0.0), libapr0-dev (>= 2.0.0), docbook-to-man +Standards-Version: 3.6.2 Package: suphp-common Architecture: any -Depends: ${shlibs:Depends}, php4-cgi, libapache-mod-suphp (= ${Source-Version}) | libapache2-mod-suphp (= ${Source-Version}) +Depends: ${shlibs:Depends}, php4-cgi | php5-cgi, libapache-mod-suphp (= ${Source-Version}) | libapache2-mod-suphp (= ${Source-Version}), ${misc:Depends} 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 @@ -16,7 +16,7 @@ Description: Common files for mod suphp Package: libapache-mod-suphp Architecture: any -Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache-common (>= 1.3.20) +Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache-common (>= 1.3.20), ${misc:Depends} Description: Apache module to run php scripts with the owner permissions With the use of the suphp setuid root binary (from suphp-common package), this Apache module change the uid of the process executing the PHP @@ -24,7 +24,7 @@ Description: Apache module to run php scripts with the owner permissions Package: libapache2-mod-suphp Architecture: any -Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache2-common (>= 2.0.0) +Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache2-common (>= 2.0.0), ${misc:Depends} Description: Apache2 module to run php scripts with the owner permissions With the use of the suphp setuid root binary (from suphp-common package), this Apache2 module change the uid of the process executing the PHP