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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ Vcs-Git: https://git.verdnatura.es/hedera-web
|
||||||
|
|
||||||
Package: hedera-web
|
Package: hedera-web
|
||||||
Architecture: all
|
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
|
Suggests: php-text-captcha, php5-imap, tinymce
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|
|
@ -10,6 +10,6 @@ then
|
||||||
apache2_invoke enconf hedera-web.conf
|
apache2_invoke enconf hedera-web.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
service php5-fpm restart
|
service php7.0-fpm restart
|
||||||
service cron restart
|
service cron restart
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.405.89",
|
"version": "1.405.90",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue