From 2f1c31fa745e19fb82ed219806045e8e0a191830 Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 8 May 2018 17:02:26 +0200 Subject: [PATCH] Dependencies fixed --- debian/changelog | 2 +- debian/control | 2 +- debian/postinst | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 716a3690..05282b5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.405.89) stable; urgency=low +hedera-web (1.405.90) stable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index e2022a32..9c067193 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Git: https://git.verdnatura.es/hedera-web Package: hedera-web Architecture: all -Depends: apache2 | httpd, nodejs, php5-cli, php5-mysql, php5-mcrypt, php5-ldap, php5-ssh2, php-vn-lib +Depends: apache2 | httpd, nodejs, php-cli, php-mysql, php-mcrypt, php-ldap, php-ssh2, php-apcu, php-soap, php-imap, php-vn-lib Suggests: php-text-captcha, php5-imap, tinymce Section: misc Priority: optional diff --git a/debian/postinst b/debian/postinst index 536e6b82..8eb5c02d 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,6 +10,6 @@ then apache2_invoke enconf hedera-web.conf fi -service php5-fpm restart +service php7.0-fpm restart service cron restart diff --git a/package.json b/package.json index 89452386..0da6263d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.405.89", + "version": "1.405.90", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {