[DRE-commits] [SCM] ruby-actionpack-3.2.git branch, master-experimental, updated. debian/3.2.6-4-31-ged93e20

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


The following commit has been merged in the master-experimental branch:
commit aff484b0194175b607e1bb8298766be725bd00b9
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Mar 21 15:05:45 2013 +0100

    Loosen install time dependencies to allow faster builds
    
    Conflicts:
    	debian/control

diff --git a/debian/control b/debian/control
index e7b7319..6e71043 100644
--- a/debian/control
+++ b/debian/control
@@ -26,11 +26,8 @@ Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ruby | ruby-interpreter,
 	 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-activerecord-3.2 (>= 3.2.13),
-	 ruby-activerecord-3.2 (<< 3.2.13.),
 	 ruby-rack-cache (>= 1.2~),
 	 ruby-rack (>= 1.3.0~),
 	 ruby-rack-test (>= 0.6.1~),
diff --git a/debian/control.in b/debian/control.in
index e9f53ca..afc36c2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -26,11 +26,8 @@ Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ruby | ruby-interpreter,
 	 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-activerecord-3.2 (>= @RAILS_VERSION@),
-	 ruby-activerecord-3.2 (<< @RAILS_VERSION at .),
 	 ruby-rack-cache (>= 1.2~),
 	 ruby-rack (>= 1.3.0~),
 	 ruby-rack-test (>= 0.6.1~),

-- 
ruby-actionpack-3.2.git



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