[DRE-commits] [redmine] 01/01: Enforce dependencies on the required versions of rails and jquery-rails (Closes: #814833)

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Feb 16 13:47:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository redmine.

commit 459705729b18b679af269ddd7f3f3c948458687d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Feb 16 10:27:50 2016 -0200

    Enforce dependencies on the required versions of rails and jquery-rails (Closes: #814833)
---
 debian/changelog | 7 +++++++
 debian/control   | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db186fe..5b20337 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+redmine (3.2.0-2) unstable; urgency=medium
+
+  * Enforce dependencies on the required versions of rails and jquery-rails
+    (Closes: #814833)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 16 Feb 2016 10:26:50 -0200
+
 redmine (3.2.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 50dde33..86a43f7 100644
--- a/debian/control
+++ b/debian/control
@@ -13,14 +13,14 @@ Build-Depends: bundler,
                ruby-awesome-nested-set,
                ruby-coderay (>= 1.0.6),
                ruby-i18n (>= 0.6.9-1~),
-               ruby-jquery-rails,
+               ruby-jquery-rails (>= 4.0.5),
                ruby-mime-types (>= 1.25),
                ruby-net-ldap (>= 0.3.1),
                ruby-openid,
                ruby-protected-attributes,
                ruby-rack (>= 1.4.5~),
                ruby-rack-openid,
-               ruby-rails (>= 2:4),
+               ruby-rails (>= 2:4.2.5),
                ruby-rails-observers,
                ruby-rbpdf,
                ruby-redcarpet,
@@ -46,14 +46,14 @@ Depends: bundler,
          ruby-awesome-nested-set,
          ruby-coderay (>= 1.0.6),
          ruby-i18n (>= 0.6.9-1~),
-         ruby-jquery-rails,
+         ruby-jquery-rails (>= 4.0.5),
          ruby-mime-types (>= 1.25),
          ruby-net-ldap (>= 0.3.1),
          ruby-openid,
          ruby-protected-attributes,
          ruby-rack (>= 1.4.5~),
          ruby-rack-openid,
-         ruby-rails (>= 2:4),
+         ruby-rails (>= 2:4.2.5),
          ruby-rails-observers,
          ruby-rbpdf,
          ruby-redcarpet,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



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