[DRE-commits] [bundler] 02/08: mention build-essential, ruby-dev and sudo for development
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 4fcca2b6d7490e61b874ad0b2ad82c408996cc18
Author: Antonio Terceiro <terceiro at debian.org>
Date: Mon Feb 15 14:56:04 2016 -0200
mention build-essential, ruby-dev and sudo for development
---
debian/changelog | 2 ++
debian/control | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9e9fd1c..600f9cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ 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.
+ - mention the need for build-essential, ruby-dev and sudo for development
+ use cases in package description.
-- Antonio Terceiro <terceiro at debian.org> Mon, 15 Feb 2016 14:51:28 -0200
diff --git a/debian/control b/debian/control
index 53956ac..6ae1182 100644
--- a/debian/control
+++ b/debian/control
@@ -33,4 +33,6 @@ Description: Manage Ruby application dependencies
Bundler manages a Ruby application's dependencies through its entire
life, across many machines, systematically and repeatably.
.
- Bundler is most useful for developers of applications.
+ Bundler is used both by application runtimes to check their dependencies on
+ startup, and by developers to manage dependencies of their projects. The later
+ will probably also need to install build-essential, ruby-dev, and sudo.
--
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