diff options
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 |