summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-11 00:02:53 +0400
committerAndrew Dolgov <[email protected]>2011-11-11 00:02:53 +0400
commitd0cafcf4a048bfcc72d9523d20d61ba719e566cd (patch)
tree8d99e9b8f7009076da1f507bde405d4d0f8cd865 /debian/control
parent17140b71edaad9160742a33f094f94479bbbd573 (diff)
add debianization scripts based on work by Florent USSEIL
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..b36eb1fa1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: tt-rss
+Section: web
+Priority: extra
+Maintainer: Andrew Dolgov <[email protected]>
+Build-Depends: cdbs, debhelper (>= 7)
+Standards-Version: 3.7.3
+Homepage: http://tt-rss.org/
+
+Package: tt-rss-common
+Architecture: any
+Depends: php5, ${misc:Depends}
+Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
+ aggregator, designed to allow you to read news from any location,
+ while feeling as close to a real desktop application as possible.
+
+Package: tt-rss-mysql
+Architecture: any
+Depends: tt-rss-common (= ${source:Version}), php5, php5-mysql, apache2, mysql-server, dbconfig-common, ${misc:Depends}
+Suggests: php-apc
+Conflicts: tt-rss-pgsql
+Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
+ aggregator, designed to allow you to read news from any location,
+ while feeling as close to a real desktop application as possible.
+
+Package: tt-rss-pgsql
+Architecture: any
+Depends: tt-rss-common (= ${source:Version}), php5, php5-pgsql, apache2, postgresql, dbconfig-common, ${misc:Depends}
+Suggests: php-apc
+Conflicts: tt-rss-mysql
+Description: Tiny Tiny RSS is a web-based news feed (RSS/Atom)
+ aggregator, designed to allow you to read news from any location,
+ while feeling as close to a real desktop application as possible.