fix Debian/Ubunut dependency to require: php-bz2 | php5-common, as bz2 extension is only in php7 packaged as own package while it is inclued in php5-common for earlier versions

This commit is contained in:
Ralf Becker 2016-08-10 18:41:33 +02:00
parent 86a0e2cd01
commit 47434e0f1f

View File

@ -52,7 +52,7 @@ Depends: apache2,
php5-json | php-json,
php5-gd | php-gd,
php5-xsl | php-xsl,
php5-bz2 | php-bz2,
php-bz2 | php5-common,
${misc:Depends}
Recommends: mariadb-server | mysql-server, php-opcache | php-apc, php-apcu, php5-pecl-smb, php5-tidy | php-tidy, php5-zip | php-zip,
mariadb-client | mysql-client | postgresql-client, php5-bcmath | php-bcmath,