File: changelog

package info (click to toggle)
ruby-hoe 4.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: ruby: 2,251; makefile: 5
file content (200 lines) | stat: -rw-r--r-- 6,369 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
ruby-hoe (4.6.1+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Upgrade the watch file to version 5.
  * New upstream release.
  * Drop Rules-Requires-Root field, it is now redundant.

 -- Simon Quigley <tsimonq2@debian.org>  Tue, 03 Mar 2026 08:00:07 -0600

ruby-hoe (4.6.0+dfsg1-1) unstable; urgency=medium

  * Team upload.

  [ Lucas Nussbaum ]
  * debian/gbp.conf: Add for DEP-14
  * debian/.gitattributes: remove
  * debian/salsa-ci.yml: use team-specific include

  [ Simon Quigley ]
  * New upstream release.
  * Drop {XS,XB}-Ruby-Versions from control.
  * Update Standards-Version to 4.7.3, no changes needed.

 -- Simon Quigley <tsimonq2@debian.org>  Wed, 11 Feb 2026 11:17:13 -0600

ruby-hoe (3.22.1+dfsg1-4) unstable; urgency=medium

  * Add upstream patch to fix tests against rake 13.2

 -- Antonio Terceiro <terceiro@debian.org>  Fri, 31 May 2024 17:25:47 -0300

ruby-hoe (3.22.1+dfsg1-3) unstable; urgency=medium

  * Team Upload.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Apply multi-arch hints.
    + ruby-hoe: Add :any qualifier for ruby dependency.

  [ Daniel Leidert ]
  * Fix watch file

  [ Nilesh Patra ]
  * Cherry-pick upstream patch to fix FTBFS with ruby3.1 (Closes: #1019630)
  * Use ${ruby:Depends} instead of depending directly on ruby

 -- Nilesh Patra <nilesh@debian.org>  Sat, 03 Dec 2022 09:10:12 +0530

ruby-hoe (3.22.1+dfsg1-2) unstable; urgency=medium

  * Team upload.
  * Add patch to skip test which is causing a FTBFS (Closes: #952041)

 -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 29 Jun 2020 19:12:45 -0300

ruby-hoe (3.22.1+dfsg1-1) unstable; urgency=medium

  * Team upload.

  [ Daniel Leidert ]
  * d/rules: Add override to install uipstream History.txt and use gem layout.
  * d/upstream/metadata: Add metadata.

  [ Utkarsh Gupta ]
  * New upstream version 3.22.1+dfsg1
    - Fixes FTBFS (Closes: #952041)

 -- Utkarsh Gupta <utkarsh@debian.org>  Thu, 02 Apr 2020 19:26:23 +0530

ruby-hoe (3.21.0+dfsg1-1) unstable; urgency=medium

  * Team upload.
  [ Georg Faerber ]
  * New upstream version 3.21.0.
  * Pull upstream tarball via gemwatch.debian.net and enable repacking, to
    remove an excluded file.
  * Bump Standards-Version to 4.5.0 (no changes needed).
  * Drop compat file, rely on debhelper-compat and bump compat level to 12.
  * Declare that the build doesn't need root.
  * Refresh patches for new release.
  * Add patch to drop path-dependent require in tests.
  * Use HTTPS in link to copyright format specs.
  * Use salsa.debian.org in Vcs-* fields.
  * Drop outdated version requirements of rake and ruby-minitest.
  * Run wrap-and-sort -abt.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

 -- Georg Faerber <georg@debian.org>  Thu, 06 Feb 2020 11:34:16 +0000

ruby-hoe (3.16.0-1) unstable; urgency=medium

  * Team upload.
  * debian/copyright: fix Files-Excluded by moving the Comments to a Comment:
    field
  * New upstream release
    - will take rake 12.0.0
  * Refresh packaging with `dh-make-ruby -w`
  * debian/patches/adapt-bin-wrapper.patch: added to adapt path to binaries to
    match Debian
  * debian/patches/disable-tests.patch: disable a test that fails inexplicably
    (even for upstream, it seems)
  * Drop rdoc documentation, which was removed upstream
  * Bump Standards-Version to 4.0.0, no changes needed

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 01 Jul 2017 11:15:56 -0300

ruby-hoe (3.14.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Update patch disable-tests for new upstream release
  * debian/watch: Change dversionmangle to uversionmangle

 -- Lucas Albuquerque Medeiros de Moura <lucas.moura128@gmail.com>  Sat, 12 Mar 2016 15:12:02 -0300

ruby-hoe (3.12.0+dfsg-1) unstable; urgency=medium

  * imported upstream version 3.12.0
  * total reconfiguration of documentation.
    - install upstream rdocs + register w/ doc-base
    - install upstream changelog
    - sow.1 revamped
      -- spelling + grammar fixes
      -- formatting fixes
      -- SEE ALSO section points to available documentation
    - automatically exclude Hoe.pdf from upstream tarball
  * d/control:
    - new BD: libjs-jquery (for docs)
    - updated homepage
    - added self to uploaders
  * d/copyright updated
  * bumped dh, compat to 9
  * readded "+dfsg" to version

 -- Caitlin Matos <caitlin.matos@zoho.com>  Wed, 06 Aug 2014 22:11:29 -0400

ruby-hoe (3.8.0-2) unstable; urgency=medium

  * Team upload.
  * Fix versions of rake dependency (Closes: #735613)

 -- Christian Hofstaedtler <zeha@debian.org>  Fri, 17 Jan 2014 00:32:45 +0100

ruby-hoe (3.8.0-1) unstable; urgency=medium

  * Team upload
  * Imported Upstream version 3.8.0
  * debian/control:
    + remove obsolete DM-Upload-Allowed flag
    + use canonical URI in Vcs-* fields
  * debian/copyright: use copyright-format/1.0 official URL for Format field
  * bump Standards-Version to 3.9.5 (no changes needed)
  * drop rubygems from Depends, restrict version checking for rake
  * Refresh patches
  * Add a man page for the sow utility
  * fix syntax error in debian/copyright

 -- Cédric Boutillier <boutil@debian.org>  Thu, 16 Jan 2014 12:05:58 +0100

ruby-hoe (3.0.3-2) unstable; urgency=low

  [ Shawn Landden ]
  * Change dependency to `rubygems1.9.1 | rubygems` to avoid pulling ruby1.8
    through rubygems if ruby1.9.1 (which provides rubygems1.9.1) is already
    installed.
    (Closes: #685330)

  [ Antonio Terceiro ]
  * Team upload.

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 26 Aug 2012 18:00:12 -0300

ruby-hoe (3.0.3-1) unstable; urgency=low

  [ Cédric Boutillier ]
  * copyright: change to a working url in Format: field

  [ Ondřej Surý ]
  * Imported Upstream version 3.0.3
  * Needed for RoR 3.2

 -- Ondřej Surý <ondrej@debian.org>  Wed, 25 Apr 2012 12:13:15 +0200

ruby-hoe (2.9.4+dfsg1-1) unstable; urgency=low

  [ Lucas Nussbaum ]
  * Initial release (Closes: #627328)

  [ Clint Byrum ]
  * Move template to /usr/share/ruby-hoe/template
  * Repacking without Hoe.pdf to comply with archive restrictions
    on documentation that cannot be rebuilt from sources.

 -- Clint Byrum <clint@ubuntu.com>  Tue, 14 Jun 2011 22:00:56 +0200