[DRE-commits] [SCM] ruby-actionmailer-3.2.git branch, master-experimental, updated. debian/3.2.6-2-24-g2df2dc3
Ondřej Surý
ondrej at sury.org
Thu Mar 21 14:24:07 UTC 2013
The following commit has been merged in the master-experimental branch:
commit ed084719c566ef9e711eca9bdda341a6b36a7d5e
Author: Ondřej Surý <ondrej at sury.org>
Date: Thu Mar 21 15:08:19 2013 +0100
Add all lower build dependencies and loosen install time dependencies to allow faster builds
diff --git a/debian/control b/debian/control
index 6048290..57362e0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,12 @@ Build-Depends: debhelper (>= 7.0.50~),
gem2deb (>= 0.3.0~),
ruby-actionpack-3.2 (>= 3.2.13),
ruby-actionpack-3.2 (<< 3.2.13.),
+ ruby-activemodel-3.2 (>= 3.2.13),
+ ruby-activemodel-3.2 (<< 3.2.13.),
+ ruby-activesupport-3.2 (>= 3.2.13),
+ ruby-activesupport-3.2 (<< 3.2.13.),
+ ruby-activerecord-3.2 (>= 3.2.13),
+ ruby-activerecord-3.2 (<< 3.2.13.),
ruby-mail (>= 2.4.4)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-actionmailer-3.2.git
diff --git a/debian/control.in b/debian/control.in
index a05ac81..2717f7f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,6 +10,12 @@ Build-Depends: debhelper (>= 7.0.50~),
gem2deb (>= 0.3.0~),
ruby-actionpack-3.2 (>= @RAILS_VERSION@),
ruby-actionpack-3.2 (<< @RAILS_VERSION at .),
+ ruby-activemodel-3.2 (>= @RAILS_VERSION@),
+ ruby-activemodel-3.2 (<< @RAILS_VERSION at .),
+ ruby-activesupport-3.2 (>= @RAILS_VERSION@),
+ ruby-activesupport-3.2 (<< @RAILS_VERSION at .),
+ ruby-activerecord-3.2 (>= @RAILS_VERSION@),
+ ruby-activerecord-3.2 (<< @RAILS_VERSION at .),
ruby-mail (>= 2.4.4)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-actionmailer-3.2.git
--
ruby-actionmailer-3.2.git
More information about the Pkg-ruby-extras-commits
mailing list