File: changelog

package info (click to toggle)
supertuxkart 0.9.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 690,864 kB
  • ctags: 71,925
  • sloc: cpp: 330,845; ansic: 126,319; xml: 45,378; sh: 13,074; asm: 1,532; makefile: 1,080; python: 878; awk: 609; objc: 452; perl: 104
file content (460 lines) | stat: -rw-r--r-- 16,773 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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
supertuxkart (0.9.2+dfsg-2) unstable; urgency=medium

  * Fix FTBFS on arm64, mips/mips64/mipsel, ppc64el, s390x. (Closes: #830748)
    - Add debian/patches/fix_angelscript_ftbfs.patch.
  * Remove non-free Ubuntu Font Family fonts, replaced with Cantarell.
    (Closes: #830751)
    - Add new dependency on fonts-cantarell.
    - Add debian/patches/replace-fonts-ubuntu-with-cantarell.patch to replace
      references to Ubuntu Font Family fonts.
  * Clarify licensing for Boom_boom_boom.ogg and add source mod files to
    tarball. (Closes: #832062)
    - Add debian/patches/update_boom_boom_boom_license.patch.

 -- Vincent Cheng <vcheng@debian.org>  Sat, 03 Dec 2016 17:17:52 -0800

supertuxkart (0.9.2-1) unstable; urgency=medium

  * New upstream release.
    - Fix FTBFS with gcc 6. (Closes: #811724)
    - Drop patches fix_angelscript_build_on_non-x86_arches.patch and
      srgb_workaround.patch; applied upstream.
    - Refresh remaining patches.
  * Add build-depends on libfreetype6-dev.
  * Update Homepage field in d/control.
  * Bump Standards version to 3.9.8, no changes required.

 -- Vincent Cheng <vcheng@debian.org>  Thu, 07 Jul 2016 23:40:10 -0700

supertuxkart (0.9.1-3) unstable; urgency=medium

  * Add srgb_workaround.patch to provide workaround for darker screens on
    Intel GPUs with mesa >= 10.6. (Closes: #808857) More info upstream at:
    https://github.com/supertuxkart/stk-code/issues/2190

 -- Vincent Cheng <vcheng@debian.org>  Wed, 23 Dec 2015 13:07:40 -0800

supertuxkart (0.9.1-2) unstable; urgency=medium

  * Fix fix_angelscript_build_on_non-x86_arches.patch to fix FTBFS on armhf.
    (Closes: #808716)

 -- Vincent Cheng <vcheng@debian.org>  Tue, 22 Dec 2015 21:29:36 -0800

supertuxkart (0.9.1-1) unstable; urgency=medium

  * New upstream release. (Closes: #808355)
    - Drop support_windowed_mode_when_xrandr_not_available.patch, applied
      upstream; refresh remaining patches.
  * Remove debian/menu file as per tech-ctte decision in #741573.

 -- Vincent Cheng <vcheng@debian.org>  Mon, 21 Dec 2015 13:51:09 -0800

supertuxkart (0.9-5) unstable; urgency=medium

  * Add patch to fix crash when xrandr is not available. (Closes: #793457)

 -- Vincent Cheng <vcheng@debian.org>  Sat, 25 Jul 2015 17:57:15 -0700

supertuxkart (0.9-4) unstable; urgency=medium

  * Update fix_angelscript_build_on_non-x86_arches.patch again to fix FTBFS
    on armel.

 -- Vincent Cheng <vcheng@debian.org>  Wed, 03 Jun 2015 20:26:12 -0700

supertuxkart (0.9-3) unstable; urgency=medium

  * Update fix_angelscript_build_on_non-x86_arches.patch to fix FTBFS on
    armel. Thanks again to James Cowgill for the patch!

 -- Vincent Cheng <vcheng@debian.org>  Mon, 01 Jun 2015 21:39:01 -0700

supertuxkart (0.9-2) unstable; urgency=medium

  * Add fix_angelscript_build_on_non-x86_arches.patch to fix FTBFS on a few
    non-x86 arches (arm*, ppc64el, s390x). Thanks to James Cowgill for the
    patch!
  * Install upstream appdata. Thanks to Marcus Lundblad for the patch!
    (Closes: #785516)
  * Drop build-depends on libglew-dev; add lintian override for embedded glew.

 -- Vincent Cheng <vcheng@debian.org>  Sun, 17 May 2015 21:50:45 -0700

supertuxkart (0.9-1) unstable; urgency=medium

  * Team upload.

  [ Vincent Cheng ]
  * New upstream release.
    - Drop fix_desktop_file.patch, applied upstream.
    - Rename build_against_system_enet.patch to
      build_against_system_enet_and_glew.patch, and build against system glew.
    - Refresh remaining patches.
  * Add build-depends on libxrandr-dev, libglew-dev.
  * Update my email address.
  * Bump Standards version to 3.9.6, no changes required.

  [ Christoph Egger ]
  * remove myself from uploaders

 -- Vincent Cheng <vcheng@debian.org>  Wed, 13 May 2015 00:32:20 -0700

supertuxkart (0.8.1-2) unstable; urgency=medium

  * Disable support for wiimote input devices on !linux (since
    libbluetooth-dev is only built on linux archs).
  * Restrict build-dep libbluetooth-dev to linux-any.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Fri, 20 Dec 2013 14:58:35 -0800

supertuxkart (0.8.1-1) unstable; urgency=low

  * Team upload

  [ Alexander Reichle-Schmehl ]
  * Removed myself from uploaders.

  [ Gianfranco Costamagna ]
  * New upstream release, patch refresh
  * Bumped std-version to 3.9.5, no changes required
  * Added libbluetooth-dev
  * Added lib/irrlicht/lib/Linux/libIrrlicht.a
    to debian/clean target
  * Moved images from xpm to png, since upstream has changed them

  [ Vincent Cheng ]
  * Run wrap-and-sort -sa
  * Re-added xpm icon for debian/menu.
  * Fix lintian error embedded-library (libjpeg, libpng, zlib).

 -- Vincent Cheng <Vincentc1208@gmail.com>  Thu, 19 Dec 2013 23:18:54 -0800

supertuxkart (0.8-2) unstable; urgency=low

  * Upload to unstable.
  * Add override for outdated-autotools-helper-file (cmake is used instead).
  * Fix lintian warning vcs-field-not-canonical.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Sun, 05 May 2013 19:26:37 -0700

supertuxkart (0.8-1) experimental; urgency=low

  * New upstream release.
    - Use embedded/forked copy of irrlicht; refer to debian/README.source for
      details. Also import patches used in Debian's irrlicht source package.
    - Remove build-depends on libirrlicht-dev.
    - Add build-depends on zlib1g-dev, libbz2-dev, libpng-dev, libjpeg-dev,
      mesa-common-dev.
    - Remove backport_cmake.patch and build_with_irrlicht_1.8.patch; applied
      upstream.
    - Refresh remaining patches.
  * Bump Standards version to 3.9.4, no changes required.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Fri, 28 Dec 2012 22:45:14 -0800

supertuxkart (0.7.3-2+exp1) experimental; urgency=low

  * Upload to experimental.
  * Build with irrlicht 1.8.
    - This should fix segfaults related to irrlicht 1.7.3 in supertuxkart,
      commonly triggered through the use of power-ups during races.
      (Closes: #677609; LP: #1011180, LP: #1048284, LP: #1049398, LP: #1061436,
      LP: #1064019, LP: #1069871)
    - This also fixes incorrect rendering of Suzanne's kart. (Closes: #679837)
    - Update build-depends on libirrlicht-dev (>= 1.8).
    - Drop patch debian/patches/build_with_irrlicht_1.7.3.patch and add
      debian/patches/build_with_irrlicht_1.8.patch.
  * Add new package supertuxkart-dbg containing debugging symbols.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Fri, 16 Nov 2012 08:22:15 -0800

supertuxkart (0.7.3-2) unstable; urgency=low

  * Switch buildsystem to cmake (upstream has deprecated their autotools
    build system).
    - Drop build-depends on autotools-dev, automake, dh-autoreconf.
    - Add build-depends on cmake (>= 2.8.1).
    - Refresh debian/patches/build_against_system_enet.patch.
    - Add debian/patches/backport_cmake.patch to backport fixes to STK's
      CMake build system (and to make it easier to build against system enet).
  * Install hi-res icon and use it in STK's desktop menu entry. (LP: #937976)
  * Enable parallel building.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Thu, 31 May 2012 17:23:37 -0700

supertuxkart (0.7.3-1) unstable; urgency=low

  * Team upload.

  [ Alexander Reichle-Schmehl ]
  * New upstream release (Closes: #634019, LP: #871630)
  * Fix watchfile to ignore release candidates
  * Refresh patches/build-against-system-enet.patch
  * Drop patches/enet1.3.patch (Applied upstream)

  [ Vincent Cheng ]
  * Add myself to Uploaders.
  * Add debian/patches/build_with_irrlicht_1.7.3.patch to enable build with
    latest stable version of irrlicht rather than an unreleased SVN revision.
  * Bump versioned dependency on libirrlicht-dev to (>= 1.7.3).
  * Update debian/rules to dh 7 "rules.tiny" style.
  * Add build-depends on dh-autoreconf and use autoreconf sequence in
    debian/rules.
  * Add build-depends on libcurl4-gnutls-dev | libcurl4-dev, libfribidi-dev,
    libxxf86vm-dev.
  * Add missing DEP-3 headers to patches.
  * Source tarball is now DFSG-clean.
    - Remove unneeded get-orig-source target in debian/rules.
    - Remove unneeded get-orig-source.sh and README.source.
  * Remove unneeded *.xpm icons in debian/.
  * Remove unused lintian-overrides file.
  * Remove unneeded debian/supertuxkart.desktop menu file (use menu file in
    data/supertuxkart_desktop.template instead).
    - Add debian/patches/fix_desktop_file.patch to add Debian/Ubuntu-specific
      changes to menu file (and forward patch upstream). (Closes: #667640;
      LP: #709987)
  * "Modernize" package description, as suggested by an upstream dev.
    (LP: #774345); remove reference to GotM. (Closes: #531637)
  * Bump dh compat level from 7 to 9.
  * Bump standards version from 3.8.3 to 3.9.3 (no changes needed).

 -- Vincent Cheng <Vincentc1208@gmail.com>  Fri, 04 May 2012 18:36:07 -0700

supertuxkart (0.7+dfsg1-2) unstable; urgency=low

  * drop 3DGraphics from desktop file (LP: #532065)
  * Apply patch by Ansgar Burchardt to build against enet 1.3 (Closes:
    #617783)

 -- Christoph Egger <christoph@debian.org>  Thu, 17 Mar 2011 21:08:17 +0100

supertuxkart (0.7+dfsg1-1) unstable; urgency=low

  * New upstream release

 -- Christoph Egger <christoph@debian.org>  Thu, 24 Feb 2011 22:36:25 +0100

supertuxkart (0.6.2+dfsg1-2) unstable; urgency=low

  * Change my E-Mail Address
  * Kill some whitespaces at the end of lines
  * Explicitly link against libGLU (Closes: #556477) taking the patch from
    Ubuntu
  * Remove KiBi from Uploaders on his request
  * Build against system libenet, makes stk build on GNU/kFreeBSD and is
    the right thing anyway
  * Add misc:Depends to -data package
  * Bump standards version from 3.8.3 to .4 (no changes needed)

 -- Christoph Egger <christoph@debian.org>  Wed, 10 Mar 2010 23:51:14 +0100

supertuxkart (0.6.2+dfsg1-1) unstable; urgency=low

  * New Upstream Release
    * Only Bugfixes and minor improvements
    * Drop rubber.patch again as it was taken from 0.6.2 branch
      and is part of this release
    * Use replacement artwork from 0.6.1a
  * Silence horn.wav (Closes: #515332)
  * Bump Standards Version to 3.8.3 (No changes needed)
  * Bump debhelper compat to 7 for dh_prep
  * Update our copy of supertuxkart.desktop from upstreams,
    our changes will get pushed upstream as well.
  * Cleaning debian/rules a bit more

 -- Christoph Egger <debian@christoph-egger.org>  Sat, 22 Aug 2009 12:45:50 +0200

supertuxkart (0.6.1a+dfsg2-3) unstable; urgency=low

  * Move config.* out of the diff (Closes: #538617)
  * Clean up rules
  * lintian override for invalid spellchecker in binary
  * Bump standards Version without any changes
  * Reorder Categories in the desktop file (Closes: #443412) (LP: #329265)
  * Add rubber.patch so supertuxkart won't segfault in RubberBand::hit anymore.
    (Closes: #539964)

 -- Christoph Egger <debian@christoph-egger.org>  Mon, 03 Aug 2009 22:26:02 +0200

supertuxkart (0.6.1a+dfsg2-2) unstable; urgency=low

  [ Alexander Reichle-Schmehl ]
  * Adapt debian/control to my new name

  [ Cyril Brulebois ]
  * Update my mail address

  [ Christoph Egger ]
  * Fix get-orig-source rule
  * Fix watchfile
  * Unversion depends on plib (Closes: #516925) 

 -- Christoph Egger <debian@christoph-egger.org>  Tue, 24 Feb 2009 15:31:32 +0100

supertuxkart (0.6.1a+dfsg2-1) unstable; urgency=low

  * Now use the correct tarball (was the old 0.5 by accident)

 -- Christoph Egger <debian@christoph-egger.org>  Sun, 22 Feb 2009 13:32:47 +0100

supertuxkart (0.6.1a+dfsg1-1) unstable; urgency=low

  [ Peter De Wachter ]
  * Added patch to check for SDL errors and to allow the game to run on
    low-end hardware (closes: #501116), (LP: #203144); Applied Upstream
    
  [ Christoph Egger ]
  * New Upstream Release (Closes: #512994), (LP: #319990)
    * Fix incorrect recreation of items 
    * Correct Issue when restarting follow-the-leader game
    * Fix build with GCC 4.4 (Closes: #505671)
    * Drop all patches (now upstream)
  * Use $(QUILT_STAMPFN) insted of direct patch target for quilt make-snippet
  * Wrap Uploaders, Build-Depends
  * get-orig-source target
  * mangle watchfile correctly

  [ Stefan Potyra ]
  * debian/supertuxcart.sgml: fix dhusername entity.

 -- Christoph Egger <debian@christoph-egger.org>  Wed, 18 Feb 2009 18:13:28 +0100

supertuxkart (0.5+dfsg1-1) unstable; urgency=medium

  * urgency medium due to RC fix
  * Replacing nonfree stuff (Closes: #514416)
  * Improving debian/copyright
  * Update my Email address

 -- Christoph Egger <debian@christoph-egger.org>  Sun, 08 Feb 2009 19:38:27 +0100

supertuxkart (0.5-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * DEB_BUILD_OPTIONS=noopt debian/rules now sets CXXFLAGS (closes: #490045)
  * Tighten up build-dep on plib1.8.4-dev (closes: #490052 as a side-effect)
  * urgency=high to fix RC bug in testing

 -- Vincent Fourmond <fourmond@debian.org>  Mon, 21 Jul 2008 00:34:36 +0200

supertuxkart (0.5-1) unstable; urgency=low

  * New upstream release (Closes: #484326)
    * Upstream no longer ships .desktop file 
      So no need to remove it in rules
  * Bumping Standards Version to 3.8.0
    * Adding debian/README.source
  * Adding myself to Uploaders
  * Fixing multiplayer bug (First player gets
    playerkart with best ranking after first map
    in grandprix
  * bug1996464.patch (from upstream bugtracker)

 -- Christoph Egger <Christoph.Egger@gmx.de>  Thu, 19 Jun 2008 18:58:49 +0200

supertuxkart (0.4-1) unstable; urgency=low

  * New upstream release (Closes: #470552).
  * 10_fix_FTBFS_with_gcc-4.3.diff:
    + Patch for gcc-4.3 FTBFS is no longer needed (Closes: #455187).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 11 Mar 2008 22:52:53 +0000

supertuxkart (0.3-3) UNRELEASED; urgency=low

  * Introduce quilt patch system.
  * Fix FTBFS with gcc-4.3 (missing headers) by adding the following
    patch (Closes: #455187):
     + 10_fix_FTBFS_with_gcc-4.3.diff.
  * Remove obsolete “Encoding” key from debian/supertuxkart.desktop.
  * Add myself to the Uploaders.
  * Add two tiny items to debian/TODO.

 -- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>  Fri, 29 Feb 2008 01:03:20 +0100

supertuxkart (0.3-2) unstable; urgency=low

  [ Barry deFreese ]
  * Add watch file
  * Add Homepage field to control
  * Remove XS- from VCS fields

  [ Gonéri Le Bouder ]
  * fix spelling error in the description, thanks Philippe Cloutier
    and  Filipus Klutier (Closes: #441419)

  [ Jon Dowland ]
  * add Homepage: control field to source stanza

  [ Alexander Schmehl ]
  * adding libvorbis-dev to build-depends, appearantly supertuxkart supports
    ogg vorbis; thanks to Lucas Nussbaum for detecting via build daemon from
    hell
  * removing Homepage: semie-headers from package descriptions
  * reformating long description to not be longer than 80 columns
  * debian/copyright refering to /usr/share/common-licenses/GPL-2 instead of
    GPL
  * Bumping standards version to 3.7.3: No changes needed

 -- Alexander Schmehl <tolimar@debian.org>  Tue, 29 Jan 2008 22:15:13 +0100

supertuxkart (0.3-1) unstable; urgency=low

  [ Gonéri Le Bouder ]
  * New upstream release
   - updated copyright file
   - new b-deps: libopenal-dev, libalut-dev, libmikmod2-dev
  * install the desktop file (Closes: 406873)
  * do not ignore the make distclean return anymore
  * versionned dependency against plib >= 1.8.4-8 because of #436917

  [ Sam Hocevar ]
  * debian/control:
    + Remove leading “a”s from short descriptions.
    + Use ${source:Version} to make package binNMUable.
    + Added XS-Vcs-Svn field.

  [ Jon Dowland ]
  * update menu section to "Games/Action" for menu policy transition.
    Thanks Linas Žvirblis.

  [ Cyril Brulebois ]
  * Added XS-Vcs-Browser fields in the control file.

 -- Gonéri Le Bouder <goneri@rulezlan.org>  Thu,  9 Aug 2007 12:07:57 +0200

supertuxkart (0.2-1) unstable; urgency=low

  [ Gonéri Le Bouder ]
  * new upstream release candidate
   + Closes: #388021
   + remove supertuxkart.sh
   + add supertuxkart(|-data).install
   + clean up
   + remove deps on ${shlibs:Depends}, ${misc:Depends} for supertuxkart-data
  * fix French comment was tagged de_DE
  * fix not-binnmuable-any-depends-all
  * fix FTBFS on 64bit arch
   + Closes: #370810

  [ Eddy Petrişor ]
  * added Romanian translation to desktop file

 -- Gonéri Le Bouder <goneri@rulezlan.org>  Fri,  8 Sep 2006 22:59:25 +0200

supertuxkart (0.0.0.1-2) unstable; urgency=low

  * supertuxkart-data architecture fixed to all
  * fix circular dependency
  * better description for supertuxkart-data
    Closes: #370673

 -- Gonéri Le Bouder <goneri@rulezlan.org>  Tue,  6 Jun 2006 13:09:38 +0200

supertuxkart (0.0.0.1-1) unstable; urgency=low

  * Initial release Closes: #366199

 -- Gonéri Le Bouder <goneri@rulezlan.org>  Sat,  6 May 2006 02:15:26 +0000