X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=debian%2Fcontrol;h=0db4e0b8245afc104d79de55defe7eb0c3852310;hp=183fec430f418bc78cdb8425fe7dbfc9aab8a3b3;hb=04d840a1a523f3c456d7535159b28a989e7d302c;hpb=1d5c20a335c25ab89adf2e0d3d74c810b679e719 diff --git a/debian/control b/debian/control index 183fec4..0db4e0b 100644 --- a/debian/control +++ b/debian/control @@ -1,31 +1,23 @@ Source: suphp -Section: web +Section: httpd Priority: optional Maintainer: Emmanuel Lacour -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 +Build-Depends: debhelper (>= 9), apache2-prefork-dev (>= 2.2.0) | apache2-dev (>= 2.4), apache2-api-20120211 | apache2-mpm-prefork (>= 2.2.0) | apache2-mpm-worker (>= 2.2.0), libapr1-dev, docbook-to-man, pkg-config, dh-autoreconf, autotools-dev, quilt +Standards-Version: 3.9.3 Package: suphp-common Architecture: any -Depends: ${shlibs:Depends}, php4-cgi | php5-cgi, libapache-mod-suphp (= ${Source-Version}) | libapache2-mod-suphp (= ${Source-Version}), ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc: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 + 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 module to change the uid of the process executing the PHP interpreter to the owner of the php script. -Package: libapache-mod-suphp -Architecture: any -Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache-common (>= 1.3.20) -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 - interpreter to the owner of the php script - Package: libapache2-mod-suphp Architecture: any -Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache2-common (>= 2.0.0) -Description: Apache2 module to run php scripts with the owner permissions +Depends: ${shlibs:Depends}, ${misc:Depends}, suphp-common (= ${binary:Version}), apache2-api-20120211 | apache2.2-common +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 - interpreter to the owner of the php script + interpreter to the owner of the php script.