From: Emmanuel Lacour Date: Wed, 18 Apr 2012 12:11:02 +0000 (+0200) Subject: Add missed ${misc:Depends} X-Git-Tag: 0.7.1-1.1~11 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=commitdiff_plain;h=6fc4c084c4cd0e5b0c30017e6684d1837c37dc86 Add missed ${misc:Depends} --- diff --git a/debian/control b/debian/control index 93331a2..c5aa662 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.3 Package: suphp-common Architecture: any -Depends: ${shlibs:Depends}, php5-cgi +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 @@ -16,7 +16,7 @@ Description: Common files for mod suphp Package: libapache2-mod-suphp Architecture: any -Depends: ${shlibs:Depends}, suphp-common (= ${binary:Version}), apache2.2-common +Depends: ${shlibs:Depends}, ${misc:Depends}, suphp-common (= ${binary:Version}), 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