File: changelog

package info (click to toggle)
rake 13.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 912 kB
  • sloc: ruby: 9,641; ansic: 19; sh: 19; makefile: 11
file content (460 lines) | stat: -rw-r--r-- 14,810 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
rake (13.0.6-3) unstable; urgency=medium

  * bash_completion: complete all tasks, even undocumented ones

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 12 Mar 2022 12:49:56 -0300

rake (13.0.6-2) unstable; urgency=medium

  * fix gemspec loading under autopkgtest

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 06 Jan 2022 12:44:41 -0300

rake (13.0.6-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Antonio Terceiro ]
  * bash completion: fix test for Rakefile updates
  * debian/watch: fix check for new upstream releases
  * New upstream version 13.0.6
  * Refresh patches
    - Consolidated 0001-test-helper-adapt-to-test-installed-package.patch
      and 0004-fix-autopkgtest.patch into a single patch
      (0001-test-adapt-to-test-installed-package.patch), as both deal with
      autopkgtest support in the test suite.
    - Dropped 0003-gemspec-drop-git-usage.patch, made unnecessary dues to
      upstream changes.
  * Drop alternative dependency on ruby-interpreter
  * Bump Standards-Version to 4.6.0; no changes needed

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 06 Jan 2022 11:33:24 -0300

rake (13.0.3-1) unstable; urgency=medium

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

  [ Antonio Terceiro ]
  * New upstream version 13.0.3
  * Refresh patches

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 06 Feb 2021 13:45:38 -0300

rake (13.0.1-4) unstable; urgency=medium

  * Team upload
  * Add patch to fix autopkgtest (when using --gem-install)

 -- Utkarsh Gupta <utkarsh@debian.org>  Thu, 02 Apr 2020 01:16:04 +0530

rake (13.0.1-3) unstable; urgency=medium

  * Team upload
  * Use --gem-install

 -- Utkarsh Gupta <utkarsh@debian.org>  Thu, 02 Apr 2020 00:22:55 +0530

rake (13.0.1-2) unstable; urgency=medium

  * debian/changelog:
    - Drop trailing whitespace.
  * debian/control:
    - Use my debian.org email address.

 -- Georg Faerber <georg@debian.org>  Wed, 05 Feb 2020 14:32:38 +0000

