[DRE-commits] [rails] 01/02: ruby-rails: change dependency from bundler to ruby-bundler
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Feb 21 17:52:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rails.
commit 52431304a63ff994b8fabd1635484822416cac0e
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sun Feb 21 14:41:15 2016 -0300
ruby-rails: change dependency from bundler to ruby-bundler
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 13cf974..7cedb40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rails (2:4.2.5.1-2) unstable; urgency=medium
+
+ * ruby-rails: change dependency from bundler to ruby-bundler, which will
+ not pull a development toolchain in Recommends:.
+
+ -- Antonio Terceiro <terceiro at debian.org> Sun, 21 Feb 2016 13:58:35 -0300
+
rails (2:4.2.5.1-1) unstable; urgency=high
* New upstream release. Includes fixes for the following several security
diff --git a/debian/control b/debian/control
index 0da61b3..45400c1 100644
--- a/debian/control
+++ b/debian/control
@@ -153,8 +153,8 @@ Package: ruby-rails
Architecture: all
X-DhRuby-Root: ./
XB-Ruby-Versions: ${ruby:Versions}
-Depends: bundler (<< 2.0),
- bundler (>= 1.3.0),
+Depends: ruby-bundler (<< 2.0),
+ ruby-bundler (>= 1.3.0),
ruby-actionmailer (= ${source:Version}),
ruby-actionpack (= ${source:Version}),
ruby-actionview (= ${source:Version}),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rails.git
More information about the Pkg-ruby-extras-commits
mailing list