From 02a23f8f53abb04c5a8c706ddad2534a21fc6bba Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 5 Aug 2016 09:35:49 +0200 Subject: [PATCH] adding dependency to php-bz2, as it is required to bz2 compress the backups --- doc/rpm-build/debian.control | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/rpm-build/debian.control b/doc/rpm-build/debian.control index c4b9055ee6..08c08f5c26 100644 --- a/doc/rpm-build/debian.control +++ b/doc/rpm-build/debian.control @@ -52,6 +52,7 @@ Depends: apache2, php5-json | php-json, php5-gd | php-gd, php5-xsl | php-xsl, + php5-bz2 | php-bz2, ${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,