File: changelog

package info (click to toggle)
ruby-standalone 2.3.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 28
  • sloc: sh: 86; makefile: 58; ruby: 29; ansic: 16
file content (81 lines) | stat: -rw-r--r-- 3,234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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 <terceiro@debian.org>  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 <terceiro@debian.org>  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 <terceiro@debian.org>  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 <terceiro@debian.org>  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 <terceiro@debian.org>  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 <terceiro@debian.org>  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 <terceiro@debian.org>  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 <terceiro@debian.org>  Mon, 13 Oct 2014 09:55:01 -0300

ruby-standalone (0.1) unstable; urgency=medium

  * Initial release

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 20 Sep 2014 11:42:31 -0300