From bdf482d30f51e8da5561e4a55b44afd7d7bd12cf Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Mon, 23 May 2016 16:32:43 +0200
Subject: [PATCH 1/1] 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.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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