[DRE-commits] [rbenv] 01/01: Remove mentions of rbenv-alternatives

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Jan 29 19:51:05 UTC 2015


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

terceiro pushed a commit to branch master
in repository rbenv.

commit 781ad8a4a8c0115e5111293a3712bcf56398755c
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Jan 29 17:48:19 2015 -0200

    Remove mentions of rbenv-alternatives
---
 debian/changelog |  7 +++++++
 debian/copyright |  4 ----
 debian/rbenv.pod | 14 ++++++--------
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 850dafb..2e2cc87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rbenv (0.4.0+debian1-3) unstable; urgency=medium
+
+  * debian/copyright: remove mention to rbenv-alternatives/
+  * manpage: remove mention of rbenv-alternatives
+
+ -- Antonio Terceiro <terceiro at debian.org>  Thu, 29 Jan 2015 17:48:33 -0200
+
 rbenv (0.4.0+debian1-2) unstable; urgency=medium
 
   * Remove rbenv-alternatives plugin. The Ruby maintainers do not plan to
diff --git a/debian/copyright b/debian/copyright
index 70214df..245b6d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,10 +6,6 @@ Files: *
 Copyright: Copyright (c) 2011 Sam Stephenson
 License: MIT
 
-Files: rbenv-alternatives/*
-Copyright: Copyright © 2011 Antonio Terceiro <terceiro at debian.org>
-License: MIT
-
 Files: debian/*
 Copyright: Copyright © 2011 Antonio Terceiro <terceiro at debian.org>
 License: MIT
diff --git a/debian/rbenv.pod b/debian/rbenv.pod
index 17bf797..87f598b 100644
--- a/debian/rbenv.pod
+++ b/debian/rbenv.pod
@@ -10,21 +10,19 @@ Initialize rbenv for your acccount:
   $ echo 'eval "$(rbenv init -)"' >> ~/.bashrc
   # restart your shell after this
 
-Make the Ruby interpreters installed through APT and configured with the
-alternatives system to rbenv:
+Install different Ruby interpreters (requires the I<ruby-install>
+package):
 
-  $ rbenv alternatives
-  Added 1.8.7-debian
-  Added 1.9.2-debian
+  $ rbenv install 1.9.2-p290
 
 Switch between different Ruby interpreters:
 
-  $ rbenv global 1.9.2-debian
+  $ rbenv global 1.9.2-p290
   $ ruby -v
   ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux]
-  $ rbenv global 1.8.7-debian
+  $ rbenv global system
   $ ruby -v
-  ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
+  ruby [whatever version of Ruby Debian provides by default]
 
 The original rbenv README with a more comprehensive documentation,
 including all of the available commands, is available at

-- 
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