File: changelog

package info (click to toggle)
ruby-celluloid 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: ruby: 7,579; makefile: 10
file content (139 lines) | stat: -rw-r--r-- 4,808 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
ruby-celluloid (0.18.0-2) unstable; urgency=medium

  * Team upload.
  * d/control (Testsuite): Enable the field again.
    (Breaks): Add indication that this breaks software.
  * d/rules (DH_RUBY_GEM_INSTALL_INCLUDE): Install files from spec/ to fix the
    celluloid/rspec module.
  * d/ruby-tests.rake: Fix to allow testing on both buildd and autopkgtest.
  * d/patches/add-missing-requires.patch: Add patch.
    - Add missing require statements and drop coverall.
  * d/patches/series: Enable new patch.

 -- Daniel Leidert <dleidert@debian.org>  Fri, 17 Feb 2023 22:45:11 +0100

ruby-celluloid (0.18.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Drops deprecated Object#timeout call (closes: #1019614).

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on debhelper and ruby-timers.
    + ruby-celluloid: Drop versioned constraint on ruby-timers in Depends.

  [ Daniel Leidert ]
  * d/clean: Add file.
  * d/compat: Drop old compat file.
  * d/control: Add Rules-Requires-Root field.
    (Build-Depends): Change to dh-compat v13.
    (Standards-Version): Bump to 4.6.2.
    (Testsuite): Keep tests disabled.
    (Depends): Drop interpreter and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Update years.
  * d/ruby-celluloid.docs: Add REFACTOR.md.
  * d/ruby-celluloid.examples: Install examples.
  * d/ruby-tests.rake: Minor updates. Only run tests during build.
  * d/rules: Drop obsolete DH_RUBY_IGNORE_TESTS.
    (DH_RUBY): Use gem installation layout.
    (override_dh_clean): Drop in favor of d/clean.
    (override_dh_installchangelogs): Install upstream changelog.
  * d/patches/0003-replace-Fixnum-with-Integer.patch: Drop patch.
    - Upstream applied a fix of their own.
  * d/patches/remove-rubygems-bundler-coveralls.patch: Ditto.
    - Upstream removed the bundler requirement.
  * d/patches/series: Remove dropped patches.
  * d/upstream/metadata: Add Archive field.

 -- Daniel Leidert <dleidert@debian.org>  Thu, 09 Feb 2023 18:33:28 +0100

ruby-celluloid (0.17.3-1) experimental; urgency=medium

  [ Sruthi Chandran ]
  * Update patches

  [ Manas Kashyap ]
  * VCS updated
  * debhelper updated
  * Bump standards version to 4.2.1 (no changes)

  [ Pirate Praveen ]
  * New upstream release
  * Refresh patches
  * Update dependencies
  * Disable failing autopkgtest

 -- Pirate Praveen <praveen@debian.org>  Mon, 24 Dec 2018 19:57:10 +0530

ruby-celluloid (0.16.0-4) unstable; urgency=medium

  * Team upload.
  * Check gemspec dependencies during build
  * Relax gemspec dependency on timers (Closes: #811217)

 -- Pirate Praveen <praveen@debian.org>  Wed, 20 Jan 2016 01:27:27 +0530

ruby-celluloid (0.16.0-3) unstable; urgency=medium

  * Team upload.
  * Add patch with backported upstream commits for RSpec3 compatibility

 -- Hleb Valoshka <375gnu@gmail.com>  Fri, 26 Jun 2015 17:18:50 +0300

ruby-celluloid (0.16.0-2) unstable; urgency=medium

  * Team upload
  * Add deactivate_probe_spec_issue.patch to disable a randomly failing test
    (Closes: #786669)
  * Bump Standards-Version to 3.9.6 (no changes needed)

 -- Cédric Boutillier <boutil@debian.org>  Thu, 04 Jun 2015 13:16:21 +0200

ruby-celluloid (0.16.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Drop fix_relative_path_rspec.patch (merged upstream)
  * Tighten ruby-timers dependency to >= 4.0.0

 -- Pirate Praveen <praveen@debian.org>  Tue, 19 May 2015 13:41:10 +0530

ruby-celluloid (0.15.2-2) unstable; urgency=medium

  * Team upload.
  * No changes rebuild to add rubygems-integration support for all
    interpreters.

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 10 Apr 2014 22:56:03 -0300

ruby-celluloid (0.15.2-1) unstable; urgency=medium

  * Team upload.
  * Imported Upstream version 0.15.2
  * Bump Standards-Version to 3.9.5 (no changes needed)
  * Refresh patches
  * Install README.md; do not install CHANGES.md, missing from this upstream
    version
  * Create a log/ dir for the tests and remove it afterwards

 -- Cédric Boutillier <boutil@debian.org>  Fri, 24 Jan 2014 00:41:07 +0100

ruby-celluloid (0.14.0-2) unstable; urgency=low

  * Team upload
  * install files from spec/support in $vendorlib/celluloid/support/
  * add fix_relative_path_rspec.patch to fix paths in celluloid/rspec.rb

 -- Cédric Boutillier <boutil@debian.org>  Thu, 23 Jan 2014 23:03:39 +0100

ruby-celluloid (0.14.0-1) unstable; urgency=low

  * Initial release (Closes: #708709)

 -- Praveen Arimbrathodiyil <praveen@debian.org>  Sat, 18 May 2013 02:56:59 +0530