File: changelog

package info (click to toggle)
ruby-pkg-tools 0.11.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 108 kB
  • ctags: 49
  • sloc: ruby: 246; perl: 15; sh: 5; makefile: 3
file content (269 lines) | stat: -rw-r--r-- 9,447 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
ruby-pkg-tools (0.11.4) unstable; urgency=low

  * Added myself to the team.

 -- Florian Ragwitz <rafl@debian.org>  Mon, 13 Nov 2006 00:07:29 +0100

ruby-pkg-tools (0.11.3) unstable; urgency=low

  * Added myself to the team.

 -- Filipe Lautert <filipelautert@celepar.pr.gov.br>  Thu,  9 Nov 2006 14:23:43 -0200

ruby-pkg-tools (0.11.2) unstable; urgency=low

  * Removed rcov and libgems-ruby from the sources file, since they
    have watch files.
  * Fix DEB_RUBY_ARCHDIR in ruby-common.mk to call the current ruby version
    instead of just ruby, so installing an extension will work with ruby 1.9.
  * In dh_rdoc, read entire .rdoc file instead of just one line

 -- Ari Pollak <ari@debian.org>  Sat,  7 Oct 2006 14:26:56 -0400

ruby-pkg-tools (0.11.1) unstable; urgency=low

  * Bugfix release.
  * Applied patch for ruby-common.mk to fix the path where extensions were
    installed. Patch courtesy of Sjoerd Simons (closes #390757).
  * Performed (temporary) dirty hack in pkg-ruby-get-sources to make it
    parse the DEHS output of uscan again.

 -- Paul van Tilburg <paulvt@debian.org>  Wed,  4 Oct 2006 21:50:36 +0200

ruby-pkg-tools (0.11) unstable; urgency=low

  [ Rudi Cilibrasi ]
  * Glad to be part of the team.

  [ Vincent Fourmond ]
  * Added myself to pkg-ruby-extras.team.

  [ Patrick Ringl ]
  * Added myself to the team aswell.

  [ Esteban Manchado Velázquez ]
  * Add "rdoc" to Depends, because of "dh_rdoc".
  * Add --siterubyver to DEB_RUBY_CONFIG_ARGS, so hobix (and others, probably)
    install things under /usr, instead of under /usr/local.
  * Add pkg-ruby-extras.sh, with useful aliases.

  [ Paul van Tilburg ]
  * Updated the package description.
  * Removed my packages from the sources file.

  [ Lucas Nussbaum ]
  * Removed my packages from the sources file, since they all use watch files.

  [ Arnaud Cornet ]
  * Removed my packages from the sources file, since they all use watch files.

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Sun, 10 Sep 2006 00:30:37 +0200

ruby-pkg-tools (0.10) unstable; urgency=low

  [ Lucas Nussbaum ]
  * Added source for librmagick-ruby version 1.12.0.
  * Added source for libgsl-ruby version 1.8.3.

  [ Paul van Tilburg ]
  * Added missing comma in the team list, leading to erronous control files
    being generated with version 0.9 of the package tools.

  [ Ari Pollak ]
  * Change Build-Depends-Indep: cdbs, debhelper to Build-Depends,
    as per policy section 7.6

  [ Esteban Manchado Velázquez ]
  * ruby-common.mk:
    * Fix DEB_RUBY_LIBDIR hardcodedness, and strip it.
    * Drop support for Ruby 1.6.
    * Avoid rb files compression, if using debhelper. Thanks to Lucas Nussbaum
      for the idea and code.
    * Also define a DEB_RUBY_ARCHDIR variable.
  * ruby-get-sources:
    * Drop support for sources file.
    * Some code refactoring.
  * ruby-extconf-rb.mk:
    * Specify both sitelibdir and sitearchdir (Closes: #360986). Thanks to
      Sjoerd Simons, the submitter, for the patch.
  * debian/control.in:
    * Bumped Standars-Version to 3.7.2 (no changes).

 -- Esteban Manchado Velázquez <zoso@debian.org>  Mon, 26 Jun 2006 22:29:36 +0100

ruby-pkg-tools (0.9) unstable; urgency=low

  [ Ari Pollak ]
  * Added source for librcov-ruby.

  [ Paul van Tilburg ]
  * Set the Maintainer field back to me.  I will be mainly responsible for
    this package.

  [ Lucas Nussbaum ]
  * Added another strategy for fetching the upstream tarball: running
    uscan --dehs and parsing the output.
  * Added librmagick-ruby source for version 1.11.0.

  [ Arnaud Cornet ]
  * Added sources for libdev-utils-ruby and libextensions-ruby.

  [ Paul van Tilburg ]
  * Usage of the packaged or online "pkg-ruby-extras.sources" file is
    deprecated as of this version!  Support will be removed in the next
    upload/version.

 -- Paul van Tilburg <paulvt@debian.org>  Tue, 23 May 2006 20:57:18 +0200

ruby-pkg-tools (0.8) unstable; urgency=low

  [ Paul van Tilburg ]
  * Updated the sources file to use the upstream-cache for clean tarballs
    of facets (upstream original missing) and commandline (contained CVS dirs).

  [ Thierry Reding ]
  * Added a configurable variable DEB_RUBY_CLEAN_TARGET to the ruby-setup.rb
    CDBS class which can be used to override the default clean command
    (distclean) passed to the setup.rb/install.rb script.
  * Now runs `config' before each `clean' to avoid failures caused by missing
    configuration.
  * Added code to the pkg-ruby-get-sources to use a package's watch file as
    primary source to find upstream source tarballs.
  * uploaders.mk now replaces both @RUBY_TEAM@ and @RUBY_EXTRAS_TEAM@ markers
    by the contents of pkg-ruby-extras.team, issuing a warning if it finds
    @RUBY_TEAM@ (which is now deprecated).

  [ Ari Pollak ]
  * Added myself to pkg-ruby-extras.team

 -- Thierry Reding <thierry@doppeltgemoppelt.de>  Wed, 22 Mar 2006 13:16:06 +0100

ruby-pkg-tools (0.7) unstable; urgency=low

  [ Lucas Nussbaum ]
  * Added source for libgnuplot-ruby.
  * Added source for librmagick-ruby.
  * Added source for feed2imap 0.7.

  [ Thierry Reding ]
  * pkg-ruby-get-sources:
     + Now also supports tgz and bzipped archives:
        - tgz archives are automatically renamed to tar.gz
        - bzipped archives are converted to gzipped archives
     + No longer displays the verbose message `I: Found source tarball...'
       when not in verbose mode.
     + Added support for HTTP redirections.
  * Added upstream tarball for the liblog4r-ruby package.
  * Added upstream tarball for the libgpgme-ruby package.
  * The CDBS class now correctly builds library packages for different Ruby
    versions.
  * Added a CDBS class for extconf.rb based Ruby packages. I've also split off
    some of the common code from the setup.rb class so that it can be shared
    by both ruby-setup-rb and ruby-extconf-rb classes.

 -- Thierry Reding <thierry@doppeltgemoppelt.de>  Fri, 24 Feb 2006 18:56:24 +0100

ruby-pkg-tools (0.6) unstable; urgency=low

  [ Lucas Nussbaum ]
  * Added source for feed2imap.

  [ Marc Dequènes (Duck) ]
  * Fixed CDBS class for 'simple packages' case.
  * Ensure we use debhelper scripts only if debhelper class was loaded
    before.
  * Removed unneeded variables : DEB_RUBY_CLEAN_ARGS,
    DEB_RUBY_SETUP_ARGS, and DEB_RUBY_INSTALL_ARGS_ALL (based on
    setup.rb and install.rb capabilities).

  [ Thierry Reding ]
  * pkg-ruby-get-sources:
     + The script is now more modularized, which made the following steps
       easier to implement.
     + Now uses pkg-ruby-extras.sources from the ruby-pkg-tools package as
       default sources file, falling back to the sources file on the project
       website if a tarball URL for the given package is not found in the
       local copy.
     + The `--sources' switch can now also handle HTTP, HTTPS and FTP URLs.
     + The script now also has a vi modeline. =)

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Thu,  5 Jan 2006 23:14:40 +0100

ruby-pkg-tools (0.5) unstable; urgency=low

  [ Esteban Manchado Velázquez ]
  * Added dh_rdoc script.
  * Added ruby-setup-rb.mk hooks to automatically call dh_rdoc for
    documentation packages.

  [ Thierry Reding ]
  * Added myself to the team.
  * Added upstream tarball for the libcairo-ruby package.
  * pkg-ruby-get-sources:
     + no longer checks for the existence of $target_directory if the
       --list-available option is specified.
  * Added a missing comma to the `pkg-ruby-extras.team' file.

  [ Marc Dequènes (Duck) ]
  * Added myself to the team.

  [ Paul van Tilburg ]
  * Added man page for the dh_rdoc script.

 -- Thierry Reding <thierry@doppeltgemoppelt.de>  Wed,  4 Jan 2006 22:06:49 +0100

ruby-pkg-tools (0.4) unstable; urgency=low

  [ Lucas Nussbaum ]
  * Added myself to the team.
  * Added source for libxmpp4r-ruby.

  [ Esteban Manchado Velázquez ]
  * ruby-setup-rb.mk class cleanup:
    - added Ruby version 1.6 support,
    - fixed problems with building non-lib packages,
    - used -f switch in mv when moving around .config files.
  * Enhanced ruby-setup-rb.mk compatibility with the install.rb script.
  * Added source for libjson-ruby.

  [ Paul van Tilburg ]
  * Updated the source entry for the Cmd library.
  * Added source entry for the Daemonize library.

  [ Arnaud Cornet ]
  * Added libcmdparse2-ruby to pkg-ruby-extras.sources.

 -- Paul van Tilburg <paulvt@debian.org>  Sat, 17 Dec 2005 13:36:12 +0000

ruby-pkg-tools (0.3) unstable; urgency=low

  [ Paul van Tilburg ]
  * Added sources for libbreakpoint-ruby, libdbus-ruby, libfacets-ruby and
    libsvg-ruby.

  [ Esteban Manchado Velázquez ]
  * Minor fixes in ruby-setup-rb.mk. Thanks to Paul van Tilburg.
  * Fixed ruby-setup-rb.mk copyright.
  * Added myself to uploaders.

  [ Arnaud Cornet ]
  * Added myself to the team

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Tue, 18 Oct 2005 22:22:07 +0200

ruby-pkg-tools (0.2) unstable; urgency=low

  * Resolved lintian warnings and errors:
    - Added man page for pkg-ruby-getsources.
    - Removed the #!/usr/bin/make from uploaders.mk.
    - Changed Build-Depends to Build-Depends-Indeps.
  * Added cdbs as a Suggest.
  * Fixed setup.rb config --prefix error in ruby-setup-rb.mk.

 -- Paul van Tilburg <paulvt@debian.org>  Sun,  4 Sep 2005 19:29:06 +0200

ruby-pkg-tools (0.1) unstable; urgency=low

  * Initial Release.

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 28 Aug 2005 11:40:32 +0200