ruby-standalone (2.5.0) unstable; urgency=medium * Create rubyX.Y symlink dynamically. This fixes a bug inserted by "Eliminate the need for rebuilds when switching default Ruby version", without reintroducing such need. -- Antonio Terceiro Mon, 26 Feb 2018 14:45:11 -0300 ruby-standalone (2.5) unstable; urgency=medium * ruby.c: fix logic around newargv * Eliminate the need for rebuilds when switching default Ruby version * Bump Standards-Version to 4.1.3; no changes needed * Drop uneccessary Testsuite: field -- Antonio Terceiro Sun, 25 Feb 2018 15:13:55 -0300 ruby-standalone (2.3.1.1) unstable; urgency=medium * Makefile: actually make manpage reproducible * Bump Standards-Version to 4.0.0; no changes needed * Bump debhelper compatibility level to 10 -- Antonio Terceiro Fri, 01 Sep 2017 20:20:06 -0300 ruby-standalone (2.3.1) unstable; urgency=medium * debian/rules: enable all hardening features * debian/control: Bump Standards-Version to 3.9.8; no changes needed -- Antonio Terceiro Tue, 26 Jul 2016 09:18:15 -0300 ruby-standalone (2.3.0) unstable; urgency=medium * Drop rake binary as Ruby 2.3 does not bundle rake anymore. To use rake with Ruby 2.3 one needs to actually install it. * Bump Standards-Version: to 3.9.7, no changes needed -- Antonio Terceiro Thu, 03 Mar 2016 14:51:42 -0300 ruby-standalone (0.6) unstable; urgency=medium * debian/control: fix typos in description * Drop dependency on debconf * debian_ruby_standalone.rb: don't hide errors is loading debian_ruby_standalone_config.rb fails. * Install `rubyX.Y` as a link to `ruby` so that binaries installer by bundler work. (Bundler forces Rubygems to use a shebang like `/usr/bin/env rubyX.Y`). Since we need a rebuild when the default rubyX.Y changes, add a dependency on rubyX.Y so we know when to binNMU the package. * Switch Vcs-* to https URLs * Fix manpage build to produce a correct NAME section -- Antonio Terceiro Thu, 18 Feb 2016 18:42:49 -0200 ruby-standalone (0.5.1) unstable; urgency=medium [ Reiner Herrmann ] * Make manpage reproducible (Closes: #792525) -- Antonio Terceiro Fri, 24 Jul 2015 13:02:25 -0300 ruby-standalone (0.5) unstable; urgency=medium * Force shebang of installed scripts to use the ruby from ruby-standalone -- Antonio Terceiro Wed, 10 Dec 2014 15:20:39 -0200 ruby-standalone (0.4) unstable; urgency=medium * Change Gem.user_dir to $HOME/.ruby-standalone/gems/ruby/$RUBYVERSION so stuff installed without ruby-standalone does not clash with stuff installed with it. . In special, this handles the case where something was installed without ruby-standalone and used Debian packages to satisfy dependencies, but when you switch to ruby-standalone that dependency will be missing and the package will be effectively broken. * ruby-standalone: export RUBY_STANDALONE. This is useful for usage in shell prompts etc. * remove debian/po; debian/templates has been removed in 0.2 when I "backed down on the idea of suggesting to create symlinks in /usr/local/bin" (via debconf). Having debian/po/ in the source package wastes time of our translators who will think those translations are actually used. Closes: #771642 -- Antonio Terceiro Mon, 01 Dec 2014 13:35:09 -0200 ruby-standalone (0.3) unstable; urgency=medium * add a `rake` binary, to run the rake included with Ruby. -- Antonio Terceiro Mon, 20 Oct 2014 18:42:42 -0200 ruby-standalone (0.2) unstable; urgency=medium * Added a `ruby-standalone` binary. See ruby-standalone(1), and backed down on the idea of suggesting to create symlinks in /usr/local/bin. -- Antonio Terceiro Mon, 13 Oct 2014 09:55:01 -0300 ruby-standalone (0.1) unstable; urgency=medium * Initial release -- Antonio Terceiro Sat, 20 Sep 2014 11:42:31 -0300