diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-22 18:56:08 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-22 18:56:08 +0000 |
| commit | 97b57f14dee0a6ffb8b5f3c3e3397c86858c50c5 (patch) | |
| tree | 7bc3370f548d4650e84f474db5a7ccb02202fa55 | |
| parent | 890961b390d76d45691a518bc1ff58b650af8c16 (diff) | |
| download | boca-97b57f14dee0a6ffb8b5f3c3e3397c86858c50c5.tar.gz boca-97b57f14dee0a6ffb8b5f3c3e3397c86858c50c5.zip | |
d/control: Swap php and php-fpm dependency order
This is done in order to avoid installation of libapache2-mod-php7.2.
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9235bdf..a795ea3 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Description: BOCA - database Package: boca-web Architecture: all -Depends: boca-common, apache2, php, php-fpm +Depends: boca-common, apache2, php-fpm, php Description: BOCA - WEB files 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 |