diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2017-08-28 14:32:34 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2017-08-28 14:32:34 +0000 |
| commit | 677742a3573e62e04b34df8311c2f17324e0934c (patch) | |
| tree | 7dc3525d1e75cfb7397a59dba9b588ab5a5018a1 /debian/control | |
| parent | 1ad23a26e7c79ee682ba4099cfbfe946fd1e4f1d (diff) | |
| download | boca-677742a3573e62e04b34df8311c2f17324e0934c.tar.gz boca-677742a3573e62e04b34df8311c2f17324e0934c.zip | |
control: Change boca depends libapache2-mod-php -> php-fpm
php-fpm allows apache2 to be used with the mpm_worker mod instead of
mpm_prefork.
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e1fbb60..46f993d 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Description: Virtual package that depends on BOCA Package: boca Architecture: amd64 -Depends: php-zip, debootstrap, schroot, quotatool, makepasswd, apache2, libapache2-mod-php, sharutils, wget, coreutils, php, php-cli, php-mcrypt, php-pgsql, php-gd, postgresql, postgresql-client, libany-uri-escape-perl +Depends: php-zip, debootstrap, schroot, quotatool, makepasswd, apache2, php-fpm, sharutils, wget, coreutils, php, php-cli, php-mcrypt, php-pgsql, php-gd, postgresql, postgresql-client, libany-uri-escape-perl Description: BOCA is a software created to control a contest with the ACM ICPC rules. BOCA is a software created to control a contest with the ACM International Collegiate Programming Contest rules. It has been developed in PHP and the |