debian/control: fix the dependencies on php packages
authorAntonio Ospite <ao2@ao2.it>
Fri, 13 May 2016 16:23:47 +0000 (18:23 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 13 May 2016 16:23:47 +0000 (18:23 +0200)
Follow php-pkg-maint suggestion about dependencies regarding the php7.0
transition: depend php-* packages not on the ones with the language
version in the package name.

Closes: #821665

debian/control

index 7254b01..c0c9f9e 100644 (file)
@@ -11,8 +11,8 @@ Vcs-Browser: http://git.ao2.it/tweeper.git
 
 Package: tweeper
 Architecture: all
 
 Package: tweeper
 Architecture: all
-Depends: ${misc:Depends}, php5-cli, php5-curl, php5-xsl, php-xml-serializer
-Suggests: libapache2-mod-php5 | php5-cgi
+Depends: ${misc:Depends}, php-cli, php-curl, php-xsl, php-xml-serializer
+Suggests: libapache2-mod-php | php-cgi
 Description: web scraper to convert supported websites (e.g. Twitter.com) to RSS
  tweeper is a web scraper which can be used to conveniently follow the
  public activity of social network users without the need to log in or even be
 Description: web scraper to convert supported websites (e.g. Twitter.com) to RSS
  tweeper is a web scraper which can be used to conveniently follow the
  public activity of social network users without the need to log in or even be