[DRE-commits] [SCM] ruby-activeresource-3.2.git branch, master-experimental, updated. debian/3.2.6-2-23-g21e3d68
Ondřej Surý
ondrej at sury.org
Thu Mar 21 14:23:59 UTC 2013
The following commit has been merged in the master-experimental branch:
commit 475bc40b2f0397f82817b6cd62ccf5d0fce0360a
Author: Ondřej Surý <ondrej at sury.org>
Date: Thu Mar 21 15:01:59 2013 +0100
Loosen install time dependencies to allow faster builds
diff --git a/debian/control b/debian/control
index faf0b49..9b8f5da 100644
--- a/debian/control
+++ b/debian/control
@@ -25,9 +25,7 @@ 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-activemodel-3.2 (>= 3.2.13)
Conflicts: ruby-activeresource-2.3
Description: REST modeling framework (part of Rails)
Active Resource (ARes) connects business objects and Representational
diff --git a/debian/control.in b/debian/control.in
index 7455895..ab310e7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -25,9 +25,7 @@ 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-activemodel-3.2 (>= @RAILS_VERSION@)
Conflicts: ruby-activeresource-2.3
Description: REST modeling framework (part of Rails)
Active Resource (ARes) connects business objects and Representational
--
ruby-activeresource-3.2.git
More information about the Pkg-ruby-extras-commits
mailing list