debian/control: depend on php-xml instead of php-xsl
authorAntonio Ospite <ao2@ao2.it>
Mon, 23 May 2016 14:32:43 +0000 (16:32 +0200)
committerAntonio Ospite <ao2@ao2.it>
Mon, 23 May 2016 14:59:34 +0000 (16:59 +0200)
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

index 490115d..9c31430 100644 (file)
@@ -11,7 +11,7 @@ Vcs-Browser: https://git.ao2.it/tweeper.git
 
 Package: tweeper
 Architecture: all
 
 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
  php-symfony-property-access
 Suggests: libapache2-mod-php | php-cgi
 Description: web scraper to convert supported websites (e.g. Twitter.com) to RSS