From 482850e6b21bafd3aea0c102edff18be11dc6293 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Wed, 1 Jun 2016 22:20:00 +0200 Subject: [PATCH] Add missing dependency on php-xml, which is a separate package from PHP 7 (fixes #91) --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index f87ceb7b..5c19c094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/control b/debian/control index ceb928ef..9cfb4749 100644 --- a/debian/control +++ b/debian/control @@ -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