[DRE-commits] [SCM] ruby-mail.git branch, master, updated. upstream/2.4.1-14-gf05f783

Carl Worth cworth at debian.org
Fri Mar 2 23:27:56 UTC 2012


The following commit has been merged in the master branch:
commit 73401493e9107db3c2f838ac548ec4128bfba73d
Author: Carl Worth <cworth at debian.org>
Date:   Fri Mar 2 14:30:15 2012 -0800

    control: Add long description of package.
    
    Using text from the Introduction paragraphs of the README file.

diff --git a/debian/control b/debian/control
index 7628345..4134449 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,18 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # mime-types (~> 1.16), treetop (~> 1.4.8), i18n (>= 0.4.0)
-Description: Mail provides a nice Ruby DSL for making, sending and reading emails.
- A really Ruby Mail handler.
+Description: Ruby library to handle email generation, parsing and sending.
+ The purpose of this library is to provide a single point of access to
+ handle all email functions, including sending and receiving
+ emails. All network type actions are done through proxy methods to
+ Net::SMTP, Net::POP3 etc.
+ .
+ Built from experience with TMail, it is designed to be a pure ruby
+ implementation that makes generating, sending and parsing emails a no
+ brainer.
+ .
+ Finally, Mail has been designed with a very simple object oriented
+ system that really opens up the email messages you are parsing, if
+ you know what you are doing, you can fiddle with every last bit of
+ your email directly.
+

-- 
ruby-mail.git



More information about the Pkg-ruby-extras-commits mailing list