[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:28:00 UTC 2012


The following commit has been merged in the master branch:
commit 626e6b3bd7f99f95b6f3616bee79b2c694bc2e04
Author: Carl Worth <cworth at debian.org>
Date:   Fri Mar 2 15:05:45 2012 -0800

    control: Add remaining dependencies noticed by gem2deb
    
    The only trick here is to simply add the "ruby-" prefix for each that
    is part of the Debian package name (but not part of the gem name).

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