[DRE-commits] [bundler] 01/08: Avoid installing toolchain on end user systems

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Feb 15 20:12:09 UTC 2016


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

terceiro pushed a commit to branch master
in repository bundler.

commit 0c8aba48e0f70251ce6af6c4ac52bea7078254eb
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Feb 15 14:52:55 2016 -0200

    Avoid installing toolchain on end user systems
---
 debian/changelog | 10 +++++++++-
 debian/control   |  8 ++++----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4695c60..9e9fd1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
+bundler (1.10.6-3) UNRELEASED; urgency=medium
+
+  * Move build-essential, less, ruby-dev and sudo from Recommends: to
+    Suggests:. This way users installing Rails applications won't get
+    a full toolchain installed as well.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 15 Feb 2016 14:51:28 -0200
+
 bundler (1.10.6-2) unstable; urgency=medium
 
   * fix `bundle gem foo` by installing
     lib/bundler/templates/newgem/.travis.yml.tt to the correct place. gem2deb
-    don't installs dot-files inside lib/ by default, what is probably
+    doesn't install dot-files inside lib/ by default, what is probably
     sensible.
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 01 Oct 2015 18:30:14 -0300
diff --git a/debian/control b/debian/control
index 6ea496a..53956ac 100644
--- a/debian/control
+++ b/debian/control
@@ -25,10 +25,10 @@ Depends: ruby | ruby-interpreter,
          rubygems-integration,
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: build-essential,
-            less,
-            ruby-dev,
-            sudo
+Suggests: build-essential,
+          less,
+          ruby-dev,
+          sudo
 Description: Manage Ruby application dependencies
  Bundler manages a Ruby application's dependencies through its entire
  life, across many machines, systematically and repeatably.

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



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