From 2cfe54c60c6d5dd830b5d18f789a46c3d998f97c Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 8 Feb 2014 18:57:38 +0100 Subject: [PATCH] debian/control: add missing run-time dependencies Prevent two fatal errors which happen when needed components are not installed. Without php5-curl: PHP Fatal error: Call to undefined function curl_init() in /usr/share/php/tweeper/tweeper.php on line 52 Without php5-xsl: PHP Fatal error: Class 'XSLTProcessor' not found in /usr/share/php/tweeper/tweeper.php on line 33 Closes: #738201 Thanks: Anton Nesterov --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index dfec10d..1944102 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.ao2.it/tweeper.git Package: tweeper Architecture: all -Depends: ${misc:Depends}, php5-cli +Depends: ${misc:Depends}, php5-cli, php5-curl, php5-xsl Suggests: libapache2-mod-php5 | php5-cgi Description: web scraper to convert a Twitter timeline to an RSS feed tweeper is a web scraper which extracts the most recent public tweets of -- 2.1.4