Add missing dependency on php-xml, which is a separate package from PHP 7 (fixes #91)

This commit is contained in:
Florian Schlichting 2016-06-01 22:20:00 +02:00
parent 348532e13b
commit 482850e6b2
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -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
View File

@ -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