rake (13.0.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Depend on ruby:any, instead of any. This should help Ubuntu folks to
      cross-install and -test Ruby, as asked for by Steve Langasek.
      (Closes: #949108)
    - Bump Standards-Version to 4.5.0, no changes required.
  * debian/patches:
    - Refresh for new release.

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Georg Faerber <georg@debian.org>  Wed, 05 Feb 2020 11:49:28 +0000

rake (12.3.3-1) unstable; urgency=medium

  * Team upload

  [ Georg Faerber ]
  * CI: Disable reprotest job, as it leads to false positives
  * Drop compat file, rely on debhelper-compat

  [ Utkarsh Gupta ]
  * New upstream version 12.3.3
  * Refresh d/patches
  * Remove d/tests/control.autodep8
  * Bump Standards-Version to 4.4.0
  * Add d/upstream/metadata
  * Add salsa-ci.yml

 -- Utkarsh Gupta <guptautkarsh2102@gmail.com>  Sun, 15 Sep 2019 11:29:53 +0530

rake (12.3.1-3) unstable; urgency=medium

  * Revert the drop of the ruby dependency. See Debian bug #897279 for related
    discussion.
  * Add a simple smoke test

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 02 May 2018 10:46:41 -0300

rake (12.3.1-2) unstable; urgency=medium

  * Drop dependency on ruby, breaking circular dependency (ruby → rubyX.Y →
    librubyX.Y → rake → ruby)
    - debian/rules: fail the build if rake depends on ruby
    - debian/rake.lintian-overrides: override lintian check for ruby scripts
      needing a dependency on ruby
  * Bump Standards-Version top 4.1.4; no changes needed

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 01 May 2018 22:10:36 -0300

rake (12.3.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches: Refresh for release 12.3.1-1.

 -- Georg Faerber <georg@riseup.net>  Fri, 23 Mar 2018 23:27:13 +0100

rake (12.3.0-2) unstable; urgency=medium

  * debian/control:
    - Add myself as Uploader.
    - Bump required debhelper version to >= 11~.
    - Bump Standards-Version to 4.1.3, no changes needed.
    - Use salsa.debian.org for Vcs-{Git,Browser} fields.
    - Run wrap-and-sort.
  * debian/copyright:
    - Use HTTPS in link to copyright format specification.
    - Include missing authors and bump years to include 2018.
  * debian/compat: Bump debhelper compat level to 11.
  * debian/ruby-tests.rb: Ensure tests are working with ruby 2.5: Remove the
    call to the dropped option '-rubygems' in ruby 2.5, make the run of the
    testsuite verbose, and, drop the fixed seed, again. The later was needed
    to ensure the testsuite was executed successfully; this was fixed
    upstream, now. (Closes: #890751)
  * debian/rules: Install upstream changelog.

 -- Georg Faerber <georg@riseup.net>  Tue, 20 Mar 2018 03:04:12 +0100

rake (12.3.0-1) unstable; urgency=medium

  * New upstream version 12.3.0
  * Refresh patches
  * Bump Standards-Version to 4.1.2; no changes needed

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 07 Dec 2017 08:58:52 -0200

rake (12.0.0-1) unstable; urgency=medium

  * debian/watch, debian/copyright: pull from ruby/rake on Github
  * New upstream release
  * debian/copyright: drop paragraph that became unused
  * Refresh patches
  * debian/ruby-tests.rb:
    - adapt to reorganization in upstream source
    - force SEED used in randomizing test order, since the tests fail randomly
      depending on the order they are executed. See
      https://github.com/ruby/rake/issues/212
  * debian/control:
    - drop Build-Depends that are no longer necessary due to upstream changes
    - add ruby-bundler to Build-Depends
    - Change Testsuite: to autopkgtest-pkg-ruby
    - Bump Standards-Version to 4.0.0; no changes needed
  * Drop debian/tests/*: just use the common Ruby testing infrastructure
  * debian/patches/0003-gemspec-drop-git-usage.patch: drop usage of git in
    rake.gemspec

 -- Antonio Terceiro <terceiro@debian.org>  Fri, 30 Jun 2017 18:02:58 -0300

rake (10.5.0-2) unstable; urgency=medium

  * Team upload.
  * Set Multi-Arch: foreign to allow crossinstall of ruby itself

 -- Christian Hofstaedtler <zeha@debian.org>  Tue, 01 Mar 2016 19:15:02 +0100

rake (10.5.0-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches
  * Add debian/patches/skip-rake-libdir.patch: avoid includingh
    -I/usr/lib/ruby/vendor_ruby first in $LOAD_PATH, what breaks running tests
    of ruby-foo if there is another copy of ruby-foo already installed.
  * debian/control:
    - Bump Standards-Version to 3.9.7; no changes neeedd
    - Switch Vcs-* to https URLs

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 29 Feb 2016 17:03:19 -0300

rake (10.4.2-2) unstable; urgency=medium

  * Fix bash completion

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 11 Nov 2015 15:06:00 -0200

rake (10.4.2-1) unstable; urgency=medium

  * Team upload.
  * Remove obsolete d/require-rubygems.overrides
  * New upstream release: 10.4.2
    * Depends on newer minitest which is available in Debian.
      (Closes: #704150)
    * Remove upstream-applied patches.
  * debian/control: Replace XS-Testsuite with Testsuite
  * Update bash-completion install directory

 -- Christian Hofstaedtler <zeha@debian.org>  Fri, 31 Jul 2015 08:29:08 +0200

rake (10.3.2-2) unstable; urgency=medium

  * updated manpage to not reference rake-doc
  * bumped standards to 3.9.6 (no changes)

 -- Caitlin Matos <caitlin.matos@zoho.com>  Fri, 19 Sep 2014 15:43:51 -0400

rake (10.3.2-1) unstable; urgency=medium

  [ Ondřej Surý ]
  * Remove myself from Uploaders

  [ Caitlin Matos ]
  * New upstream release: 10.3.2
  * updated homepage
  * added self to uploaders
  * updated d/copyright
  * refreshed patches
  * added new BD: ruby-hoe
  * removed DH_RUBY_IGNORE_TESTS (unnecessary now)
  * updated and revised manpage, submitted upstream (Closes: #755845)
  * bumped dh, compat to 9

  [ Antonio Terceiro ]
  * bash completion: Improve speed and accuracy with colons in task names by
    borrowing some ideas from https://github.com/ai/rake-completion. Too bad
    they never tried to improve the completion included in this package
    instead.

 -- Caitlin Matos <caitlin.matos@zoho.com>  Thu, 28 Aug 2014 12:01:27 -0400

rake (10.1.1-1) unstable; urgency=medium

  * New upstream release
  * added debian/patches/skip_permission_test.patch
    - skips a test that is doomed to fail under fakeroot
  * added debian/patches/autopkgtest.patch
    - sets the right environment to run testsuite against the package as
      installed

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 15 Feb 2014 16:38:36 -0300

rake (10.0.4-1) unstable; urgency=low

  [ Cédric Boutillier ]
  * debian/control: remove obsolete DM-Upload-Allowed flag
  * use canonical URI in Vcs-* fields

  [ Antonio Terceiro ]
  * New upstream release
  * debian/patches/0001-remove_rubygems.patch: refresed

 -- Antonio Terceiro <terceiro@debian.org>  Fri, 17 May 2013 21:46:10 -0300

rake (0.9.2.2-4) unstable; urgency=low

  * Bump build dependency on gem2deb to >= 0.3.0~

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 25 Jun 2012 19:59:21 -0300

rake (0.9.2.2-3) unstable; urgency=low

  * debian/control:
    - Drop the depend on rdoc, as the ruby | ruby-interpreter depend already
      provides it (closes: #651503).
    - Drop the depend on rubygems, it is not needed.
    - Added myself to the uploaders.
    - Bumped standards version to 3.9.3; no changes required.
  * debian/copyright: update the format header for copyright format
    version 1.0.

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 17 Jun 2012 15:37:48 +0200

rake (0.9.2.2-2) unstable; urgency=low

  * Replace libflexmock-ruby* by ruby-flexmock in Build-Depends
  * Fix patch that removes Rubygems dependencies (Closes: #649984)
    + added a DEP8-style test for that

 -- Antonio Terceiro <terceiro@debian.org>  Fri, 25 Nov 2011 10:25:49 -0200

rake (0.9.2.2-1) unstable; urgency=low

  [ Ondřej Surý ]
  * New upstream release.
  * Convert package to gem2deb and to Ruby Wheezy policy.
  * Adopt the package under Debian Ruby Extras Maintainers,

  [ Antonio Terceiro ]
  * Fix bash completion (Closes: #638572). Thanks to Daniel T Chen for
    forwarding the patch from Ubuntu.
  * Properly escape minus signs in rake(1) manpage.

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 20 Nov 2011 15:46:07 -0200

rake (0.8.7-2) unstable; urgency=low

  * Remove build-dependency on libtest-unit-ruby. No longer needed.
    (closes: #577868)
  * Update standards to 3.8.4

 -- Adam Majer <adamm@zombino.com>  Fri, 16 Apr 2010 22:21:30 -0500

rake (0.8.7-1) unstable; urgency=low

  * New upstream release
  * Update standards to 3.8.3
  * Update required debhelper to at least version 7

 -- Adam Majer <adamm@zombino.com>  Fri, 04 Sep 2009 11:23:31 -0500

rake (0.8.4-1) unstable; urgency=low

  * New upstream release
  * Update Standards to 3.8.0 - no changes.

 -- Adam Majer <adamm@zombino.com>  Mon, 09 Mar 2009 14:09:01 -0500

rake (0.8.3-1) unstable; urgency=low

  * New upstream release
  * debian/control
     + Git repository tags added
     + Homepage link added
     + Use Debian's flexmock package instread of supplying our own.

 -- Adam Majer <adamm@zombino.com>  Mon, 23 Feb 2009 01:53:22 -0600

rake (0.8.1-3) unstable; urgency=low

  * Apply upstream patch (SVN r632) correcting one of the unit
    tests. The old unit test depends on the file system ordering
    while the new ones just check for consistency. File order is
    unimportant. (closes: #462817)

 -- Adam Majer <adamm@zombino.com>  Mon, 28 Jan 2008 11:42:11 -0600

rake (0.8.1-2) unstable; urgency=low

  * Really add zip as part of the recommends. Forgot to do that in the
    last upload. (closes: #378701)

 -- Adam Majer <adamm@zombino.com>  Sat, 26 Jan 2008 17:45:44 -0600

rake (0.8.1-1) unstable; urgency=low

  * New upstream release
  * Update Standard to 3.7.3 - no changes needed
  * debian/rules changes:
    + Remove bunch of MacOS specific files shipped in upstream tarball
    + Fixed unit testing by creating a missing subdirectory - it was
      actually missing in the tarball (closes: #436321)

 -- Adam Majer <adamm@zombino.com>  Sat, 26 Jan 2008 14:01:51 -0600

rake (0.7.3-1) unstable; urgency=low

  * New upstream release
  * Updated flexmock from 0.1.7 to 0.6.0
  * Updated Standards to 0.7.2 - no changes
  * Fixed Build-Depends on debhelper

 -- Adam Majer <adamm@zombino.com>  Sun, 06 May 2007 17:15:36 -0500

rake (0.7.2-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Mon, 19 Mar 2007 17:18:22 -0500

rake (0.7.1-1) unstable; urgency=low

  * New upstream release
     + Added a missing test2.rake file in test/rakelib so the unit
     tests succeed.

 -- Adam Majer <adamm@zombino.com>  Sun, 14 May 2006 00:30:02 -0500

rake (0.7.0-1) unstable; urgency=low

  * New upstream release (closes: 351999)
     + Added flexmock to the package's source to enable tests during build
     + dpatch is no longer needed for building (closes: 350577)
  * Moved Build-Depends to Build-Depends-Indep

 -- Adam Majer <adamm@zombino.com>  Sat, 11 Feb 2006 15:19:14 -0600

rake (0.6.2-2) unstable; urgency=low

  *  Apply an upstream patch to fix a problem with current Ruby fileutils and
     removal of noop option. Thanks to Lucas Nussbaum for pointing this out
     and finding the patch. (closes: #336937)

 -- Adam Majer <adamm@zombino.com>  Wed,  9 Nov 2005 21:41:16 -0600

rake (0.6.2-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Thu, 13 Oct 2005 18:36:11 -0500

rake (0.6.0-1) unstable; urgency=low

  * New upstream release
  * Updated to standards 3.6.2. No changes needed.

 -- Adam Majer <adamm@zombino.com>  Wed,  7 Sep 2005 13:18:33 -0500

rake (0.5.4-1) unstable; urgency=low

  * New upstream release
  * Added bash completion for rake thanks to Michael Schuerig (closes:
    #307051)

 -- Adam Majer <adamm@zombino.com>  Mon,  2 May 2005 12:37:03 -0500

rake (0.5.3-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Mon, 11 Apr 2005 08:46:28 -0500

rake (0.5.0-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Wed, 30 Mar 2005 18:24:01 -0600

rake (0.4.15-2) unstable; urgency=low

  * Added a missing build depends on rdoc thanks to Andreas Jochens (closes:
    #298339)

 -- Adam Majer <adamm@zombino.com>  Sun,  6 Mar 2005 15:12:41 -0600

rake (0.4.15-1) unstable; urgency=low

  * Initial Release (closes: #291732)

 -- Adam Majer <adamm@zombino.com>  Thu, 10 Feb 2005 18:37:28 -0600