From: Antonio Ospite <ao2@ao2.it>
Date: Mon, 23 May 2016 14:32:43 +0000 (+0200)
Subject: debian/control: depend on php-xml instead of php-xsl
X-Git-Tag: debian/0.6-1~3
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/bdf482d30f51e8da5561e4a55b44afd7d7bd12cf?ds=sidebyside;hp=f86884964dc700729eb36a494978de8b2ee4806f

debian/control: depend on php-xml instead of php-xsl

Don't depend on php-xsl which is a virtual package, nowadays depending
on php-xml is the right thing to do.

This also fixes a warning from cme:

  Warning in 'control binary:tweeper Depends:3' value 'php-xsl': \
  package php-xsl is unknown. Check for typos if not a virtual package.
---

diff --git a/debian/control b/debian/control
index 490115d..9c31430 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: https://git.ao2.it/tweeper.git
 
 Package: tweeper
 Architecture: all
-Depends: ${misc:Depends}, php-cli, php-curl, php-xsl, php-symfony-serializer,
+Depends: ${misc:Depends}, php-cli, php-curl, php-xml, php-symfony-serializer,
  php-symfony-property-access
 Suggests: libapache2-mod-php | php-cgi
 Description: web scraper to convert supported websites (e.g. Twitter.com) to RSS