More move to dh_apache2 (no longer compatible with apache < 2.4)
[manu/suphp.git] / debian / control
1 Source: suphp
2 Section: httpd
3 Priority: optional
4 Maintainer: Emmanuel Lacour <elacour@home-dn.net>
5 Build-Depends: debhelper (>= 9), apache2-dev (>= 2.4), apache2-api-20120211, libapr1-dev, docbook-to-man, pkg-config, dh-autoreconf, autotools-dev, quilt, dh-apache2
6 Standards-Version: 3.9.3
7
8 Package: suphp-common
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}, 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}, ${misc:Depends}, suphp-common (= ${binary:Version}), apache2-api-20120211
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.