diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-03 14:36:20 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:24:15 +0000 |
| commit | 55dbd0e43d4744aa5e1eb4f4f7c8a9cbc68df581 (patch) | |
| tree | 6303024a6e4300f9094ed3a4d51eff2ca8488a7f /debian/control | |
| parent | d73ed8c16a6eaf84a8a40d529668534edb38b443 (diff) | |
| download | boca-55dbd0e43d4744aa5e1eb4f4f7c8a9cbc68df581.tar.gz boca-55dbd0e43d4744aa5e1eb4f4f7c8a9cbc68df581.zip | |
Conflict with mod_php instead of disabling it
The boca-web package will not try to disable Apache's php8.1 module
(mod_php for PHP 8.1) anymore. It will conflict with the package that
provides the offending module for the distribution's current PHP
version, libapache2-mod-php.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index c7af64c..7ea2089 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,7 @@ Description: BOCA - database Package: boca-web Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, boca-common, apache2, php8.1-fpm, php8.1 +Conflicts: libapache2-mod-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 |