[DRE-commits] [SCM] ruby-actionmailer-2.3.git branch, master, updated. debian/2.3.14-2

Ondřej Surý ondrej at sury.org
Mon Sep 26 10:41:20 UTC 2011


The following commit has been merged in the master branch:
commit 78e99b80a9490f7ca55417535fa419ad9c79dcc7
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sat May 28 21:53:43 2011 +0200

    Update dependencies

diff --git a/debian/control b/debian/control
index 052b3c7..6e20789 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,23 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Ondřej Surý <ondrej at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~)
-Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-actionmailer.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-actionmailer.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~), ruby-tmail (>= 1.2.7~), ruby-actionpack (>= ${source:Version}~), ruby-text-format (>= 0.6.3~) | libtext-format-ruby (>= 0.6.3~)
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-actionmailer.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-actionmailer.git
 Homepage: http://www.rubyonrails.org
 XS-Ruby-Versions: all
 
 Package: ruby-actionmailer
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# actionpack (= 2.3.11, runtime)
-Description: Service layer for easy email delivery and testing.
- Makes it trivial to test and deliver emails sent from a single service layer.
+Depends: ${shlibs:Depends},
+	 ${misc:Depends},
+	 ruby | ruby-interpreter,
+	 ruby-actionpack (>= ${source:Version}~),
+	 ruby-text-format | libtext-format-ruby (>= 0.6.3~)
+Description: Framework for generation of customized email messages
+ Action Mailer is a framework for designing email-service layers. These layers
+ are used to consolidate code for sending out forgotten passwords, welcome
+ wishes on signup, invoices for billing, and any other use case that requires
+ a written notification to either a person or another system.

-- 
ruby-actionmailer-2.3.git



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