[DRE-commits] [SCM] ruby-activemodel-3.2.git branch, master-experimental, updated. debian/3.2.6-2-25-gcca6ed3
Ondřej Surý
ondrej at sury.org
Thu Mar 21 14:12:01 UTC 2013
The following commit has been merged in the master-experimental branch:
commit 03a97d9f26526fdcb83febeaa62b543f33c3432e
Author: Ondřej Surý <ondrej at sury.org>
Date: Thu Mar 21 15:01:08 2013 +0100
Loosen install time dependencies to allow faster builds
diff --git a/debian/control b/debian/control
index f73dbac..11dd9f3 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
${misc:Depends},
ruby | ruby-interpreter,
- ruby-activesupport-3.2 (>= 3.2.13),
- ruby-activesupport-3.2 (<< 3.2.13.)
+ ruby-activesupport-3.2 (>= 3.2.13)
Suggests: ruby-bcrypt (>= 3.0.0)
Description: toolkit for building modeling frameworks (part of Rails)
Active Model is a toolkit for building modeling frameworks like
diff --git a/debian/control.in b/debian/control.in
index a4955ed..f191861 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -23,8 +23,7 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
${misc:Depends},
ruby | ruby-interpreter,
- ruby-activesupport-3.2 (>= @RAILS_VERSION@),
- ruby-activesupport-3.2 (<< @RAILS_VERSION at .)
+ ruby-activesupport-3.2 (>= @RAILS_VERSION@)
Suggests: ruby-bcrypt (>= 3.0.0)
Description: toolkit for building modeling frameworks (part of Rails)
Active Model is a toolkit for building modeling frameworks like
--
ruby-activemodel-3.2.git
More information about the Pkg-ruby-extras-commits
mailing list