debian/control: bump Standards-Version to 3.9.5
[tweeper.git] / debian / control
1 Source: tweeper
2 Section: php
3 Priority: optional
4 Maintainer: Antonio Ospite <ospite@studenti.unina.it>
5 Build-Depends: debhelper (>= 9)
6 Build-Depends-Indep: asciidoc, xmlto
7 Standards-Version: 3.9.5
8 Homepage: http://git.ao2.it/tweeper.git
9 Vcs-Git: git://git.ao2.it/tweeper.git
10 Vcs-Browser: http://git.ao2.it/tweeper.git
11
12 Package: tweeper
13 Architecture: all
14 Depends: ${misc:Depends}, php5-cli
15 Description: web scraper to convert a Twitter timeline to an RSS feed
16  tweeper is a web scraper which extracts the most recent public tweets of
17  a given user from their home page on Twitter.com and formats them in RSS, so
18  the information can be conveniently accessed and collected by a feed reader.
19  .
20  tweeper started as the TWitter fEEd scraPER but support for other web sites
21  has been added.
22  .
23  The sites that tweeper is able to scrape and convert to RSS are:
24  .   
25   * Twitter.com
26   * Pump.io based websites, like Identi.ca
27   * Dilbert.com
28  .
29  tweeper can be used as:
30  .
31   1. a command line tool;
32   2. as a filter for feed readers;
33   3. as a web based tool when PHP support is available in the web server.