forked from verdnatura/hedera-web
Dependencies fixed
This commit is contained in:
parent
283c534980
commit
2f1c31fa74
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.405.89) stable; urgency=low
|
||||
hedera-web (1.405.90) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,6 +10,6 @@ then
|
|||
apache2_invoke enconf hedera-web.conf
|
||||
fi
|
||||
|
||||
service php5-fpm restart
|
||||
service php7.0-fpm restart
|
||||
service cron restart
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.405.89",
|
||||
"version": "1.405.90",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue