[DRE-commits] [SCM] ruby-railties-3.2.git branch, master-experimental, updated. debian/3.2.6-3-25-g8adfcc5

Ondřej Surý ondrej at sury.org
Thu Mar 21 14:19:06 UTC 2013


The following commit has been merged in the master-experimental branch:
commit 8480004cbab7b3ec624eaa7d9ee498fab1e9df82
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Mar 21 15:18:15 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 b8e4504..5712063 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,10 @@ Build-Depends: debhelper (>= 7.0.50~),
 	       ruby-rack-ssl (>= 1.3.2),
 	       ruby-activesupport-3.2 (>= 3.2.13),
 	       ruby-activesupport-3.2 (<< 3.2.13.),
+	       ruby-activemodel-3.2 (>= 3.2.13),
+	       ruby-activemodel-3.2 (<< 3.2.13.),
+	       ruby-activeresource-3.2 (>= 3.2.13),
+	       ruby-activeresource-3.2 (<< 3.2.13.),
 	       ruby-actionpack-3.2 (>= 3.2.13),
 	       ruby-actionpack-3.2 (<< 3.2.13.),
 	       ruby-actionmailer-3.2 (>= 3.2.13),
@@ -33,11 +37,8 @@ Depends: ${shlibs:Depends},
 	 ruby-thor (>= 0.14.6),
 	 ruby-rack-ssl (>= 1.3.2),
 	 ruby-activesupport-3.2 (>= 3.2.13),
-	 ruby-activesupport-3.2 (<< 3.2.13.),
 	 ruby-actionpack-3.2 (>= 3.2.13),
-	 ruby-actionpack-3.2 (<< 3.2.13.),
-	 ruby-actionmailer-3.2 (>= 3.2.13),
-	 ruby-actionmailer-3.2 (<< 3.2.13.),
+	 ruby-actionmailer-3.2 (>= 3.2.13)
 Conflicts: ruby-rails-2.3, rails (<< 3:3.2.0)
 Description: MVC ruby based framework geared for web application development
  Rails is a full-stack, open-source web framework in Ruby for writing
diff --git a/debian/control.in b/debian/control.in
index 02baab7..b4c9f40 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,6 +13,10 @@ Build-Depends: debhelper (>= 7.0.50~),
 	       ruby-rack-ssl (>= 1.3.2),
 	       ruby-activesupport-3.2 (>= @RAILS_VERSION@),
 	       ruby-activesupport-3.2 (<< @RAILS_VERSION at .),
+	       ruby-activemodel-3.2 (>= @RAILS_VERSION@),
+	       ruby-activemodel-3.2 (<< @RAILS_VERSION at .),
+	       ruby-activeresource-3.2 (>= @RAILS_VERSION@),
+	       ruby-activeresource-3.2 (<< @RAILS_VERSION at .),
 	       ruby-actionpack-3.2 (>= @RAILS_VERSION@),
 	       ruby-actionpack-3.2 (<< @RAILS_VERSION at .),
 	       ruby-actionmailer-3.2 (>= @RAILS_VERSION@),
@@ -33,11 +37,8 @@ Depends: ${shlibs:Depends},
 	 ruby-thor (>= 0.14.6),
 	 ruby-rack-ssl (>= 1.3.2),
 	 ruby-activesupport-3.2 (>= @RAILS_VERSION@),
-	 ruby-activesupport-3.2 (<< @RAILS_VERSION at .),
 	 ruby-actionpack-3.2 (>= @RAILS_VERSION@),
-	 ruby-actionpack-3.2 (<< @RAILS_VERSION at .),
-	 ruby-actionmailer-3.2 (>= @RAILS_VERSION@),
-	 ruby-actionmailer-3.2 (<< @RAILS_VERSION at .),
+	 ruby-actionmailer-3.2 (>= @RAILS_VERSION@)
 Conflicts: ruby-rails-2.3, rails (<< 3:3.2.0)
 Description: MVC ruby based framework geared for web application development
  Rails is a full-stack, open-source web framework in Ruby for writing

-- 
ruby-railties-3.2.git



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