/[pkg-ruby-extras]/trunk/libgems-ruby/debian/changelog
ViewVC logotype

Contents of /trunk/libgems-ruby/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5692 - (show annotations) (download)
Mon Jul 19 10:37:33 2010 UTC (2 years, 10 months ago) by daigo
File size: 12826 byte(s)
Removed: debian/patches/20100408-version_requirements-r2459.dpatch,
which has been applied by the upstream.
1 libgems-ruby (1.3.7-1) unstable; urgency=low
2
3 [ Lucas Nussbaum ]
4 * Team upload.
5 * Drop rdoc1.8 and rdoc1.9.1 from Build-Depends, as those packages were
6 merged into ruby1.8 and ruby1.9.1.
7
8 [ Daigo Moriwaki ]
9 * New upstream release. (Closes: #589511)
10 * Converted dpatch to quilt.
11 * Removed: debian/patches/20100408-version_requirements-r2459.dpatch,
12 which has been applied by the upstream.
13
14 -- Daigo Moriwaki <daigo@debian.org> Mon, 19 Jul 2010 18:45:43 +0900
15
16 libgems-ruby (1.3.6-2) unstable; urgency=low
17
18 * Added a patch: debian/patches/20100408-version_requirements-r2459.dpatch
19 fixing an undefined method error (version_requirements=), which is a
20 backport from the upstream r2459. Thanks to Jeremy Lal.
21 (Closes: #576870)
22
23 -- Daigo Moriwaki <daigo@debian.org> Thu, 08 Apr 2010 21:54:01 +0900
24
25 libgems-ruby (1.3.6-1) unstable; urgency=low
26
27 * New upstream release (Closes: #574801)
28 * Added debian/README.source due to depending on dpatch to build.
29 * debian/control: Bumped up Standards-Version to 3.8.4.
30
31 -- Daigo Moriwaki <daigo@debian.org> Wed, 07 Apr 2010 19:22:46 +0900
32
33 libgems-ruby (1.3.5-2) unstable; urgency=low
34
35 * debian/rules: Fixed a FTBFS bug. Thanks to Jon Bernard for a patch.
36 (Closes: #549778)
37
38 -- Daigo Moriwaki <daigo@debian.org> Mon, 26 Oct 2009 19:59:51 +0900
39
40 libgems-ruby (1.3.5-1) unstable; urgency=low
41
42 * New upstream release.
43 * Removed rubygems1.9 package. Instread, provide rubygems1.9.1 for
44 ruby1.9.1.
45 * added debian/fixshebang.sh to fix a shebang line.
46 * debian/control: Bumped up Standards-Version to 3.8.2.
47
48 -- Daigo Moriwaki <daigo@debian.org> Sat, 08 Aug 2009 14:30:17 +0900
49
50 libgems-ruby (1.3.4-1) unstable; urgency=low
51
52 * New upstream release.
53
54 -- Daigo Moriwaki <daigo@debian.org> Sun, 14 Jun 2009 17:33:44 +0900
55
56 libgems-ruby (1.3.3-1) unstable; urgency=low
57
58 * New upstream release
59 * Gems failed to build a gem package with a gemspec that does not have a
60 homepage attribute. This issue has been fixed by the upstream.
61 (Closes: #529713)
62
63 -- Daigo Moriwaki <daigo@debian.org> Thu, 21 May 2009 23:02:55 +0900
64
65 libgems-ruby (1.3.2-1) unstable; urgency=low
66
67 [ Daigo Moriwaki ]
68 * New upstream release.
69 * debian/control:
70 - Bumped up the Standards-Version to 3.8.1.
71 - Depend ${misc:Depends} as well.
72 * debian/rules:
73 - Removed a deprecated dependency to a 'TODO' file.
74 * Bumped up the compat level to 7.
75 - debian/compat
76 - debian/control.
77
78 [ Gunnar Wolf ]
79 * Changed section to Ruby as per ftp-masters' request
80
81 -- Daigo Moriwaki <daigo@debian.org> Tue, 28 Apr 2009 21:18:02 +0900
82
83 libgems-ruby (1.3.1-1) experimental; urgency=low
84
85 * New upstream release.
86 * Removed debian/patches/21_avoid_ioseek.dpatch since the upstream checks
87 I/O errors now.
88
89 -- Daigo Moriwaki <daigo@debian.org> Wed, 19 Nov 2008 00:03:20 +0900
90
91 libgems-ruby (1.2.0-3) unstable; urgency=low
92
93 * debian/control:
94 - `rubygems' is present again to provide a dependency
95 package referring to rubygems1.8.
96 - Bumped up Standards-Version to 3.8.0: used ${binary:Version} instread.
97
98 -- Daigo Moriwaki <daigo@debian.org> Sun, 31 Aug 2008 23:56:21 +0900
99
100 libgems-ruby (1.2.0-2) unstable; urgency=low
101
102 * debian/rules: Fixed a file conflict with libruby1.9 (Closes: #493309)
103
104 -- Daigo Moriwaki <daigo@debian.org> Sun, 03 Aug 2008 21:32:36 +0900
105
106 libgems-ruby (1.2.0-1) unstable; urgency=low
107
108 * New upstream release. (Closes: #487820)
109 * debian/control: Specified a minimum version of ruby1.9 because the
110 rubygems package was merged.
111
112 -- Daigo Moriwaki <daigo@debian.org> Thu, 26 Jun 2008 23:10:40 +0900
113
114 libgems-ruby (1.1.1-2) experimental; urgency=low
115
116 * The rubygems and libgems-ruby1.8 packages are now deprecated and merged
117 into a new rubygems1.8 package. In addition, this source also provides
118 rubygems1.9.
119
120 -- Daigo Moriwaki <daigo@debian.org> Sun, 08 Jun 2008 22:31:57 +0900
121
122 libgems-ruby (1.1.1-1) unstable; urgency=low
123
124 * New upstream release.
125 * No "instaling" (typo) found. Fixed by the upstream. (Closes: #443135)
126 * debian/patches/01_default_gem_path.dpatch: install executables to
127 /var/lib/gems/1.8/bin. (Closes: #458987, #480250)
128 * debian/control: 'rubygems' package now Suggests ruby1.8-dev and
129 build-essential since some gems may require native build.
130 (Closes: #466189)
131 * gem now respects --http-proxy. Fixed by the upstream. (Closes: #414703)
132
133 -- Daigo Moriwaki <daigo@debian.org> Sat, 10 May 2008 16:28:31 +0900
134
135 libgems-ruby (1.0.1-4) unstable; urgency=low
136
137 * debian/etc/bash_completion.d/gem1.8: The completion did not work
138 because of a wrong function name. This issue has been fixed.
139 Thanks to Victor Serbin.
140
141 -- Daigo Moriwaki <daigo@debian.org> Thu, 27 Dec 2007 23:46:36 +0900
142
143 libgems-ruby (1.0.1-3) unstable; urgency=low
144
145 * BTS numbers to be closed were wrong at 1.0.0-1.
146 (Closes: #457065, #457180)
147
148 -- Daigo Moriwaki <daigo@debian.org> Thu, 27 Dec 2007 23:31:56 +0900
149
150 libgems-ruby (1.0.1-2) unstable; urgency=low
151
152 * debian/postrm: Only the /var/lib/gems/1.8 directory should be removed.
153
154 -- Daigo Moriwaki <daigo@debian.org> Thu, 27 Dec 2007 23:19:00 +0900
155
156 libgems-ruby (1.0.1-1) unstable; urgency=low
157
158 * New upstream release.
159 * debian/control: depends rdoc1.8 instead of rake. Explicitly use
160 rdoc1.8 to generate documentations because rake depends on RubyGems.
161
162 -- Daigo Moriwaki <daigo@debian.org> Tue, 25 Dec 2007 21:04:14 +0900
163
164 libgems-ruby (1.0.0-1) unstable; urgency=low
165
166 [ Daigo Moriwaki ]
167 * New upstream release (Closes: #45706, #45718, #443135).
168 * Removed patches since the upstream has resolved the issues
169 - debian/patches/03_config_file.dpatch
170 - debian/patches/04_gem_runner.dpatch
171 - debian/patches/06_dependency_list.dpatch
172 - debian/patches/07_security.dpatch
173 - debian/patches/10_datadir.dpatch
174 * Replaced patches with a new and upstream-friendly way.
175 Thanks to James Healy <jimmy at deefa dot com>.
176 - Removed debian/patches/01_rubygems.dpatch
177 - Removed debian/patches/02_post-install.dpatch
178 - Added debian/patches/01_default_gem_path.dpatch
179 * Removed patches for --build-root command option, which is no longer
180 supported.
181 - 05_gem_commands.dpatch
182 - 09_installer.dpatch
183 * debian/patches/08_tighter_search_regex.dpatch: Followed the upstream
184 changes. Thanks to James Healy.
185 * Added debian/patches/03_disable_update_system.dpatch:
186 Disabled gem update --system (Closes: #452547).
187 Thanks to James Healy.
188 * debian/patches/21_avoid_ioseek.dpatch: Added a description.
189 * Added debian/etc/bash_completion.d/gem1.8 instead of patching
190 by debian/patches/22_add_bash_completion.dpatch
191 - Improved a description. Thanks to James Healy.
192 - Followed new options.
193 Thanks to Victor Serbin <chepel at hotmail dot com>.
194 * Removed man pages and corrected debian/rules since the commands
195 are gone.
196 - debian/gem_mirror.1
197 - debian/gem_server.sgml
198 - debian/gemlock.1,
199 - debian/gemri.1
200 - debian/gemwhich.sgml
201 - debian/index_gem_repository.1
202 * debian/libgems-ruby1.8.docs: Included 'html/' (instead of 'docs/')
203 where documents are correctly generated. 'Releases' is no longer
204 provided.
205 * Added debian/rubygems.manpages. Thanks to James Healy.
206 * debian/control:
207 - Added rake in Build-Depends-Indep to generate documentations.
208 - Removed unnecessary docbook-to-man from Build-Depends-Indep.
209 - Bumped Standards-Version to 3.7.3.
210 * Added debian/prerm and debian/postrm: /usr/bin/gem and gem1.8 are
211 now managed by Debian alternatives system.
212
213 [ Arnaud Cornet ]
214 * Use new Homepage dpkg header.
215
216 -- Daigo Moriwaki <daigo@debian.org> Thu, 20 Dec 2007 20:03:53 +0900
217
218 libgems-ruby (0.9.4-4) unstable; urgency=low
219
220 * debian/patches/22_add_bash_completion.dpatch: imported Ubuntu's work.
221 It enables bash completion for the gem command.
222 Thanks to Ubuntu MOTU Developers.
223 * move debian/README.Debian to debian/rubygems.README.Debian.
224
225 -- Daigo Moriwaki <daigo@debian.org> Sun, 05 Aug 2007 09:53:12 +0900
226
227 libgems-ruby (0.9.4-3) unstable; urgency=low
228
229 * debian/control: Replace deprecated ${Source-Version} with
230 ${source:Version}. Thanks to Paul van Tilburg.
231
232 -- Daigo Moriwaki <daigo@debian.org> Wed, 01 Aug 2007 12:47:21 +0900
233
234 libgems-ruby (0.9.4-2) unstable; urgency=low
235
236 * debian/control: The rubygems package depends on the libgems-ruby package
237 having a particuler version same as source's. (Closes: #434167)
238
239 -- Daigo Moriwaki <daigo@debian.org> Wed, 01 Aug 2007 12:31:05 +0900
240
241 libgems-ruby (0.9.4-1) unstable; urgency=low
242
243 * New upstream release. (Closes: #426190)
244 * Removed dummy entries in this changelog.
245
246 -- Daigo Moriwaki <daigo@debian.org> Sun, 27 May 2007 16:17:35 +0900
247
248 libgems-ruby (0.9.3-1) unstable; urgency=low
249
250 * New upstream release. (Closes: #407576)
251 * Stopped using the "Uploaders rule".
252 * debian/control
253 - Bumped up Standards-Version to 3.7.2.
254 - The rubygems package now depends on ruby1.8 instead of ruby because
255 shebangs in scripts are /usr/bin/ruby1.8.
256 - Description 'Homepage:' should preceed 2 spaces. (Closes: #415221)
257 * The upstream's URL has been changed. (Closes: #413251)
258 * The shebang of /usr/bin/gem is now "#!/usr/bin/ruby1.8" instead of
259 "#!/usr/bin/env ruby". (Closes: #416775)
260 * CVE-2007-0469: RubyGems did not check installation paths for gems
261 before writing files. (Closes: #408299)
262
263 -- Daigo Moriwaki <daigo@debian.org> Sun, 27 May 2007 11:03:02 +0900
264
265 libgems-ruby (0.9.0-6) unstable; urgency=low
266
267 * Installing gems on s390 did not work because of an IO.seek trouble.
268 Add a patch (debian/patches/21_avoid_ioseek.dpatch) for a workaround.
269 (Closes: #406388)
270
271 -- Daigo Moriwaki <daigo@debian.org> Mon, 15 Jan 2007 20:36:33 +0900
272
273 libgems-ruby (0.9.0-5) unstable; urgency=medium
274
275 * Nothing is changed but uploading to the unstable distribtion. In order to
276 make it into Etch's freeze, the urgency is bumped up.
277
278 -- Daigo Moriwaki <daigo@debian.org> Fri, 13 Oct 2006 12:41:29 +0900
279
280 libgems-ruby (0.9.0-4) experimental; urgency=low
281
282 * Fixed the watch-file again (typo in group_id). Thanks to Paul van Tilburg.
283
284 -- Daigo Moriwaki <daigo@debian.org> Wed, 13 Sep 2006 12:39:31 +0900
285
286 libgems-ruby (0.9.0-3) experimental; urgency=low
287
288 * Fixed the watch-file. Thanks to Paul van Tilburg.
289
290 -- Daigo Moriwaki <daigo@debian.org> Mon, 11 Sep 2006 22:57:20 +0900
291
292 libgems-ruby (0.9.0-2) experimental; urgency=low
293
294 * Apply a patch of Marcus Rueckert for the --build-root option of the gem
295 command where the files are to be installed.
296 http://rubyforge.org/pipermail/rubygems-developers/2006-June/002010.html
297
298 -- Daigo Moriwaki <daigo@debian.org> Sat, 16 Jul 2006 15:57:00 +0900
299
300 libgems-ruby (0.9.0-1) experimental; urgency=low
301
302 * New upstream release.
303 * debian/generate_yaml_index.sgml was removed because the upstream deleted
304 the command.
305 * Write man pages for gem, gemlock, gemri, index_gem_repository and
306 gem_mirror.
307 * Add a patch (debian/patches/10_datadir.dpatch) which removes the
308 unnecessary shebang.
309
310 -- Daigo Moriwaki <daigo@debian.org> Fri, 7 Jul 2006 15:25:30 +0900
311
312 libgems-ruby (0.8.11-4) experimental; urgency=low
313
314 * Add ruby1.8-dev to the recommends as users may build gem native
315 extensions. (Closes: #373843)
316 * Move Build-Depends-Indep to Build-Depends as per policy section 7.6.
317 * Put Standards-Version to the latest version, 3.7.2.
318 * Put the debhelper version that is depended on to 5.
319
320 -- Daigo Moriwaki <daigo@debian.org> Fri, 16 Jun 2006 23:35:03 +0900
321
322 libgems-ruby (0.8.11-3) experimental; urgency=low
323
324 * This package is now managed under pkg-ruby-extras
325 https://alioth.debian.org/projects/pkg-ruby-extras/.
326 * Add debian/control.in, which generates debian/control.
327 * debian/patches/01_rubygems.dpatch: Fix a bug. GEM_HOME is now available to
328 specify where gems are to be installed.
329
330 -- Daigo Moriwaki <daigo@debian.org> Wed, 26 Apr 2006 23:49:18 +0900
331
332 libgems-ruby (0.8.11-2) experimental; urgency=low
333
334 * debian/patches/08_tighter_search_regex.dpatch: new. fix a bug where the
335 regular expression in the local gem searching code was not using the ^ and
336 $ anchors on the gem name given on the command line, resulting in failures
337 when another gem then the specified has a substring match. (Blair Zajac
338 <blair@orcaware.com>)
339
340 * debian/patches/09_installer.dpatch: new. fix a issue where executables
341 of installed gems were not uninstalled.
342
343 -- Daigo Moriwaki <beatles@sgtpepper.net> Thu, 3 Nov 2005 14:54:00 +0900
344
345 libgems-ruby (0.8.11-1) experimental; urgency=low
346
347 * Initial Release [closes: #282429].
348
349 -- Daigo Moriwaki <beatles@sgtpepper.net> Sat, 10 Sep 2005 23:48:29 +0900

  ViewVC Help
Powered by ViewVC 1.1.5