From: Antonio Ospite <ao2@ao2.it>
Date: Fri, 13 May 2016 16:23:47 +0000 (+0200)
Subject: debian/control: fix the dependencies on php packages
X-Git-Tag: debian/0.5-1~4
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/0125c2b4a4bf6154ec6d7c4c45b84266326eb53f?ds=sidebyside

debian/control: fix the dependencies on php packages

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

diff --git a/debian/control b/debian/control
index 7254b01..c0c9f9e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Vcs-Browser: http://git.ao2.it/tweeper.git
 
 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