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

Carl Worth cworth at debian.org
Tue Mar 6 01:23:17 UTC 2012


The following commit has been merged in the master branch:
commit e1decf7fd407786755acf0c4e407aa785146d579
Author: Carl Worth <cworth at debian.org>
Date:   Mon Mar 5 16:19:15 2012 -0800

    control: Drop dependency on ruby-i18n
    
    As there is no actual 'require i18n' or similar in the code.

diff --git a/debian/control b/debian/control
index 48f37b0..b849c81 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Ruby-Versions: all
 Package: ruby-mail
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mime-types, ruby-treetop, ruby-i18n (>= 0.4.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mime-types, ruby-treetop
 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

-- 
ruby-mail.git



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