debian/control: add Rules-Requires-Root field
[tweeper.git] / debian / control
1 Source: tweeper
2 Section: php
3 Priority: optional
4 Maintainer: Antonio Ospite <ao2@ao2.it>
5 Build-Depends: debhelper-compat (= 13), pkg-php-tools
6 Build-Depends-Indep: asciidoc, xmlto
7 Rules-Requires-Root: no
8 Standards-Version: 4.5.0
9 Homepage: https://git.ao2.it/tweeper.git
10 Vcs-Git: https://git.ao2.it/tweeper.git -b debian/master
11 Vcs-Browser: https://git.ao2.it/tweeper.git
12
13 Package: tweeper
14 Architecture: all
15 Depends: ${misc:Depends},  ${phpcomposer:Debian-require}
16 Suggests: libapache2-mod-php | php-cgi
17 Description: web scraper to convert supported websites like Twitter.com to RSS
18  tweeper is a web scraper which can be used to conveniently follow the
19  public activity of social network users without the need to log in or even be
20  subscribed to the social network; tweeper converts the public information to
21  RSS so that it can be accessed and collected by a feed reader.
22  .
23  tweeper started as the TWitter fEEd scraPER but support for other web sites
24  has been added.
25  .
26  The sites that tweeper is able to scrape and convert to RSS are:
27  .
28   * Twitter.com
29   * Pump.io based websites, like Identi.ca
30   * Dilbert.com
31   * Instagram.com
32   * Facebook.com (public pages)
33  .
34  tweeper can be used as:
35  .
36   1. a command line tool;
37   2. a filter for feed readers;
38   3. a web based tool when used with a PHP-enabled web server.