File: changelog

package info (click to toggle)
0ad 0.28.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 182,352 kB
  • sloc: cpp: 201,989; javascript: 19,730; ansic: 15,057; python: 6,597; sh: 2,046; perl: 1,232; xml: 543; java: 533; makefile: 105
file content (649 lines) | stat: -rw-r--r-- 24,445 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
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
0ad (0.28.0-3) unstable; urgency=medium

  * Skip flaky autopkgtest on i386.
  * Drop ppc64 as supported arch; package will FTBFS on all big-endian arches.

 -- Vincent Cheng <vcheng@debian.org>  Tue, 24 Feb 2026 02:37:58 -0800

0ad (0.28.0-2) unstable; urgency=medium

  * Add autopkgtest.
  * Add ppc64 and ppc64el as supported architectures.
  * Update b-d on libboost-dev >= 1.71.0, drop b-d on libboost-filesystem-dev.
  * Drop obsolete override_dh_dwz target in d/rules.

 -- Vincent Cheng <vcheng@debian.org>  Mon, 23 Feb 2026 03:27:40 -0800

0ad (0.28.0-1) unstable; urgency=medium

  [ Vincent Cheng ]
  * New upstream release.
    - Fix mozjs FTBFS with python 3.14. (Closes: #1127002, #1128074)
    - Drop obsolete patch applied upstream: d/p/fix-nvtt-i386-ftbfs.patch
    - Add additional patches to disable flaky regression tests, sourced from
      upstream PPA (thanks to Nicolas Auvray).
    - Refresh remaining patches.
  * Add d/p/disable-spidermonkey-debug-build.patch to skip mozjs debug build.
  * Add build-dep on cbindgen and update build-dep versions for cargo/rustc.
  * Drop obsolete kfreebsd-* arches, and drop support for armhf due to mozjs
    FTBFS. (Closes: #1110555)
  * Update Standards version to 4.7.3, no changes needed.

  [ Daniel Richard G. ]
  * d/rules: Improve coverage of "clean" rule, and use the system package
    of cxxtest instead of the bundled one. (Closes: #1043705)

 -- Vincent Cheng <vcheng@debian.org>  Sat, 21 Feb 2026 18:18:00 -0800

0ad (0.27.1-3) unstable; urgency=medium

  * Avoid running flaky testsuite on i386. (Closes: #1116013)

 -- Vincent Cheng <vcheng@debian.org>  Tue, 23 Sep 2025 03:20:30 -0700

0ad (0.27.1-2) unstable; urgency=medium

  * Add d/p/fix-nvtt-i386-ftbfs.patch to fix FTBFS on i386.

 -- Vincent Cheng <vcheng@debian.org>  Wed, 13 Aug 2025 19:02:20 -0700

0ad (0.27.1-1) unstable; urgency=medium

  [ Nicolas Auvray ]
  * New upstream release.
    - Drop obsolete patches:
      - d/p/allow-build-with-root.patch
      - d/p/add-missing-header-in-KeyName.patch
      - d/p/fix-mozjs-i386-ftbfs.patch

  [ Ludovic Rousseau ]
  * d/control: replace libcurl4-dev by libcurl4-openssl-dev
  * d/control: remove versioning of libcurl4-*-dev

  [ Vincent Cheng ]
  * Update Standards version to 4.7.2, no changes needed.

 -- Vincent Cheng <vcheng@debian.org>  Wed, 13 Aug 2025 10:55:52 -0700

0ad (0.27.0-2) unstable; urgency=medium

  * Tighten build-dep on cargo/rustc >= 1.66.0, required for building mozjs.
    Unfortunately this makes it difficult to backport to stable.
  * Add d/p/fix-mozjs-i386-ftbfs.patch to fix mozjs FTBFS on i386.

 -- Vincent Cheng <vcheng@debian.org>  Sat, 01 Feb 2025 15:05:35 -0800

0ad (0.27.0-1) unstable; urgency=medium

  * New upstream release.
    - Fix FTBFS building embedded mozjs with Python 3.13. (Closes: #1092323)
    - Drop obsolete patches:
      - d/p/0012-Fix-segfault-with-openal-1.24.0.patch
      - d/p/0013-Make-failed-audio-device-query-non-fatal.patch
      - d/p/Fix-build-mozjs-on-armhf.patch
      - d/p/Fix-the-removal-of-implicit-conversions-in-libfmt-10.patch
      - d/p/fix_gcc13_ftbfs.patch
      - d/p/fix_python_3.11_ftbfs.patch
      - d/p/fix_python_3.12_ftbfs.patch
      - d/p/miniupnpc-transition.patch
      - d/p/mozjs_upgrade_vendored_six.patch
      - d/p/mozjs_upstream_96d0575812.patch
      - d/p/mozjs_upstream_db9bdaed1b.patch
      - d/p/mozjs_virtualenv.patch
      - d/p/mozjs_virtualenv_fixes.patch
      - d/p/ziplib-ignore-implicit-function-declaration-error.patch
    - Refresh remaining patches.
    - Add d/p/add-missing-header-in-KeyName.patch to fix build failure.
    - Add additional patches to skip specific failing test suites.
  * Drop obsolete build-deps: git, python3-looseversion, python3-setuptools.
  * Update debian/rules due to changes in upstream build system.
  * Update debian/watch and debian/upstream/metadata.

 -- Vincent Cheng <vcheng@debian.org>  Sat, 01 Feb 2025 02:10:36 -0800

0ad (0.0.26-8) unstable; urgency=medium

  [ Antoine Le Gonidec ]
  * Honour DEB_BUILD_OPTIONS when setting the maximum number of jobs.
    (Closes: #1000235)
  * Avoid a crash on launch with openal 1.24.0 (Closes: #1087990)

  [ Vincent Cheng ]
  * Fix FTBFS when attempting to build twice in a row. (Closes: #1043705)
  * Update Standards version to 4.7.0, no changes needed.

 -- Vincent Cheng <vcheng@debian.org>  Thu, 28 Nov 2024 14:26:39 -0800

0ad (0.0.26-7) unstable; urgency=medium

  * Team upload
  * Cherry-pick patch to fix build with ftmlib 10.
    Thanks to Uli Schlachter (Closes: #1086563)

 -- Jeremy BĂ­cha <jbicha@ubuntu.com>  Tue, 12 Nov 2024 15:54:32 -0500

0ad (0.0.26-6) unstable; urgency=medium

  [ Olivier Tilloy ]
  * Fix FTBFS with Python 3.12. (Closes: #1085385)
    - d/control: remove build dependency python3-distutils,
      add python3-looseversion and python3-setuptools,
      remove build conflict on python3-setuptools. (Closes: #1064726)
    - d/rules: copy all relevant patches to be applied to the vendored
      copy of spidermonkey at build time.
    - d/p/fix_python_3.12_ftbfs.patch: apply additional patches to fix
      the build of the vendored copy of spidermonkey.
    - d/p/mozjs_upgrade_vendored_six.patch: upgrade vendored version of six.
    - d/p/mozjs_upstream_96d0575812.patch: cherry-pick upstream changeset
      for clang's new pass manager.
    - d/p/mozjs_upstream_db9bdaed1b.patch: cherry-pick upstream changeset
      to use importlib instead of imp in mozbuild.
    - d/p/mozjs_virtualenv_fixes.patch: minimal least-intrusive build fixes
      for an old virtualenv to work with Python 3.12.
  * Fix FTBFS for vendored zip-lib.
    - d/p/ziplib-ignore-implicit-function-declaration-error.patch

  [ Yangfl ]
  * Fix FTBFS for the transition to miniupnpc 2.2.8. (Closes: #1076685)
    - d/p/miniupnpc-transition.patch

 -- Olivier Tilloy <olivier@tilloy.net>  Thu, 18 Oct 2024 20:30:00 +0200

0ad (0.0.26-5) unstable; urgency=medium

  [ David W. Kennedy ]
  * Non-maintainer upload.
  * Fix FTBFS of mozjs due to missing python3-distutils. (Closes: 1064726)

  [ Ludovic Rousseau ]
  * Build-Depends: pkgconf instead of pkg-config
  * d/copyright: update dates

 -- Ludovic Rousseau <rousseau@debian.org>  Sat, 23 Mar 2024 14:33:19 +0100

0ad (0.0.26-4) unstable; urgency=medium

  [ Vincent Cheng ]
  * Fix FTBFS with gcc 13. (Closes: #1037564)

  [ David W. Kennedy ]
  * Add Build-Conflicts: python3-setuptools (>= 58.3.0) to avoid mozjs FTBFS.
    (Closes: #1033365)

 -- Vincent Cheng <vcheng@debian.org>  Sun, 16 Jul 2023 00:13:32 -0700

0ad (0.0.26-3) unstable; urgency=medium

  * Fix FTBFS with Python 3.11. (Closes: #1028179)
    - Add build-dep on git.
  * Update Standards version to 4.6.2, no changes needed.

 -- Vincent Cheng <vcheng@debian.org>  Sun, 08 Jan 2023 00:21:57 -0800

0ad (0.0.26-2) unstable; urgency=medium

  * Team upload.
  * Transition to wxWidgets 3.2 (Closes: #1019839)

 -- Scott Talbert <swt@techie.net>  Wed, 26 Oct 2022 16:13:38 -0400

0ad (0.0.26-1) unstable; urgency=medium

  * New upstream release.
  * Fix "New upstream release - version 0.0.26" (Closes: #1020649)
  * d/p/fix-build-mozjs-with-python-3.10.patch: removed because added upstream
  * d/p/fix-build-atlas-gcc11-glibc-2.35.patch: removed because added upstream
  * d/control: add libfreetype-dev in Build-Depends: to fix build error
  * d/p/Disable-test_regression_rP26522.patch: remove test
  * d/copyright: update file list and fix lintian warnings
  * d/watch: upgrade version and fix lintian warning
  * d/control: update Standards-Version: 4.6.1. No change needed
  * d/rules: remove use of --dbgsym-migration=
  * d/contol: upgrade debhelper-compat from 12 to 13
  * d/s/lintian-overrides: rename tag insane-line-length-in-source-file

 -- Ludovic Rousseau <rousseau@debian.org>  Sun, 02 Oct 2022 18:14:33 +0200

0ad (0.0.25b-2) unstable; urgency=medium

  * Team upload
  * Add patches from Ubuntu (Closes: #1008075)
    - d/p/fix-build-mozjs-with-python-3.10.patch:
      Add patch from upstream via Ubuntu to fix FTBFS with Python 3.10
    - d/p/fix-build-atlas-gcc11-glibc-2.35.patch:
      Add patch from upstream via Ubuntu to fix future FTBFS with glibc 2.35

 -- Simon McVittie <smcv@debian.org>  Mon, 28 Mar 2022 12:29:22 +0100

0ad (0.0.25b-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix building mozjs on armhf (Closes: #1001882)

 -- Shengjing Zhu <zhsj@debian.org>  Thu, 23 Dec 2021 01:34:12 +0800

0ad (0.0.25b-1) unstable; urgency=medium

  [David W. Kennedy <dave_k@reasoned.us>]
  * Package new upstream release.
  * d/control: Update required versions of dependencies.
  * d/copyright: Update and correct copyright information of debian package
    and embedded libraries
  * d/install: Install binaries/system/readme.txt as README.command-line.txt,
    also mark install executable to support renaming README.txt with dh-exec.
  * d/rules: Clean up build files for libnvtt and spidermonkey in
    dh_auto_clean.
  * d/rules: Exclude libmozjs78-ps-release.so from dh_dwz in order to work
    around a crash in dwz.
  * d/source/local-options: Abort on changes to the upstream source code
    before committing to the upstream branch of Debian Salsa VCS
  * d/watch: Update URL for releases.

  [ Ludovic Rousseau ]
  * Fix "New upstream release of 0ad - version 0.0.25" (Closes: #992017)
  * d/control: use https:// for Homepage: URL
  * d/install: make the script executable
  * New upstream release 0.0.25b
  * d/patches/TestStunClient: remove failing test

 -- Ludovic Rousseau <rousseau@debian.org>  Fri, 27 Aug 2021 15:28:30 +0200

0ad (0.0.24b-2) UNRELEASED; urgency=medium

  [ Pino Toscano ]
  * Install the AppStream file to /usr/share/metainfo, as /usr/share/appdata
    is a long time deprecated location.
  * Install the application icon in the XDG hicolor icon theme, rather than
    the legacy pixmaps location.

 -- Debian Games Team <pkg-games-devel@lists.alioth.debian.org>  Tue, 11 May 2021 08:48:59 +0200

0ad (0.0.24b-1) experimental; urgency=medium

  [ Phil Morrell ]
  * New upstream release.
  * Drop upstreamed patches.
  * Update build-deps. (Closes: #936101, #975379)

  [ Ludovic Rousseau ]
  * version 0.0.24b
  * d/copyright: remove unused entry
    lintian: unused-file-paragraph-in-dep5-copyright paragraph at line 72
  * d/copyright: remove unused entry
    lintian: unused-file-paragraph-in-dep5-copyright paragraph at line 22
  * use embedded nvtt since version 2.1.0 is not yet in unstable
  * Fix "New upstream release 0.0.24" (Closes: #983408)

 -- Ludovic Rousseau <rousseau@debian.org>  Sun, 07 Mar 2021 10:53:17 +0100

0ad (0.0.23.1-5) unstable; urgency=medium

  * Fix FTBFS with gcc-10. (Closes: #956967)
  * Avoid build-dep on unversioned python2. (Closes: #967118)
  * Cherrypick patch from upstream to add workaround for L3 cache detection on
    Ryzen 3000 series CPUs. (Closes: #949699)
  * Update to dh compat level 12.
  * Update Standards version to 4.5.0.
  * Add upstream metadata file.

 -- Vincent Cheng <vcheng@debian.org>  Tue, 18 Aug 2020 02:48:00 -0700

0ad (0.0.23.1-4) unstable; urgency=medium

  * Team upload.
  * Re-upload source-only to enable migration to testing.

 -- Bruno Kleinert <fuddl@debian.org>  Mon, 05 Aug 2019 18:56:58 +0200

0ad (0.0.23.1-3) unstable; urgency=medium

  * Team upload.
  * Build against GTK 3 version of wxWidget. Replaced build dependency
    libwxgtk3.0-dev by libwxgtk3.0-gtk3-dev. (Closes: #933456)
  * Added NEWS.Debian to document a workaround for a known issue caused by the
    GTK 3 variant of wxWidget.

 -- Bruno Kleinert <fuddl@debian.org>  Sat, 03 Aug 2019 05:18:37 +0200

0ad (0.0.23.1-2) unstable; urgency=medium

  * d/control: version 0.0.23.1 also needs a new 0ad-data

 -- Ludovic Rousseau <rousseau@debian.org>  Wed, 09 Jan 2019 10:33:09 +0100

0ad (0.0.23.1-1) unstable; urgency=medium

  * New upstream release.
    - Re-release of 0 A.D. Alpha 23 Ken Wood
      https://play0ad.com/re-release-of-0-a-d-alpha-23-ken-wood/
  * d/control: change Depends: to use 0.0.23 since 0ad-data is unchanged.
  * Fix "Alpha 23 Lobby lag and other multiplayer issues" (Closes: #905470)

 -- Ludovic Rousseau <rousseau@debian.org>  Fri, 04 Jan 2019 11:18:19 +0100

0ad (0.0.23-1) unstable; urgency=medium

  * New upstream release.
    - Remove enable-hardening-relro.patch and armhf-wchar-signedness.patch;
      obsolete, applied upstream.
    - Remove create_empty_dirs.patch and move logic into debian/rules.
  * Add new build-dep on libsodium-dev (>= 1.0.14).
  * Restore all supported archs as of 0ad/0.0.21-2, i.e. arm64 and kfreebsd-*.
  * Update Standards version to 4.1.4, no changes required.

 -- Vincent Cheng <vcheng@debian.org>  Mon, 21 May 2018 23:38:30 -0700

0ad (0.0.22-4) unstable; urgency=medium

  * Create empty directory not stored in git
  * Add description to a quilt patch
  * Enable parallel build
  * Use debhelper version 10 (instead of 9)
  * Migrate the repository from SVN to GIT

 -- Ludovic Rousseau <rousseau@debian.org>  Wed, 10 Jan 2018 16:27:16 +0100

0ad (0.0.22-3.1) unstable; urgency=medium

  * Non-maintainer upload with maintainers permission.
  * Add armhf back to architecture list.
  * Fix "0ad FTBFS with on armhf with gcc 7: error: call of overloaded
    'abs(unsigned int)' is ambiguous" (Closes: #879071)

 -- Peter Michael Green <plugwash@debian.org>  Tue, 21 Nov 2017 00:15:10 +0000

0ad (0.0.22-3) unstable; urgency=medium

  * remove support of kfreebsd-amd64 and kfreebsd-i386 since auto test fails
    for 0ad alpha 22 and then 0ad FTBFS.
  * debian/source/lintian-overrides: remove unused-override
    outdated-autotools-helper-file.
    Reported by lintian.
  * debian/rules: enable hardening=+all

 -- Ludovic Rousseau <rousseau@debian.org>  Sat, 04 Nov 2017 11:04:26 +0100

0ad (0.0.22-2) unstable; urgency=medium

  * Fix "0ad FTBFS with on armhf with gcc 7: error: call of overloaded
    'abs(unsigned int)' is ambiguous" by removing support of armhf
    (Closes: #879071)
  * remove support of arm64 because of FTBFS in spidermonkey/mozjs-38.0.0
    https://buildd.debian.org/status/fetch.php?pkg=0ad&arch=arm64&ver=0.0.22-1&stamp=1508351579&raw=0

 -- Ludovic Rousseau <rousseau@debian.org>  Fri, 27 Oct 2017 16:22:15 +0200

0ad (0.0.22-1) unstable; urgency=medium

  * New upstream release.
  * Fix "New Release: 0 A.D. Alpha 22 Venustas" (Closes: #872654)
  * Export SHELL to make mozjs-38 build using debuild(1)

 -- Ludovic Rousseau <rousseau@debian.org>  Wed, 18 Oct 2017 15:33:17 +0200

0ad (0.0.21-2) unstable; urgency=medium

  * Fix FTBFS by installing missing files with dh_install.

 -- Vincent Cheng <vcheng@debian.org>  Sat, 12 Nov 2016 22:57:56 -0800

0ad (0.0.21-1) unstable; urgency=medium

  * New upstream release.
    - Drop debian/patches/fix-gcc6-segfault.patch, obsolete.
    - Refresh remaining patches.

 -- Vincent Cheng <vcheng@debian.org>  Sat, 12 Nov 2016 16:46:11 -0800

0ad (0.0.20-3) unstable; urgency=medium

  * Add debian/patches/fix-gcc6-segfault.patch to fix spidermonkey segfault
    when built with gcc6. (Closes: #835176)
  * Temporarily disable test suite on arm64 to fix arch-specific FTBFS.
  * Call dh_strip --dbgsym-migration to cleanly migrate from the old -dbg
    package to -dbgsym.

 -- Vincent Cheng <vcheng@debian.org>  Wed, 07 Sep 2016 22:44:22 -0700

0ad (0.0.20-2) unstable; urgency=medium

  * Team upload.
  * Drop 0ad-dbg package and use the automatic -dbgsym package instead.
  * d/rules: Remove override for dh_builddeb because xz is the default
    compression.
  * Declare compliance with Debian Policy 3.9.8.
  * Build-depend on python and fix FTBFS.
    Thanks to Lucas Nussbaum for the report. (Closes: #832870)
  * Ensure that 0ad can be built twice in a row by updating dh_auto_clean
    target. Thanks to Peter Green for the patch.

 -- Markus Koschany <apo@debian.org>  Sun, 21 Aug 2016 04:54:55 +0200

0ad (0.0.20-1) unstable; urgency=medium

  * New upstream release.
    - Drop build-dep on libjpeg-dev.
    - Refresh patches.
  * Remove debian/menu file as per tech-ctte decision in #741573.
  * Update Standards version to 3.9.7, no changes required.
  * Update jQuery/JavaScript related lintian overrides.

 -- Vincent Cheng <vcheng@debian.org>  Sun, 03 Apr 2016 19:42:21 -0700

0ad (0.0.19-1) unstable; urgency=medium

  * New upstream release. (Closes: #807447)
    - Add support for arm64. (Closes: #790306)
    - Replace dependency on libsdl1.2-dev with libsdl2-dev (>= 2.0.2).
    - Remove gcc-5.1.patch, applied upstream.
    - Refresh remaining patches.
  * Fix typo in override target in d/rules.
  * Update watch file.

 -- Vincent Cheng <vcheng@debian.org>  Sun, 20 Dec 2015 19:56:20 -0800

0ad (0.0.18-2) unstable; urgency=medium

  [ Logan Rosen ]
  * debian/patches/gcc-5.1.patch: Pull patch from upstream Git to fix build
    with GCC 5.1.

 -- Vincent Cheng <vcheng@debian.org>  Fri, 28 Aug 2015 20:46:34 -0700

0ad (0.0.18-1) unstable; urgency=medium

  * New upstream release.
    - Refresh patches.
    - Replace build-dep on libmozjs-24-dev with libnspr4-dev.

 -- Vincent Cheng <vcheng@debian.org>  Wed, 18 Mar 2015 16:58:45 -0700

0ad (0.0.17-1) unstable; urgency=medium

  * New upstream release.
    - Drop debian/patches/{support_miniupnpc_1.9.patch,fix_gcc4.9_ftbfs.patch}:
      applied upstream.
    - Add debian/patches/allow-build-with-root.patch.
    - Add debian/patches/fix-bindir.patch. (LP: #1380737)
    - Refresh remaining patches.
  * Update Standards version to 3.9.6, no changes required.

 -- Vincent Cheng <vcheng@debian.org>  Mon, 13 Oct 2014 20:01:57 -0700

0ad (0.0.16-4) unstable; urgency=medium

  * Add debian/patches/fix_gcc4.9_ftbfs.patch to fix FTBFS when running the
    test suite when built with gcc 4.9. (Closes: #746822)

 -- Vincent Cheng <vcheng@debian.org>  Tue, 24 Jun 2014 21:21:36 -0700

0ad (0.0.16-3) unstable; urgency=medium

  * Add debian/patches/support_miniupnpc_1.9.patch to fix FTBFS when built
    with miniupnpc >= 1.9. (Closes: #751224)
  * Tighten build-dep on libminiupnpc-dev (>= 1.6).

 -- Vincent Cheng <vcheng@debian.org>  Wed, 11 Jun 2014 19:46:46 -0700

0ad (0.0.16-2) unstable; urgency=medium

  * Remove armel from Architecture list in debian/control.

 -- Vincent Cheng <vcheng@debian.org>  Sun, 18 May 2014 19:14:10 -0700

0ad (0.0.16-1) unstable; urgency=medium

  * New upstream release.
    - Drop debian/patches/fix-kfreebsd-ftbfs.patch; applied upstream.
  * Avoid repacking tarball by including missing jquery sources in Debian diff,
    see debian/missing-sources/jquery-1.8.{0,3}.js. Alternative way of fixing
    #735349.
    - Update debian/copyright to include missing license entries for the
      various javascript libraries contained in the source tarball.
    - Revert changes made to debian/control in 0ad/0.0.15+dfsg-3, i.e.:
      revert: debian/control: Hardcode versions of 0ad-data{,-common} to
              depend on to workaround the fact that 0.0.15+dfsg is strictly
              greater than 0.0.15.
  * Build-dep on libgloox-dev (>= 1.0.9) to ensure that 0ad is built with
    newer enough gloox to avoid lobby connectivity issues.
  * Add new build-deps: libicu-dev, libmozjs-24-dev.

 -- Vincent Cheng <vcheng@debian.org>  Sat, 17 May 2014 16:30:39 -0700

0ad (0.0.15+dfsg-3) unstable; urgency=medium

  * Repack tarball to remove minified javascript files without source in
    source/tools/jsdebugger/. (Closes: #735349)
    - debian/control: Hardcode versions of 0ad-data{,-common} to depend on to
      workaround the fact that 0.0.15+dfsg is strictly greater than 0.0.15.
  * Update debian/copyright to include text of IBM Common Public License.
  * Update email address.

 -- Vincent Cheng <vcheng@debian.org>  Tue, 18 Feb 2014 23:21:11 -0800

0ad (0.0.15-2) unstable; urgency=medium

  * Add debian/patches/fix-kfreebsd-ftbfs.patch to fix FTBFS on kfreebsd.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Fri, 27 Dec 2013 15:03:44 -0800

0ad (0.0.15-1) unstable; urgency=low

  * New upstream release.
    - Remove fix-arm-ftbfs.patch, fixed upstream.
  * Add build-dep on libgloox-dev and libminiupnpc-dev.
  * Append '~' to libnvtt-dev build dependency to ease backporting.
  * Prefer libwxgtk3.0-dev over libwxgtk2.8-dev as build-dep (keep latter as
    alternate build-dep to ease backports).
  * Update Standards version to 3.9.5, no changes required.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Wed, 25 Dec 2013 17:41:29 -0800

0ad (0.0.14-3) unstable; urgency=low

  * Add debian/patches/fix-arm-ftbfs.patch to fix FTBFS on armel and armhf.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Tue, 17 Sep 2013 01:08:10 -0700

0ad (0.0.14-2) unstable; urgency=low

  * Tighten build dependency on libnvtt-dev to >= 2.0.8-1+dfsg-4 to ensure
    that amd64 builds of 0ad do not FTBFS on certain hardware. See #713966
    for details.
  * Build 0ad for armel and armhf.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Fri, 06 Sep 2013 23:00:24 -0700

0ad (0.0.14-1) unstable; urgency=low

  * New upstream release.
    - Remove fix-bindir.patch, boost-libnames.patch; applied/fixed upstream.
    - Refresh remaining patches.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Thu, 05 Sep 2013 20:02:20 -0700

0ad (0.0.13-2) unstable; urgency=low

  * Add boost-libnames.patch to fix FTBFS with boost 1.53. (Closes: #709570)

 -- Vincent Cheng <Vincentc1208@gmail.com>  Fri, 24 May 2013 01:47:14 -0700

0ad (0.0.13-1) unstable; urgency=low

  * New upstream release.
    - Refresh patches.
  * Add icon to Debian menu entry. (Closes: #703254)

 -- Vincent Cheng <Vincentc1208@gmail.com>  Tue, 02 Apr 2013 19:40:54 -0700

0ad (0.0.12-1) unstable; urgency=low

  [ Vincent Cheng ]
  * New upstream release.
    - Remove debian/patches/fix-kfreebsd-ftbfs.patch; applied upstream.
    - Refresh remaining patches.
  * Add depends on 0ad-data-common.
  * Add lintian overrides for:
    - outdated-autotools-helper-file (caused by config.{guess,sub} in a
      convenience copy of libenet, which we don't use).
    - version-substvar-for-external-package (not a problem since 0ad and
      0ad-data uploaded at same time, and no other mechanism provided by
      dpkg-gencontrol for packages that want to depend on versioned packages
      built from a separate source package).
  * Update Standards version to 3.9.4, no changes required.
  * Enable verbose build.

  [ Ansgar Burchardt ]
  * debian/control: Remove DM-Upload-Allowed.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Tue, 12 Feb 2013 19:24:59 -0800

0ad (0.0.11-1) unstable; urgency=low

  * New upstream release. (Alpha 11 Kronos)
    - Upstream disabled FAM support as of svn r12550, so remove build-depends
      on libgamin-dev, and remove depends on gamin | fam. (Closes: #679087)
    - Refresh existing patches.
  * Add fallback to launcher script when /usr/games is not in $PATH.
    (Closes: #679033)
  * Restrict list of architectures to i386, amd64, and kfreebsd-{i386,amd64}.
    (Closes: #683282)
  * Update debian/watch file.
  * Add DMUA field in debian/control with agreement of sponsor.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Sat, 08 Sep 2012 02:43:25 -0700

0ad (0~r11863-2) unstable; urgency=low

  * Add stricter dependency on 0ad-data. (Closes: #673526)

 -- Vincent Cheng <Vincentc1208@gmail.com>  Sun, 20 May 2012 01:48:59 -0700

0ad (0~r11863-1) unstable; urgency=low

  * New upstream release.
    - Refresh patches.
  * Add debian/patches/enable-hardening-relro.patch to build using the
    "read-only relocation" link flag, as suggested by lintian.
  * Add build-depends on libxcursor-dev.

 -- Vincent Cheng <Vincentc1208@gmail.com>  Wed, 16 May 2012 23:50:12 -0700

0ad (0~r11339-2) unstable; urgency=low

  * Add debian/patches/fix-kfreebsd-ftbfs.patch to fix FTBFS on kfreebsd.
  * Update debian/0ad.6.
  * Add build-depends on dpkg-dev (>= 1.15.5) for xz compression support.
  * Change build-depends on libjpeg8-dev to libjpeg-dev.
  * Change build-depends on libpng12-dev to libpng-dev. (Closes: #668453)
  * Add alternate build-depends on libcurl4-dev.
  * Add alternate dependency on fam. (Closes: #668353)
  * Override dh_auto_clean to clean source properly. (Closes: #668686)

 -- Vincent Cheng <Vincentc1208@gmail.com>  Thu, 26 Apr 2012 19:12:26 -0700

0ad (0~r11339-1) unstable; urgency=low

  * Initial release (Closes: #594800)

 -- Vincent Cheng <Vincentc1208@gmail.com>  Thu, 29 Mar 2012 16:13:33 -0700