Actually release
[hcoop/zz_old/debian/suphp.git] / debian / control
CommitLineData
7013ffb1
EL
1Source: suphp
2Section: web
3Priority: optional
4Maintainer: Emmanuel Lacour <elacour@home-dn.net>
5Build-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
6Standards-Version: 3.8.2
7
8Package: suphp-common
9Architecture: any
10Depends: ${shlibs:Depends}, php4-cgi | php5-cgi
11Description: 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
17Package: libapache2-mod-suphp
18Architecture: any
19Depends: ${shlibs:Depends}, suphp-common (= ${binary:Version}), apache2.2-common
20Description: 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