[DRE-commits] [rbenv] 03/05: Document removal of rbenv

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Feb 26 19:29:42 UTC 2014


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

terceiro pushed a commit to branch master
in repository rbenv.

commit ef84a0d01f9e432c2252af4327c7ff3eba7e65e8
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Feb 26 13:17:31 2014 -0300

    Document removal of rbenv
---
 debian/NEWS          | 11 +++++++++++
 debian/README.Debian | 21 ---------------------
 debian/rbenv.docs    |  1 -
 3 files changed, 11 insertions(+), 22 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
index 6c8c391..8b6b795 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,14 @@
+rbenv (0.4.0+debian1-2) unstable; urgency=medium
+
+  This release removes the rbenv-alternatives plugin. Since the Debian Ruby
+  maintainers decided to not maintain multiple versions anymore, this plugin
+  lost its purpose.
+
+  Note that it's still possible to switch between the Debian provided Ruby and
+  the ones you installed by yourself because rbenv already supports that.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Wed, 26 Feb 2014 13:15:21 -0300
+
 rbenv (0.3.0-1) unstable; urgency=low
 
   The rbenv-alternatives plugin in this release changes the interaction
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 69105a7..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,21 +0,0 @@
-The rbenv Debian package comes with the rbenv-alternatives plugin, which you
-can use to make the Ruby interpreters installed via APT available for use with
-rbenv.
-
-Example usage:
-
-    $ rbenv alternatives
-    $ rbenv versions
-      1.8.7-debian
-      1.9.2-debian
-    $ rbenv global 1.9.2-debian
-    $ rbenv version
-    1.9.2-debian (set by /home/terceiro/.rbenv/global)
-    $ ruby -v
-    ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux]
-
-Whenever you install a new Ruby interpreter, or uninstall a previously
-installed one, just run `rbenv alternatives` again and it will update your
-list of Debian-provided Ruby interpreters with rbenv.
-
- -- Antonio Terceiro <terceiro at debian.org>  Thu, 22 Sep 2011 21:28:52 -0700
diff --git a/debian/rbenv.docs b/debian/rbenv.docs
index 389dbb9..b43bf86 100644
--- a/debian/rbenv.docs
+++ b/debian/rbenv.docs
@@ -1,2 +1 @@
 README.md
-debian/README.Debian

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



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