X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/b62456eb364de2b1928e0adcd7b083ae08b3f5e0..e80eeccf22777e2226ceef7a02f4b1907c8b6f10:/debian/control diff --git a/debian/control b/debian/control index 9033a05..8ee2f0d 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: tweeper Section: php Priority: optional -Maintainer: Antonio Ospite +Maintainer: Antonio Ospite Build-Depends: debhelper (>= 9) Build-Depends-Indep: asciidoc, xmlto Standards-Version: 3.9.5 @@ -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 @@ -22,7 +22,7 @@ Description: web scraper to convert a Twitter timeline to an RSS feed has been added. . The sites that tweeper is able to scrape and convert to RSS are: - . + . * Twitter.com * Pump.io based websites, like Identi.ca * Dilbert.com @@ -30,5 +30,5 @@ Description: web scraper to convert a Twitter timeline to an RSS feed tweeper can be used as: . 1. a command line tool; - 2. as a filter for feed readers; - 3. as a web based tool when PHP support is available in the web server. + 2. a filter for feed readers; + 3. a web based tool when PHP support is available in the web server.