]> git.wh0rd.org - tt-rss.git/blame - debian/control
experimental split of public calls into public.php (refs #389)
[tt-rss.git] / debian / control
CommitLineData
d0cafcf4
AD
1Source: tt-rss
2Section: web
3Priority: extra
4Maintainer: Andrew Dolgov <cthulhoo@gmail.com>
5Build-Depends: cdbs, debhelper (>= 7)
6Standards-Version: 3.7.3
7Homepage: http://tt-rss.org/
8
9Package: tt-rss-common
10Architecture: any
11Depends: php5, ${misc:Depends}
12Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
13 aggregator, designed to allow you to read news from any location,
14 while feeling as close to a real desktop application as possible.
15
16Package: tt-rss-mysql
17Architecture: any
18Depends: tt-rss-common (= ${source:Version}), php5, php5-mysql, apache2, mysql-server, dbconfig-common, ${misc:Depends}
19Suggests: php-apc
20Conflicts: tt-rss-pgsql
21Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
22 aggregator, designed to allow you to read news from any location,
23 while feeling as close to a real desktop application as possible.
24
25Package: tt-rss-pgsql
26Architecture: any
27Depends: tt-rss-common (= ${source:Version}), php5, php5-pgsql, apache2, postgresql, dbconfig-common, ${misc:Depends}
28Suggests: php-apc
29Conflicts: tt-rss-mysql
30Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
31 aggregator, designed to allow you to read news from any location,
32 while feeling as close to a real desktop application as possible.