File: changelog

package info (click to toggle)
kobodeluxe 0.5.1-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 4,408 kB
  • sloc: ansic: 18,747; cpp: 18,203; sh: 3,192; makefile: 162
file content (359 lines) | stat: -rw-r--r-- 11,399 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
kobodeluxe (0.5.1-10) unstable; urgency=medium

  * correct the fix for kobodeluxe icon in such a way as to not break
    --arch-all --no-arch-any build

 -- Damyan Ivanov <dmn@debian.org>  Tue, 25 Sep 2018 19:01:33 +0000

kobodeluxe (0.5.1-9) unstable; urgency=medium

  * point Vcs-* headers to salsa.debian.org
  * Fix FTCBFS: Let dh_auto_configure pass cross flags to ./configure.
    Thanks to Helmut Grohne. Closes: #894113
  * enable all hardening flags
  * rename icon to match the desktop file
  * indicate that binary targets require root
  * add patch by Reiner Herrmann fixing a constant game pause
    (Closes: #909244)
  * declare conformance with Policy 4.2.1

 -- Damyan Ivanov <dmn@debian.org>  Tue, 25 Sep 2018 05:55:25 +0000

kobodeluxe (0.5.1-8) unstable; urgency=medium

  * Team upload.
  * Declare compliance with Debian Policy 3.9.7.
  * Vcs: Switch to cgit and use https.
  * Add midicon-segmentation-fault.patch and fix segmentation fault on startup.
    Thanks to Emile CARRY for the report and patch. (Closes: #819897)
  * debian/postrm: Use set -e.
  * Fix Lintian warning copyright-refers-to-symlink-license.

 -- Markus Koschany <apo@debian.org>  Wed, 06 Apr 2016 00:30:59 +0200

kobodeluxe (0.5.1-7) unstable; urgency=medium

  * add debian/source/format to Git
  * rules: override dh_fixperms only for arch-dep packages (Closes: #806052)
  * bump debhelper build-dependency to 9
  * Use canonical Vcs-* URLs
  * patch two spelling errors
  * drop menu file
  * drop Conflicts/Replaces against a version not in Debian since ages
  * add keywords to the .desktop file
  * Declare compatibility with Policy 3.9.6

 -- Damyan Ivanov <dmn@debian.org>  Fri, 04 Dec 2015 21:22:36 +0000

kobodeluxe (0.5.1-6) unstable; urgency=low

  * Switch to automake (Closes: #648583)
  * Change to debhelper compat 9, thus enabling hardened build flags
  * Switch to source format 3 and remove quilt from build-deps and drop
    README.source
  * Bump standards version to 3.9.2, no changed needed
  * Remove historic postinst

 -- Moritz Muehlenhoff <jmm@debian.org>  Sun, 13 Nov 2011 09:58:32 +0100

kobodeluxe (0.5.1-5) unstable; urgency=low

  * add patch by Iain Lane to fix compilation error with GCC-4.4
    Closes: #552548; thanks to Ilya Barygin
  * clean build-dependencies from versions satisfied by Etch
  * rules: move the list of files to clean in debian/clean
    + trim further by using debhelper overrides
  * Standards-Version: 3.8.3 (no changes)

 -- Damyan Ivanov <dmn@debian.org>  Sat, 31 Oct 2009 15:32:31 +0200

kobodeluxe (0.5.1-4) unstable; urgency=low

  * add 04_enemies-pipe-decl.patch renames pipe2 symbol to pipe2_kbdl to
    avoid clash with pipe2 from unistd.h
    Closes: #527705 -- FTBFS
  * add description to 03_manpage-minus-not-hyphen.patch
  * control: remove "a " in front of the short description
  * control: fill -data long description
  * Standards-Version: 3.8.1 (no changes needed)

 -- Damyan Ivanov <dmn@debian.org>  Sat, 09 May 2009 10:05:22 +0300

kobodeluxe (0.5.1-3) unstable; urgency=low

  * Adopt for Debian Games Team. Thanks, Joey for all your work! Closes:
    #487478 -- ITA
  * Remove conflicts/provides/replaces: xkobo, which is not even in
    oldstable
  * trim debian/rles a bit using debhelper 7
  * rewrite debian/copyright listing all copyright holders/licenses
    + add clarifications to licensing/copyright from upstream
  * Move changes to upstream sources into separate patches
    + integrate quilt
  * Split graphics and sounds into arch-indep kobodeluxe-data
  * add 03_manpage-minus-not-hyphen.patch, thanks lintian
  * Package now conforms to Policy 3.8.0
  * add .desktop file. Closes: #382954, #459630

 -- Damyan Ivanov <dmn@debian.org>  Wed, 25 Jun 2008 14:44:23 +0300

kobodeluxe (0.5.1-2) unstable; urgency=low

  * Orphaned the package.

 -- Joey Hess <joeyh@debian.org>  Sat, 21 Jun 2008 22:07:21 -0400

kobodeluxe (0.5.1-1) unstable; urgency=low

  * Add homepage field.
  * Fix FTFBS if built twice in a row.
  * Add -g to cflags.
  * Avoid an infinite loop if the high score directory cannot be read, as when
    running under gdb.

 -- Joey Hess <joeyh@debian.org>  Mon, 31 Dec 2007 21:34:56 -0500

kobodeluxe (0.5.0-2) unstable; urgency=low

  * Improve clean rule.

 -- Joey Hess <joeyh@debian.org>  Sun, 16 Dec 2007 13:51:00 -0500

kobodeluxe (0.5.0-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Sun, 16 Dec 2007 12:51:10 -0500

kobodeluxe (0.4.1-1) unstable; urgency=low

  * New upstream release.

 -- Joey Hess <joeyh@debian.org>  Thu, 15 Nov 2007 19:40:12 -0500

kobodeluxe (0.4pre10-5) unstable; urgency=low

  * Current policy.
  * New menu policy.
  * De-hardcode path to game in menu file.

 -- Joey Hess <joeyh@debian.org>  Sun, 08 Jul 2007 16:26:47 -0400

kobodeluxe (0.4pre10-4) unstable; urgency=low

  * Update FSF address in copyright.
  * Current standards version.

 -- Joey Hess <joeyh@debian.org>  Sun, 18 Dec 2005 17:16:41 -0500

kobodeluxe (0.4pre10-3) unstable; urgency=low

  * Disable reading of configs, graphics, and data from the current directory.
    So it's safe to run kobodeluxe from anywhere w/o worry about an attacker
    feeding it bad data. Not that I've gotten bad data to crash it (although I
    can hang it).. just being paranoid this evening.

 -- Joey Hess <joeyh@debian.org>  Sat, 23 Jul 2005 23:05:43 -0400

kobodeluxe (0.4pre10-2) unstable; urgency=low

  * Patch to support building with gcc 4.0, add type decl for
    gamestatemanager_t. Closes: #314693

 -- Joey Hess <joeyh@debian.org>  Fri, 17 Jun 2005 19:25:14 -0400

kobodeluxe (0.4pre10-1) unstable; urgency=low

  * New upstream release.
  * Fix documentation of cheat mode. Closes: #307723
  * Build-depend on automake1.7.
  * Delete auto-generated files in clean to keep diff down.
  * Auto config.sub/config.guess updates.

 -- Joey Hess <joeyh@debian.org>  Wed,  4 May 2005 20:41:11 -0400

kobodeluxe (0.4pre9-5) unstable; urgency=low

  * Add a name to a struct in scenes.h to make it compile with gcc 4.0.
    Closes: #284867

 -- Joey Hess <joeyh@debian.org>  Thu,  9 Dec 2004 14:38:40 -0500

kobodeluxe (0.4pre9-4) unstable; urgency=low

  * Make scores directory 770, so users cannot access their score files
    outside kobo. Closes: #213523

 -- Joey Hess <joeyh@debian.org>  Wed,  1 Oct 2003 18:41:50 -0400

kobodeluxe (0.4pre9-3) unstable; urgency=low

  * Applied maxfps patch from Martijn van Oosterhout <kleptog@svana.org>.
    Use -fps 75 (or in config file) to cap the FPS rate, great for laptops.

 -- Joey Hess <joeyh@debian.org>  Fri,  7 Feb 2003 14:20:33 -0500

kobodeluxe (0.4pre9-2) unstable; urgency=medium

  * Drop games gid before writing ~/.kobodlrc, to prevent symlink attack
    that would let it overwrite any file owned by group games.

 -- Joey Hess <joeyh@debian.org>  Sun, 29 Dec 2002 21:48:01 -0500

kobodeluxe (0.4pre9-1) unstable; urgency=low

  * New upstream release, should fix va_list stuff. Closes: #164392
  * e_getargs.c needs to include toplevel config.h to avoid link problem.

 -- Joey Hess <joeyh@debian.org>  Thu, 17 Oct 2002 17:10:18 -0400

kobodeluxe (0.4pre8-3) unstable; urgency=low

  * Turned off some of the debug verbosity.
  * Update config.sub/.guess for mips. Closes: #164347

 -- Joey Hess <joeyh@debian.org>  Fri, 11 Oct 2002 15:23:38 -0400

kobodeluxe (0.4pre8-2) unstable; urgency=low

  * Modified center_token_fxp() to use an explicit signed char.
    Closes: #163979
  * Remove empty directories in /usr/games. Closes: #163996

 -- Joey Hess <joeyh@debian.org>  Wed,  9 Oct 2002 18:50:45 -0400

kobodeluxe (0.4pre8-1) unstable; urgency=low

  * A new upstream source for kobo, with sound, music, better graphics, and
    the same gameplay. It's called kobodeluxe. Closes: #114506
  * Copied over xkobo's old changelog, etc files and modified for kobodeluxe.
  * None of my patches to xkobo are necessary.
  * Copied over and modified man page, since kobodeluxe has none.
  * Copied over icon file.
  * Includes its own fonts. Closes: #162293
  * Updated copyright file.

 -- Joey Hess <joeyh@debian.org>  Mon, 30 Sep 2002 23:12:36 -0400

xkobo (1.11-13) unstable; urgency=low

  * Debhelper v4.

 -- Joey Hess <joeyh@debian.org>  Thu, 13 Jun 2002 17:40:24 -0400

xkobo (1.11-12) unstable; urgency=low

  * Moved the man page to section 6, Closes: #117249
  * Debhelper v3.

 -- Joey Hess <joeyh@debian.org>  Sat, 27 Oct 2001 23:52:00 -0400

xkobo (1.11-11) unstable; urgency=low

  * Now builds under gcc 3.0. Closes: #104859

 -- Joey Hess <joeyh@debian.org>  Sat, 14 Jul 2001 23:59:33 -0400

xkobo (1.11-10) unstable; urgency=low

  * A bug in my build script caused me to upload a xkobo_1.11-9.tar.gz
    last time; this upload should fix that (I hope).
  * No longer uses suidmanager.

 -- Joey Hess <joeyh@debian.org>  Wed, 10 Jan 2001 12:41:30 -0800

xkobo (1.11-9) unstable; urgency=low

  * Build-depends xutils, Closes: #81794

 -- Joey Hess <joeyh@debian.org>  Wed, 10 Jan 2001 10:11:32 -0800

xkobo (1.11-8) unstable; urgency=low

  * Added a menu icon, Closes: #75816
  * The icon is by Robert Cleaver Ancell <neutronium@clear.net.nz>, and is GPL.

 -- Joey Hess <joeyh@debian.org>  Fri,  5 Jan 2001 17:47:09 -0800

xkobo (1.11-7) unstable; urgency=low

  * Use /var/games FHS directory.
  * Added build dep on rman.
  * Rman is generating html man pages now, I had to add some hackery to
    delete it.

 -- Joey Hess <joeyh@debian.org>  Sun,  5 Nov 2000 23:09:36 -0800

xkobo (1.11-6) unstable; urgency=low

  * Build deps.

 -- Joey Hess <joeyh@debian.org>  Sat,  4 Dec 1999 18:30:49 -0800

xkobo (1.11-5) unstable; urgency=low

  * FHS
  * Fixed all the ANSI C++ violations the compiler puked up.

 -- Joey Hess <joeyh@debian.org>  Mon,  6 Sep 1999 18:51:32 -0700

xkobo (1.11-4) unstable; urgency=low

  * Rebuilt with latest debhelper to change how sgid binary is registered.

 -- Joey Hess <joeyh@debian.org>  Tue, 27 Oct 1998 22:36:35 -0800

xkobo (1.11-3) frozen unstable; urgency=low

  * Moved the binary to /usr/games, per latest policy.
  * Moved man page to section 6 and to /usr/man.

 -- Joey Hess <joeyh@debian.org>  Wed, 15 Apr 1998 00:16:10 -0700

xkobo (1.11-2) unstable; urgency=low

  * Updated standards-version and fsf address.

 -- Joey Hess <joeyh@debian.org>  Mon,  9 Feb 1998 14:36:06 -0800

xkobo (1.11-1) unstable; urgency=low

  * New upstream release, with pristine source.
  * Use debhelper.

 -- Joey Hess <joeyh@debian.org>  Mon, 24 Nov 1997 15:15:06 -0500

xkobo (1.9-5) unstable; urgency=low

  * libc6.
  * Routine update of debian/rules:
    Fixed binary-indep target.

 -- Joey Hess <joeyh@debian.org>  Mon,  8 Sep 1997 19:28:13 -0400

xkobo (1.9-4) unstable; urgency=low

  * Remove /var/lib/games/xkobo-scores on purge. (#9990)
  * Updated menu to menu-1 format.
  * Moved menu entry out of Apps/Games into Games

 -- Joey Hess <joeyh@debian.org>  Tue, 20 May 1997 13:35:27 -0400

xkobo (1.9-3) unstable; urgency=low

  * Added upstream changelog to the pacakge.
  * Added a menu-file.
  * Routine update of debian/rules:
    New email address.

 -- Joey Hess <joeyh@debian.org>  Tue, 17 Dec 1996 13:27:34 -0500

xkobo (1.9-2) unstable; urgency=low

  * Updated to new source format.
  * Now registers itself with install-fvwm2menu.

 -- Joey Hess <joeyh@debian.org>  Sun, 6 Oct 1996 20:10:12 -0400

1.9-1
* Initial release.