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