From bbdd2c2a644589a9b578ea6a8065965a203e00d1 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 11 Jul 2019 11:31:27 -0400 Subject: [PATCH] Update package requirements for Debian Buster / PHP 7.3 Note: PHPMyAdmin is not available in buster, but is a requirement for AlternC, so that package will need to be sourced elsewhere. --- debian/control | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index b711acb5..4c75928f 100644 --- a/debian/control +++ b/debian/control @@ -18,9 +18,9 @@ Pre-depends: debconf (>= 0.5.00) | debconf-2.0 Depends: debianutils (>= 1.13.1) , apache2 , libapache2-mpm-itk - , libapache2-mod-php5 | libapache2-mod-php7.0 - , php5-mysql | php7.0-mysql - , php-curl | php5-curl | php7.0-curl + , libapache2-mod-php5 | libapache2-mod-php7.0 | libapache2-mod-php7.3 + , php5-mysql | php7.0-mysql | php7.3-mysql + , php-curl | php5-curl | php7.0-curl | php7.3-curl , phpmyadmin , ssl-cert , libjs-prettify @@ -41,7 +41,7 @@ Depends: debianutils (>= 1.13.1) , wwwconfig-common , sasl2-bin , libsasl2-modules - , php-cli + , php-cli | php7.0-cli | php7.3-cli , lockfile-progs (>= 0.1.9) , gettext (>= 0.10.40-5) , sudo | sudo-ldap @@ -61,7 +61,7 @@ Depends: debianutils (>= 1.13.1) , dovecot-sieve , dovecot-managesieved , default-mysql-client | mysql-client | mariadb-client - , php5-curl | php7.0-curl + , php-curl | php5-curl | php7.0-curl | php7.3-curl , quota , pwgen , lsb-release @@ -109,9 +109,9 @@ Pre-depends: debconf (>= 0.5.00) | debconf-2.0, acl Depends: debianutils (>= 1.13.1) , apache2 , libapache2-mpm-itk - , libapache2-mod-php5 | libapache2-mod-php7.0 - , php5-mysql | php7.0-mysql - , php-curl | php5-curl | php7.0-curl + , libapache2-mod-php5 | libapache2-mod-php7.0 | libapache2-mod-php7.3 + , php5-mysql | php7.0-mysql | php7.3-mysql + , php-curl | php5-curl | php7.0-curl | php7.3-curl , phpmyadmin , ssl-cert , libjs-prettify @@ -134,7 +134,7 @@ Depends: debianutils (>= 1.13.1) , wwwconfig-common , sasl2-bin , libsasl2-modules - , php-cli + , php-cli | php7.0-cli | php7.3-cli , lockfile-progs (>= 0.1.9) , gettext (>= 0.10.40-5) , adduser @@ -152,7 +152,7 @@ Depends: debianutils (>= 1.13.1) , dovecot-sieve , dovecot-managesieved , default-mysql-client | mysql-client | mariadb-client - , php5-curl | php7.0-curl + , php5-curl | php7.0-curl | php7.3-curl , lsb-release , ${misc:Depends} Recommends: @@ -248,7 +248,7 @@ Architecture: all Pre-depends: debconf Depends: alternc (>= 3.0~rc1) , awstats (>=6.1-1) - , php-cli + , php-cli | php7.0-cli | php7.3-cli , ${misc:Depends} Suggests: apachemerge Description: Awstats statistics module for AlternC