summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-26 14:38:26 +0400
committerAndrew Dolgov <[email protected]>2011-12-26 14:38:48 +0400
commita357f53c6371ed4757ed800a805ba1e3f2ae22d9 (patch)
tree1ec79491d442f72e0830521ec13d88186408af88 /debian
parent4efd9246930eb598679d312182b4f433490c0664 (diff)
change deb architecture from any to all (fixes #406)
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index e9bcba5c2..7206a2eaa 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.7.3
Homepage: http://tt-rss.org/
Package: tt-rss-common
-Architecture: any
+Architecture: all
Depends: php5, ${misc:Depends}
Suggests: php5-curl
Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
@@ -15,7 +15,7 @@ Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
while feeling as close to a real desktop application as possible.
Package: tt-rss-mysql
-Architecture: any
+Architecture: all
Depends: tt-rss-common (= ${source:Version}), php5, php5-mysql, apache2, mysql-server, dbconfig-common, ${misc:Depends}
Suggests: php-apc
Conflicts: tt-rss-pgsql
@@ -24,7 +24,7 @@ Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
while feeling as close to a real desktop application as possible.
Package: tt-rss-pgsql
-Architecture: any
+Architecture: all
Depends: tt-rss-common (= ${source:Version}), php5, php5-pgsql, apache2, postgresql, dbconfig-common, ${misc:Depends}
Suggests: php-apc
Conflicts: tt-rss-mysql