diff options
author | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-07-22 14:49:25 +0000 |
---|---|---|
committer | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-07-22 14:49:25 +0000 |
commit | 98017c762511e39c18e45eae83fba1fd26d4559a (patch) | |
tree | 0c099d48a746d71b8ab40afd81db082d19835062 | |
parent | e56fcf1990f26d5b39f0d9bc1084efe1cf60c4ee (diff) | |
download | feed2imap-98017c762511e39c18e45eae83fba1fd26d4559a.tar.gz feed2imap-98017c762511e39c18e45eae83fba1fd26d4559a.tar.bz2 feed2imap-98017c762511e39c18e45eae83fba1fd26d4559a.zip |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@42 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to '')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 8d4fa42..8d98198 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,15 @@ Source: feed2imap Section: net Priority: optional Maintainer: Lucas Nussbaum <lucas@lucas-nussbaum.net> -Build-Depends: debhelper (>> 4.0.0) +Build-Depends: debhelper (>= 4.2.32) Standards-Version: 3.6.2.1 Package: feed2imap Architecture: all -Depends: ruby +Depends: ruby1.8, librmail-ruby1.8 +Recommends: libopenssl-ruby1.8 Suggests: imap-client, imap-server -Description: feed aggregator (RSS/Atom) that puts items in a IMAP mail server +Description: feed aggregator (RSS/Atom) which puts items on a IMAP mail server Feed2Imap is an RSS/Atom feed aggregator. After Downloading feeds (over HTTP or HTTPS), it uploads them to a specified folder of an IMAP mail server. The user can then access the |