diff options
author | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-07-22 13:38:10 +0000 |
---|---|---|
committer | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-07-22 13:38:10 +0000 |
commit | 8653cec7dccc5974a72c0ffec9cd722ba55bc922 (patch) | |
tree | bbfd8d72b89c075f882db7229f60e889ddae4079 /debian/control | |
parent | 146beb0d171a4158abd4e8f7f39c69013aeea99e (diff) | |
download | feed2imap-8653cec7dccc5974a72c0ffec9cd722ba55bc922.tar.gz feed2imap-8653cec7dccc5974a72c0ffec9cd722ba55bc922.tar.bz2 feed2imap-8653cec7dccc5974a72c0ffec9cd722ba55bc922.zip |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@40 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c8b09be --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: feed2imap +Section: net +Priority: optional +Maintainer: Lucas Nussbaum <lucas@lucas-nussbaum.net> +Build-Depends: debhelper (>> 4.0.0) +Standards-Version: 3.6.2.1 + +Package: feed2imap +Architecture: all +Depends: ruby +Suggests: imap-client, imap-server +Description: RSS/Atom feed aggregator that uploads items to an 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 feeds using a mail + reader like Mutt, Evolution, Mozilla Thunderbird or even a webmail. |