Actually release
[hcoop/zz_old/debian/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 (>= 7), apache2-prefork-dev (>= 2.2.0), apache2-mpm-prefork (>= 2.2.0) | apache2-mpm-worker (>= 2.2.0), libapr1-dev, docbook-to-man, pkg-config, dpatch
6 Standards-Version: 3.8.2
7
8 Package: suphp-common
9 Architecture: any
10 Depends: ${shlibs:Depends}, php4-cgi | php5-cgi
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: libapache2-mod-suphp
18 Architecture: any
19 Depends: ${shlibs:Depends}, suphp-common (= ${binary:Version}), apache2.2-common
20 Description: Apache2 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 Apache2 module change the uid of the process executing the PHP
23 interpreter to the owner of the php script