mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-28 13:09:24 +00:00
Add missing dependency on php-xml, which is a separate package from PHP 7 (fixes #91)
This commit is contained in:
parent
348532e13b
commit
482850e6b2
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
davical (1.1.4-3) unstable; urgency=medium
|
||||
|
||||
* Add missing dependency on php-xml, which is a separate package from PHP 7
|
||||
|
||||
-- Florian Schlichting <fsfs@debian.org> Wed, 01 Jun 2016 22:18:51 +0200
|
||||
|
||||
davical (1.1.4-2) unstable; urgency=medium
|
||||
|
||||
* Update to work with both php5 and php7, mainly based on the Ubuntu patch
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@ -23,6 +23,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
|
||||
php | php5,
|
||||
php-cli | php5-cli,
|
||||
php-pgsql | php5-pgsql,
|
||||
php-xml | php5,
|
||||
postgresql-client
|
||||
Recommends: php-curl | php5-curl,
|
||||
postgresql
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user