File: changelog

package info (click to toggle)
xmoto 0.5.11%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80,908 kB
  • sloc: cpp: 96,757; ansic: 22,196; sh: 4,940; makefile: 1,073; yacc: 289; sed: 16
file content (600 lines) | stat: -rw-r--r-- 20,037 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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
xmoto (0.5.11+dfsg-8) unstable; urgency=medium

  * Migrate to Salsa.
  * Switch to debhelper compatibility level 11.
  * Standards-Version 4.1.4, no further change required.

 -- Stephen Kitt <skitt@debian.org>  Tue, 15 May 2018 20:42:54 +0200

xmoto (0.5.11+dfsg-7) unstable; urgency=medium

  * Avoid comparing pointers with booleans. (Closes: #853712.)
  * Update debian/copyright.
  * Standards-Version 4.0.0, no further change required.
  * Switch to debhelper compatibility level 10.
  * Update forwarded patches.

 -- Stephen Kitt <skitt@debian.org>  Tue, 08 Aug 2017 13:12:11 +0200

xmoto (0.5.11+dfsg-6) unstable; urgency=medium

  * Switch to https: VCS URIs (see #810378).
  * Pull in part of upstream's svn version 3421 to build with gcc 5.
    (Closes: #818782.)
  * Update the spelling fixes.
  * Enable all hardening options.
  * Standards-Version 3.9.7, no change required (but clean up
    debian/control using cme).
  * Drop obsolete versioned dependency on dpkg-dev.

 -- Stephen Kitt <skitt@debian.org>  Mon, 21 Mar 2016 00:06:55 +0100

xmoto (0.5.11+dfsg-5) unstable; urgency=medium

  * ode13.patch is apparently no longer necessary and breaks the build on
    armel, mips and mipsel, so drop it. (Closes: #804839.)

 -- Stephen Kitt <skitt@debian.org>  Sun, 15 Nov 2015 22:51:37 +0100

xmoto (0.5.11+dfsg-4) unstable; urgency=medium

  * Allow building with libode 0.13.
  * Fix all string constant warnings.
  * Build with g++ 4.9 for now, builds with g++ 5 don't display text.
    (Closes: #802017.)

 -- Stephen Kitt <skitt@debian.org>  Sat, 17 Oct 2015 22:54:09 +0200

xmoto (0.5.11+dfsg-3) unstable; urgency=medium

  * Avoid __DATE__ and __TIME__ to build reproducibly.
  * Drop Debian menu and XPM icon.

 -- Stephen Kitt <skitt@debian.org>  Sat, 10 Oct 2015 19:53:07 +0200

xmoto (0.5.11+dfsg-2) unstable; urgency=medium

  * src/helpers/utf8.h uses the same guard macro as g++'s new
    unicode/utf8.h; using a more specific guard allows the package to
    build again.
  * Clean up debian/copyright.
  * Correct the spelling of 'Portuguese'.
  * Standards-Version 3.9.6, no further change required.

 -- Stephen Kitt <skitt@debian.org>  Tue, 19 May 2015 00:32:41 +0200

xmoto (0.5.11+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Move the packaging repository to git.
  * Use a "Files-Excluded" directive in debian/copyright to remove
    glext.h.

 -- Stephen Kitt <skitt@debian.org>  Mon, 05 May 2014 08:02:36 +0200

xmoto (0.5.10+dfsg-2) unstable; urgency=medium

  [ Markus Koschany ]
  * Update xmoto.menu and add an icon entry. (Closes: #726905)

  [ Evgeni Golov ]
  * Correct Vcs-* URLs to point to anonscm.debian.org

  [ Stephen Kitt ]
  * Switch to my Debian address and drop DMUA.
  * Standards-Version 3.9.5, no further change required.

 -- Stephen Kitt <skitt@debian.org>  Sat, 22 Mar 2014 14:29:02 +0100

xmoto (0.5.10+dfsg-1) unstable; urgency=low

  * New upstream release.

 -- Stephen Kitt <steve@sk2.org>  Wed, 27 Jun 2012 07:57:03 +0200

xmoto (0.5.9+dfsg-3) unstable; urgency=low

  * Pino Toscano provided a better patch to remove the use of sa_restorer,
    thanks! (Closes: #674636.)

 -- Stephen Kitt <steve@sk2.org>  Sat, 26 May 2012 20:31:17 +0200

xmoto (0.5.9+dfsg-2) unstable; urgency=low

  * Remove reference to sa_restorer which is deprecated generally and
    not available on some architectures.

 -- Stephen Kitt <steve@sk2.org>  Sat, 26 May 2012 11:55:37 +0200

xmoto (0.5.9+dfsg-1) unstable; urgency=low

  * New upstream release (closes: #644234):
    + builds with libpng 1.5 (closes: #649797);
    + uses libxml2;
    + uses DejaVuSansMono (add link and make ttf-dejavu-core a dependency
      of xmoto-data).
  * Repacked to remove src/glext.h, licensed under SGI License B version
    1.1. (I'm hoping that this will be fixed upstream, so I haven't added
    a get-orig-source target to debian/rules.)
  * Update debian/watch accordingly.
  * Update patches:
    + remove-glext.patch: add (allows building without glext.h), forward
      upstream;
    + fix_segfault.patch: refresh, add DEP-3 header, forward upstream;
    + desktop.patch: re-apply, add German translation (closes: #641822),
      forward upstream;
    + spelling.patch: refresh, forward upstream;
    + manpage.patch: forward upstream;
    + gcc44-ftbfs.patch: no longer used, delete.
  * Switch to dh 9 with simple rules.
  * Use source format "3.0 (quilt)", drop explanations from
    README.source.
  * Update README.source to explain the removal of glext.h, and the use of
    "xmoto --unpack" and "xmoto --pack" to manipulate xmoto.bin (closes:
    #661340).
  * Add ${misc:Depends} where appropriate.
  * Patch the manpage to fix hyphens and a few spelling mistakes.
  * Add myself to uploaders.
  * Update debian/copyright.
  * Standards-Version 3.9.3 (no further change required).
  * Fix spelling mistakes spotted by Lintian.
  * Use dh-autoreconf to update config.{guess,sub} (thanks to Ansgar
    Burchardt for the hint).
  * wrap-and-sort control files.
  * Build-depend on libpng-dev only, dropping the libpng12-dev alternative
    (closes: #662565).
  * Fix "ftbfs with GCC-4.7" by including unistd.h where appropriate
    (closes: #667422; thanks to Cyril Brulebois for his patch for another
    gcc-4.7-related issue, which was already included upstream).
  * Fix the Vcs-Browser URL.
  * Allow DM uploads as requested by Michael Gilbert.

 -- Stephen Kitt <steve@sk2.org>  Wed, 23 May 2012 08:18:30 +0200

xmoto (0.5.5-1) unstable; urgency=low

  * Team upload.

  [ Stephen Kitt ]
  * New upstream release. (Closes: #580428.)
  * Update patches:
    + fix_segfault.patch: refreshed;
    + 64bit-ftbfs.patch: removed (applied upstream).
  * Add libxdg-basedir-dev build-dependency.

  [ Bruno "Fuddl" Kleinert ]
  * Prepare for libjpeg8 transition and depend on libjpeg-dev instead of
    libjpeg62-dev. Thanks to Bill Allombert for pointing this out.
    (Closes: #634648)

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Tue, 19 Jul 2011 18:07:10 +0200

xmoto (0.5.2-2) unstable; urgency=low

  [ Barry deFreese ]
  * 64bit-ftbfs.diff - Fix FTBFS on 64bit. (Closes: #548511).
    + Thanks to Peter De Wachter for the patch!

 -- Barry deFreese <bdefreese@debian.org>  Sun, 27 Sep 2009 11:57:06 -0400

xmoto (0.5.2-1) unstable; urgency=low

  [ Barry deFreese ]
  * New upstream release.
    + Remove desktop and gcc-4.4 patches as they are fixed upstream.
  * Add README.source for quilt package.
  * Bump debhelper build-dep to 5 to match compat.
  * Bump Standards Version to 3.8.3. (No changes needed).

 -- Barry deFreese <bdefreese@debian.org>  Sat, 26 Sep 2009 10:01:44 -0400

xmoto (0.5.1-1) unstable; urgency=low

  * New upstream release.

 -- Samuel Mimram <smimram@debian.org>  Fri, 17 Apr 2009 10:28:00 +0200

xmoto (0.5.0-3) unstable; urgency=low

  [ Samuel Mimram ]
  * Remove obsolete Suggests to xmoto-edit.

  [ Barry deFreese ]
  * Change libode0-dev build-depeds to libode-dev. (Closes: #520734).
  * Bump Standards Version to 3.8.1. (No changes needed).

  [ Gonéri Le Bouder ]
  * Pass -DdDOUBLE to gcc, this should be done by pkg-config but xmoto
    doesn't use it yet (Closes: #521013)
  * Add myself in uploaders

 -- Gonéri Le Bouder <goneri@rulezlan.org>  Tue, 24 Mar 2009 12:27:21 +0100

xmoto (0.5.0-2) unstable; urgency=low

  * Upload to unstable.
  * Use DejaVuSans.ttf from the package ttf-dejavu-core.

 -- Samuel Mimram <smimram@debian.org>  Sun, 15 Feb 2009 22:10:00 +0100

xmoto (0.5.0-1) experimental; urgency=low

  [ Miriam Ruiz ]
  * New Upstream Release (Closes: #508286)
  * Added patch to fix FTBFS in gcc 4.4 (Closes: #505414)
    + Thanks to Martin Michlmayr for the patch.
  * Refreshed patches
  * Removed patch fix_segfault2.patch: Already fixed in upstream code

  [ Samuel Mimram ]
  * Add missing dependency on libsdl-net1.2-dev.

 -- Samuel Mimram <smimram@debian.org>  Tue, 23 Dec 2008 15:55:40 +0100

xmoto (0.4.2-3) unstable; urgency=medium

  [ Barry deFreese ]
  * Don't segfault on NULL db values. (Closes: #492414).
    + Thanks to Gustavo Noronha Silva for the patch.
  * Add patch-stamp target.
  * Add myself to uploaders.

 -- Barry deFreese <bdefreese@debian.org>  Sat, 11 Oct 2008 09:34:05 -0400

xmoto (0.4.2-2) unstable; urgency=low

  [ Miriam Ruiz ]
  * Upgraded Standards-Version to 3.8.0. No changes needed.
  * Don't call atoi(NULL), fixes segfault on upgrade from etch
    (Closes: #492414). Thanks to Julien Cristau <jcristau@debian.org>
  * Added Homepage field to debian/control
  * Added Suggests: xmoto to package xmoto-data
  * Added ArcadeGame to desktop categories. Closes: #478974
    Thanks to Daniel Dickinson <cshore@wightman.ca>
  * Replaced dpatch by quilt for patch management
  * Replaced build dependency on the obsolete xlibmesa-gl-dev
    by libgl1-mesa-dev
  * The Debian Games Team is taking care for this package from now on

  [ Ansgar Burchardt ]
  * Add Vcs-* fields

 -- Miriam Ruiz <little_miry@yahoo.es>  Tue, 26 Aug 2008 21:42:52 +0200

xmoto (0.4.2-1) unstable; urgency=low

  * New upstream release.

 -- Samuel Mimram <smimram@debian.org>  Tue, 18 Mar 2008 20:27:10 +0100

xmoto (0.4.1-1) unstable; urgency=low

  * New upstream release.
  * Removed build-dependency on subversion.
  * Builds with gcc 4.3, closes: #462050.

 -- Samuel Mimram <smimram@debian.org>  Thu, 14 Feb 2008 21:36:29 +0100

xmoto (0.4.0-2) unstable; urgency=low

  * Add missing build-dependency on subversion, closes: #463224.

 -- Samuel Mimram <smimram@debian.org>  Fri, 01 Feb 2008 08:49:09 +0100

xmoto (0.4.0-1) unstable; urgency=low

  * New upstream release.
  * Should build cleanly with gcc 4.3, closes: #462050.
  * Manpage is now up-to-date, closes: #449333.
  * --nogfx option was removed, closes: #450685.
  * Correcly set CXXFLAGS in rules, closes: #450682.
  * Build with lua 5.1.
  * Don't build with experimental configure option --with-enable-zooming=1.

 -- Samuel Mimram <smimram@debian.org>  Tue, 29 Jan 2008 23:15:49 +0100

xmoto (0.3.4-1) unstable; urgency=low

  * New upstream release.
  * Removed room.dpatch and joystick.dpatch, integrated upstream.

 -- Samuel Mimram <smimram@debian.org>  Wed, 17 Oct 2007 20:06:24 +0000

xmoto (0.3.3-2) unstable; urgency=low

  * Added room.dpatch and joystick.dpatch to fix segfaults, closes: #444184.

 -- Samuel Mimram <smimram@debian.org>  Wed, 26 Sep 2007 19:08:48 +0000

xmoto (0.3.3-1) unstable; urgency=low

  * New upstream release.

 -- Samuel Mimram <smimram@debian.org>  Tue, 28 Aug 2007 20:36:23 +0200

xmoto (0.3.2-1) unstable; urgency=low

  * New upstream release.
  * Updated watch file.

 -- Samuel Mimram <smimram@debian.org>  Tue, 07 Aug 2007 12:47:56 +0200

xmoto (0.3.1-1) unstable; urgency=low

  * New upstream release.

 -- Samuel Mimram <smimram@debian.org>  Tue, 03 Jul 2007 21:40:25 +0200

xmoto (0.3.0-3) unstable; urgency=low

  * Rebuild against libcurl3, closes: #430450.

 -- Samuel Mimram <smimram@debian.org>  Tue, 26 Jun 2007 17:11:01 +0200

xmoto (0.3.0-2) unstable; urgency=low

  * Build-depend on libcurl4-dev instead of libcurl3-dev, closes: #428817.

 -- Samuel Mimram <smimram@debian.org>  Thu, 14 Jun 2007 19:07:59 +0200

xmoto (0.3.0-1) unstable; urgency=low

  * New upstream release.
  * Added libsqlite3-dev and libsdl-ttf2.0-dev as a build-dependencies.
  * The F8 key can disable web connection, closes: #393341.
  * Level times are now updated after a level is won, closes: #416422.
  * Translation in french now includes accents, closes: #407604.

 -- Samuel Mimram <smimram@debian.org>  Thu, 14 Jun 2007 00:20:57 +0200

xmoto (0.2.7-1) unstable; urgency=low

  * New upstream release.
  * Added a mime for rpl files, closes: #400769.
  * Removed use_regular_modes_for_non_windowed.dpatch, integrated upstream.
  * Suggest xmoto-edit.

 -- Samuel Mimram <smimram@debian.org>  Fri, 16 Mar 2007 18:35:43 +0100

xmoto (0.2.6-1) unstable; urgency=low

  * New upstream release.
  * Removed fix_replay_creation_64bits-0{1,2}.dpatch, integrated upstream.

 -- Samuel Mimram <smimram@debian.org>  Sat,  3 Mar 2007 17:27:46 +0100

xmoto (0.2.4-2) unstable; urgency=low

  * Added fix_replay_creation_64bits-0{1,2}.dpatch to fix a crash when viewing
    a replay on amd64, closes: #388683.
  * Enable zoom.

 -- Samuel Mimram <smimram@debian.org>  Fri,  5 Jan 2007 18:16:24 +0000

xmoto (0.2.4-1) unstable; urgency=low

  * New upstream release.

 -- Samuel Mimram <smimram@debian.org>  Sat, 23 Dec 2006 13:04:49 +0000

xmoto (0.2.3-1) unstable; urgency=low

  * New upstream release.
  * xmoto-edit is no longer part of the main xmoto package, and will
    eventually have its own package.
  * New -unpack command-line option for xmoto, closes: #395845.
  * New levels list is now saved when you quit xmoto, closes: #390622.
  * Removed tuxfamily.dpatch, integrated upstream.

 -- Samuel Mimram <smimram@debian.org>  Fri, 22 Dec 2006 17:53:35 +0000

xmoto (0.2.2-2) unstable; urgency=low

  * Added tuxfamily.dpatch to correct xmoto's website url which is now
    xmoto.tuxfamily.org. Put a note about this in NEWS.Debian.

 -- Samuel Mimram <smimram@debian.org>  Sun, 10 Dec 2006 23:38:14 +0000

xmoto (0.2.2-1) unstable; urgency=low

  * New upstream release.
  * Removed endianness_display_fix.dpatch, integrated upstream.

 -- Samuel Mimram <smimram@debian.org>  Tue,  3 Oct 2006 10:02:56 +0000

xmoto (0.2.1-2) unstable; urgency=low

  * Added endianness_display_fix.dpatch for items to be correctly displayed
    (thanks Cyril Brulebois), closes: #389107.

 -- Samuel Mimram <smimram@debian.org>  Sat, 30 Sep 2006 16:46:03 +0000

xmoto (0.2.1-1) unstable; urgency=low

  * New upstream release.
  * Removed manpages and desktop files from the Debian package as they are now
    provided upstream.
  * Make the package binNMUable.

 -- Samuel Mimram <smimram@debian.org>  Thu, 14 Sep 2006 21:01:20 +0000

xmoto (0.2.0-1) unstable; urgency=low

  * New upstream release.
  * Added libbz2-dev as build-dependency.
  * Removed ghost_of.dpatch, integrated upstream.

 -- Samuel Mimram <smimram@debian.org>  Fri, 28 Jul 2006 07:59:18 +0200

xmoto (0.1.16-3) unstable; urgency=low

  * Added ghost_of.dpatch to correct a typo, closes: #376228.
  * Show the last 100 lines of config.log when configure fails to debug the
    FTBFS on arm.

 -- Samuel Mimram <smimram@debian.org>  Thu, 13 Jul 2006 17:38:41 +0000

xmoto (0.1.16-2) unstable; urgency=low

  * Added use_regular_modes_for_non_windowed.dpatch to show all video modes
    when running in a window (thanks Brice Goglin), closes: #374329.

 -- Samuel Mimram <smimram@debian.org>  Thu, 15 Jun 2006 23:58:12 +0000

xmoto (0.1.16-1) unstable; urgency=low

  * New upstream release.
  * Removed cache64.dpatch, integrated upstream.

 -- Samuel Mimram <smimram@debian.org>  Thu, 15 Jun 2006 23:47:08 +0000

xmoto (0.1.14-2) unstable; urgency=low

  * Added a cache64.patch to fix a bug with the caching system on 64 bit
    archs, closes: #368362.

 -- Samuel Mimram <smimram@debian.org>  Wed, 24 May 2006 00:01:32 +0000

xmoto (0.1.14-1) unstable; urgency=low

  * New upstream release.
  * Updated Standards-Version to 3.7.2, no changes needed.

 -- Samuel Mimram <smimram@debian.org>  Fri, 19 May 2006 21:51:24 +0000

xmoto (0.1.12+0.1.13test3-1) experimental; urgency=low

  * New upstream release.
  * New build-dependency: libcurl3-dev.
  * Updated Standards-Version to 3.7.0, no changes needed.

 -- Samuel Mimram <smimram@debian.org>  Sun, 30 Apr 2006 21:33:54 +0200

xmoto (0.1.12-3) unstable; urgency=low

  * Added an icon for xmoto menu.

 -- Samuel Mimram <smimram@debian.org>  Mon, 17 Apr 2006 20:40:42 +0200

xmoto (0.1.12-2) unstable; urgency=low

  * Put back gcc_4.1.dpatch (was not integrated upstream), closes: #357186.
  * Don't install useless NEWS, closes: #361891.

 -- Samuel Mimram <smimram@debian.org>  Thu, 13 Apr 2006 15:22:45 +0000

xmoto (0.1.12-1) unstable; urgency=low

  * New upstream release.
  * Added a .desktop file (thanks Sven Arvidsson), closes: #361553.
  * Removed gcc_4.1.dpatch, integrated upstream.

 -- Samuel Mimram <smimram@debian.org>  Sun,  9 Apr 2006 21:32:21 +0000

xmoto (0.1.11-2) unstable; urgency=low

  * Added gcc_4.1.dpatch in order for xmoto to correctly build with G++ 4.1
    (thanks Martin Michlmayr), closes: #357186.

 -- Samuel Mimram <smimram@debian.org>  Thu, 16 Mar 2006 18:04:48 +0000

xmoto (0.1.11-1) unstable; urgency=low

  * New upstream release.
  * It should now longer be possible to move head through level geometry at
    high speed or by flipping, closes: #340054.
  * Game no longer quits if a level specified by the user or a replay isn't
    found, closes: #343282.

 -- Samuel Mimram <smimram@debian.org>  Thu,  9 Feb 2006 15:52:33 +0000

xmoto (0.1.10-1) unstable; urgency=low

  * New upstream release.
  * Removed arch64.dpatch.
  * Missing .h included, closes: #340039.
  * Rewind now uncollect strawberries in replays, closes: #337905.
  * Smoother replays, closes: #337906, #341523.
  * Correctly handling escape while entering the name of a replay,
    closes: #340055.

 -- Samuel Mimram <smimram@debian.org>  Sat,  3 Dec 2005 12:57:37 +0100

xmoto (0.1.8-2) unstable; urgency=low

  * Declaration of PFNGLBUFFERDATAARBPROC is still incorrect. arch64.dpatch is
    back.

 -- Samuel Mimram <smimram@debian.org>  Mon,  7 Nov 2005 20:31:31 +0100

xmoto (0.1.8-1) unstable; urgency=low

  * New upstream release.
  * A replay feature was added, closes: #335540.
  * Removed arch64.dpatch and big_endian.dpatch which are now correctly
    integrated upstream.
  * Added libsdl-mixer1.2-dev in build-dependencies and removed libvorbis-dev
    and libglu1-xorg-dev | libglu-dev.
  * Cleaned up licenses of removed files in debian/copyright.
  * Added -ugly option in xmoto's manpage.

 -- Samuel Mimram <smimram@debian.org>  Mon,  7 Nov 2005 00:44:13 +0100

xmoto (0.1.7-2) unstable; urgency=low

  * big_endian.dpatch is back to fix an endianness problem when reading .dat
    files. It wasn't correctly applied upstream, closes: #335672.
  * Installing files in /usr/games and /usr/share/games, closes: #337503.

 -- Samuel Mimram <smimram@debian.org>  Sat,  5 Nov 2005 12:10:47 +0100

xmoto (0.1.7-1) unstable; urgency=low

  * New upstream release.
  * New build dependencies: libode0-dev, liblua50-dev, liblualib50-dev.
    Upstream is now using shared libraries, closes: #335584.
  * Removed bigendian.dpatch and mmgr.dpatch, integrated upstream.
  * Updated arch64.dpatch.
  * Properly calling configure in rules (thanks Julien Cristau).

 -- Samuel Mimram <smimram@debian.org>  Fri, 28 Oct 2005 22:48:53 +0200

xmoto (0.1.6.dfsg-5) unstable; urgency=low

  * We're back on any arch.
  * Added arch64.dpatch to build cleanly on 64 bit archs (thanks Yann
    Vernier).
  * Added bigendian.dpatch to solve the fatal exception on big endian archs
    (thanks Michel Daenzer), closes: #335672.

 -- Samuel Mimram <smimram@debian.org>  Tue, 25 Oct 2005 20:48:24 +0200

xmoto (0.1.6.dfsg-4) unstable; urgency=low

  * Correctly handling arch-dependant stuff in the rules.
  * Added kfreebsd-i386 to the list of supported archs, closes: #335420.

 -- Samuel Mimram <smimram@debian.org>  Sun, 23 Oct 2005 21:36:07 +0200

xmoto (0.1.6.dfsg-3) unstable; urgency=low

  * xmoto does not build on 64 bit archs for now. Specifying the list of
    supported archs in the Architecture field.

 -- Samuel Mimram <smimram@debian.org>  Sun, 23 Oct 2005 16:48:15 +0200

xmoto (0.1.6.dfsg-2) unstable; urgency=low

  * Added glsizeiptr.dpatch patch to give the correct type of a function and
    hopefully solve the FTBFS on 64 bit archs.

 -- Samuel Mimram <smimram@debian.org>  Sun, 23 Oct 2005 12:48:56 +0200

xmoto (0.1.6.dfsg-1) unstable; urgency=low

  * Initial release, closes: #331535.
  * Removed mmgr.cpp, mmgr.h and nommgr.h from upstream source. It wasn't DFSG
    compliant since the licence prevented users from doing harm to others with
    it.

 -- Samuel Mimram <smimram@debian.org>  Wed, 12 Oct 2005 23:17:40 +0200