Require apache2 to use its scripts

* we need a2enmod and apache2-mpm-itk is no more provide since at least stretch
This commit is contained in:
Camille Lafitte 2021-11-30 19:35:31 +01:00
parent 811dce6370
commit 13a9ad5c3d
1 changed files with 4 additions and 2 deletions

6
debian/control vendored
View File

@ -16,7 +16,8 @@ Pre-depends: debconf (>= 0.5.00) | debconf-2.0
, bash (>= 4)
, acl
Depends: debianutils (>= 1.13.1)
, apache2-mpm-itk | libapache2-mpm-itk
, apache2
, libapache2-mpm-itk
, libapache2-mod-php5 | libapache2-mod-php7.0
, php5-mysql | php7.0-mysql
, php-curl | php5-curl | php7.0-curl
@ -106,7 +107,8 @@ Package: alternc-slave
Architecture: all
Pre-depends: debconf (>= 0.5.00) | debconf-2.0, acl
Depends: debianutils (>= 1.13.1)
, apache2-mpm-itk | libapache2-mpm-itk
, apache2
, libapache2-mpm-itk
, libapache2-mod-php5 | libapache2-mod-php7.0
, php5-mysql | php7.0-mysql
, php-curl | php5-curl | php7.0-curl