[Pkg-nagios-changes] [pkg-icingaweb2] 02/02: Revert "Update dependencies for PHP 7.0"
Markus Frosch
lazyfrosch at moszumanska.debian.org
Fri Jun 10 10:10:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
lazyfrosch pushed a commit to branch ubuntu_precise
in repository pkg-icingaweb2.
commit 60f255dd29759ee3fe3cde55556f1fe0c3898530
Author: Markus Frosch <lazyfrosch at debian.org>
Date: Tue Apr 19 22:39:47 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 5c08b0f..358afa4 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
@@ -26,9 +26,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
@@ -85,12 +85,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.
.
@@ -105,7 +105,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