File: changelog

package info (click to toggle)
ruby-standalone 3.0~1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 92 kB
  • sloc: sh: 98; makefile: 68; ansic: 25; ruby: 6
file content (183 lines) | stat: -rw-r--r-- 6,845 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
ruby-standalone (3.0~1) unstable; urgency=medium

  * Revert "binstubs: generate shebang matching the ruby we compile for"
  * lintian: ignore ruby-script-but-no-ruby-dep

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 26 Jan 2022 20:40:38 -0300

ruby-standalone (3.0~0) unstable; urgency=medium

  * Allow building against a non-default Ruby
  * Makefile: optionally include a config.mk
  * .gitignore: add binstubs provided by ruby3.0
  * binstubs: generate shebang matching the ruby we compile for
  * Depend on the correct rubyX.Y package that we built for
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 26 Jan 2022 12:18:54 -0300

ruby-standalone (2.7~5) unstable; urgency=medium

  * autopkgtest: bundler-integration: add needs-internet restriction
  * Rewrite standalone support to work with ruby-rubygems being installed, by
    not using it.

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 23 Nov 2020 14:13:47 -0300

ruby-standalone (2.7~4) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Add .gitattributes to keep unwanted files out of the source package

  [ Antonio Terceiro ]
  * ruby-standalone wrapper: add `set -eu`
  * ruby-standalone wrapper: resist $USER being empty
  * Use backend implementation from rubygems-integration
  * Build manpage using ronn instead of pandoc

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 12 Sep 2020 19:23:10 -0300

ruby-standalone (2.7~3) unstable; urgency=medium

  * Provide binstubs for all binaries in rubyX.Y

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 24 May 2020 18:02:12 -0300

ruby-standalone (2.7~2) unstable; urgency=medium

  * Fix last warning against ruby2.7

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 01 Mar 2020 09:16:19 -0300

ruby-standalone (2.7~1) unstable; urgency=medium

  * Drop usage of deprecated Gem::ConfigMap
  * tests: bundler-integration: install a newer rake
  * run-tests: get ruby version only once
  * Fix default specifications dir for Ruby 2.7
  * tests: custom-rubyX.Y: be verbose

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 01 Mar 2020 09:04:40 -0300

ruby-standalone (2.7~0) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Antonio Terceiro ]
  * Avoid warnings about overridden methods being discarded
  * tests: Drop usage of deprecated ADTTMP variable
  * Vcs-*: point to salsa.debian.org
  * Bump Standard-Version to 4.5.0; no changes needed
  * debian/tests/control: make sure all tests have names
  * run-tests: tighten check for an installed ffi
  * tests: custom-rubyX.Y: allow output stderr on stderr

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 06 Feb 2020 10:33:35 +0100

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 <terceiro@debian.org>  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 <terceiro@debian.org>  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 <terceiro@debian.org>  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 <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