0.6.1-1 release
[manu/suphp.git] / debian / control
1 Source: suphp
2 Section: web
3 Priority: optional
4 Maintainer: Emmanuel Lacour <elacour@home-dn.net>
5 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
6 Standards-Version: 3.6.2
7
8 Package: suphp-common
9 Architecture: any
10 Depends: ${shlibs:Depends}, php4-cgi | php5-cgi, libapache-mod-suphp (= ${Source-Version}) | libapache2-mod-suphp (= ${Source-Version}), ${misc:Depends}
11 Description: Common files for mod suphp
12  Suphp consists of an Apache module (mod_suphp for either apache 1.3.x or
13  apache 2.x) and a setuid root binary (suphp) that is called by the Apache
14  module to change the uid of the process executing the PHP interpreter to the
15  owner of the php script.
16
17 Package: libapache-mod-suphp
18 Architecture: any
19 Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache-common (>= 1.3.20), ${misc:Depends}
20 Description: Apache module to run php scripts with the owner permissions
21  With the use of the suphp setuid root binary (from suphp-common package),
22  this Apache module change the uid of the process executing the PHP
23  interpreter to the owner of the php script
24
25 Package: libapache2-mod-suphp
26 Architecture: any
27 Depends: ${shlibs:Depends}, suphp-common (= ${Source-Version}), apache2-common (>= 2.0.0), ${misc:Depends}
28 Description: Apache2 module to run php scripts with the owner permissions
29  With the use of the suphp setuid root binary (from suphp-common package),
30  this Apache2 module change the uid of the process executing the PHP
31  interpreter to the owner of the php script