[Pkg-nagios-changes] [pkg-icingaweb2] 01/02: Revert "Update dependencies for PHP 7.0"
Markus Frosch
lazyfrosch at moszumanska.debian.org
Fri Jun 10 09:40:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a commit to branch ubuntu_xenial
in repository pkg-icingaweb2.
commit 9d1812a962afa24ebefed825bb379eabe452904a
Author: Markus Frosch <lazyfrosch at debian.org>
Date: Fri Jun 10 11:39:59 2016 +0200
Revert "Update dependencies for PHP 7.0"
This reverts commit 462f48e7310255c1938c1f98055841dd45dbe22f.
---
debian/control | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 0052a3f..ba19f87 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Markus Frosch <lazyfrosch at debian.org>
Build-Depends:
debhelper (>= 9),
- php-cli,
+ php5-cli,
php-htmlpurifier (>= 4.3),
yui-compressor
Standards-Version: 3.9.8
@@ -27,9 +27,9 @@ Depends:
${misc:Depends}
Recommends:
apache2 | httpd,
- php,
- php-cli,
- php-ldap,
+ php5 (>= 5.3.2),
+ php5-cli (>= 5.3.2),
+ php5-ldap,
icingacli,
icingaweb2-module-monitoring,
icingaweb2-module-doc
@@ -86,12 +86,12 @@ Package: php-icinga
Section: php
Architecture: all
Depends:
- php,
+ php5 (>= 5.3.2),
zendframework,
${misc:Depends}
Recommends:
- php-mysql | php-pgsql,
- php-json,
+ php5-mysql | php5-mysqlnd | php5-pgsql,
+ php5-json
Description: PHP library to communicate with and use Icinga
Icinga is a PHP library providing a PHP API to interact with Icinga's data.
.
@@ -106,7 +106,7 @@ Depends:
php-icinga (= ${source:Version}),
${misc:Depends}
Recommends:
- php-cli
+ php5-cli (>= 5.3.2)
Suggests:
icingaweb2-module-monitoring
Replaces: icingaweb2 (<< 2.1.2-2~)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icingaweb2.git
More information about the Pkg-nagios-changes
mailing list