summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 04dc65ec2f730eecfe47018091ba8a867b169194 (plain)
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
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
gnubg (1.06.002-2) UNRELEASED; urgency=medium

  * Increase the size of static buffers used to build messages during
    program start so that the Spanish translation doesn't overflow a
    buffer.  (Closes: #932351)

 -- Russ Allbery <rra@debian.org>  Sun, 21 Jul 2019 11:39:46 -0700

gnubg (1.06.002-1) unstable; urgency=medium

  * New upstream release.
    - Fix cube value when clicking on a chequers tray in edit mode.
  * Add Suggests on sensible-utils, since sensible-browser is used to
    launch an external browser to report an upstream bug if wanted.
  * Remove Suggests of kbackgammon, which is no longer in Debian.
  * Determine override of __DATE__ macro from SOURCE_EPOCH_DATE via
    /usr/share/dpkg/pkg-info.mk and post-processing with the date command
    rather than parsing the output of dpkg-parsechangelog.
  * Update to standards version to 4.2.1 (no changes required).

 -- Russ Allbery <rra@debian.org>  Sun, 26 Aug 2018 15:02:10 -0700

gnubg (1.06.001-1) unstable; urgency=medium

  * New upstream release.
    - Various bug fixes to edit mode.
    - Distinguish Crawford games from post-Crawford ones.
    - Add Isight count to the Race Theory widget.
    - Fix crash on export to HTML.  (LP: #1680223)
  * Mark gnubg-data as Multi-Arch: foreign.
  * Add Rules-Requires-Root: no.
  * Update to debhelper compatibility level V11.
    - Remove now-unnecessary dh_autoreconf dependency and add-on.
  * Update to standards version 4.1.2.
    - Remove the menu file.
    - Switch to https for the debian/copyright format URL.
  * Remove trailing whitespace in debian/changelog.

 -- Russ Allbery <rra@debian.org>  Sat, 23 Dec 2017 14:57:33 -0800

gnubg (1.05.002-2) unstable; urgency=medium

  * Build the two-sided bearoff database by default if the debconf prompt
    is suppressed.  On nearly all modern systems, this is reasonably fast,
    and the prompt is at the normal level and therefore may be suppressed
    for a lot of people.  (Closes: #854906)

 -- Russ Allbery <rra@debian.org>  Sat, 11 Feb 2017 18:22:49 -0800

gnubg (1.05.002-1) unstable; urgency=medium

  * New upstream release.
    - Fix improper definitions of __attribute__ and _GNU_SOURCE that
      caused infinite loops during startup with newer versions of GCC.
      (Closes: #807756)
    - Remove some subpar random number generators.
    - Various bug fixes.
  * Drop spelling patch, applied upstream
  * Fix spelling error in gtkgame.c.
  * Update standards version to 3.9.8 (no changes required).
  * Fix duplicated words and incorrect name of GPL in debian/copyright
    (which makes it not match the source gettext file, but the meaning is
    now clearer, so seems like an adequate tradeoff).

 -- Russ Allbery <rra@debian.org>  Sat, 02 Jul 2016 14:10:15 -0700

gnubg (1.05.000-8) unstable; urgency=medium

  * Update glib-gettext.m4 before the build to build properly with new
    glib.  Thanks, Matthias Klose.  (Closes: #818889)

 -- Russ Allbery <rra@debian.org>  Sun, 27 Mar 2016 11:45:22 -0700

gnubg (1.05.000-7) unstable; urgency=medium

  * Switch back to the default version of GCC, since 4.9 is being removed.
    Disable optimization to work around the GCC bug that miscompiles gnubg
    (#807756), since there seem to be no good alternatives right now.
    (Closes: #818775)

 -- Russ Allbery <rra@debian.org>  Sun, 20 Mar 2016 11:49:10 -0700

gnubg (1.05.000-6) unstable; urgency=medium

  * Replace the CPU probe M4 macros before running autoreconf, where this
    might actually do some good, instead of after running autoreconf,
    where it doesn't.
  * Fix spelling of occurred in some warning messages.

 -- Russ Allbery <rra@debian.org>  Mon, 25 Jan 2016 18:38:50 -0800

gnubg (1.05.000-5) unstable; urgency=medium

  * Replace the CPU probe M4 macros at build time with versions from the
    autoconf-archive package, since the upstream ones fail CPU ID
    detection on the buildd hosts and abort configure.

 -- Russ Allbery <rra@debian.org>  Sun, 24 Jan 2016 22:18:21 -0800

gnubg (1.05.000-4) unstable; urgency=medium

  * Override the BUILD_DATE constant to be based on the debian/changelog
    date, allowing for reproducible builds.
  * Change the branch layout to follow DEP-14.
  * Run wrap-and-sort -ast on the package.
  * Refresh debian/copyright to add a few missing copyright statements and
    license variations in the build system.  No substantial changes.
  * Switch Vcs-Git and Vcs-Browser URLs to HTTPS.
  * Translation updates:
    - Portuguese (Brazilian), thanks Adriano Rafael Gomes.
      (Closes: #811518)

 -- Russ Allbery <rra@debian.org>  Sun, 24 Jan 2016 17:07:15 -0800

gnubg (1.05.000-3) unstable; urgency=medium

  * Force gcc-4.9 as the compiler, since binaries built with gcc-5
    segfault or hang during startup.  Enable PIE (and all other hardening
    flags), since hardening turned out not to be the cause of this
    problem.  Works around #807756.
  * Fix the symlinks for the DejaVu fonts for the fonts-dejavu-core
    change.

 -- Russ Allbery <rra@debian.org>  Sun, 13 Dec 2015 17:00:47 -0800

gnubg (1.05.000-2) unstable; urgency=medium

  * Change dependency from ttf-dejavu-core to fonts-dejavu-core.  Thanks,
    Andreas Schmidt.  (Closes: #788684)

 -- Russ Allbery <rra@debian.org>  Sat, 05 Dec 2015 13:50:21 -0800

gnubg (1.05.000-1) unstable; urgency=medium

  * New upstream release.
    - Upgrade the random.org code to support HTTPS.
    - Fix import and export of variants (Hypergammon, etc.) when using the
      MAT file format.
    - Minor bug fixes and cleanup.
  * Add build dependency on libcurl4-openssl-dev for random.org support.

 -- Russ Allbery <rra@debian.org>  Sun, 26 Apr 2015 20:03:49 -0700

gnubg (1.04.000-1) unstable; urgency=medium

  * New upstream release.
    - Improve position analysis with one-sided database.
    - Fix re-evaluation of play from the analysis panel.
    - Fix bug in MAT file import.
    - Support Python 3.x.
  * Update standards version to 3.9.6 (no changes required).

 -- Russ Allbery <rra@debian.org>  Sun, 26 Oct 2014 13:55:20 -0700

gnubg (1.03.001-1) unstable; urgency=medium

  * New upstream release.
    - Fix crash on termination or stopping an analysis.
    - Fix incorrect mutex management with newer GLIB.  (LP: #1346567)
    - Improved external interface that is re-entrant and supports quit and
      version commands.  Fix various other issues with this interface.
    - Multiple improvements to the Python support.
    - Add set aliases command to list player names for MAT file import.
    - Improvements to eXtreme Gammon file imports.
    - Display match statistics when a match analysis is completed.
  * Convert the packaging to a proper quilt series of changes to upstream
    instead of building with single-debian-patch.
  * Remove man pages added by the Debian packaging, since these have now
    been incorporated upstream.
  * Remove the strength comment in README.Debian, which is already covered
    sufficiently in the package description.
  * Convert the 16x16 and 32x32 PNG icons to XPM format during the build
    and reference them from the menu file.  Thanks to Markus Koschany for
    the report.  (Closes: #737914)
  * Drop now-unnecessary dh_builddeb override to use xz compression.
  * Update standards version to 3.9.5 (no changes required).

 -- Russ Allbery <rra@debian.org>  Mon, 25 Aug 2014 11:32:14 -0700

gnubg (1.02.000-2) unstable; urgency=medium

  * Setting urgency to medium because gnubg won't currently run on any
    host that does not have AVX SIMD extensions.
  * Return to the previous behavior of enabling only SSE2 on amd64 and not
    enabling any SIMD classes on i386 or ia64.  We can't assume anything
    about i386 processors (at least yet), and I don't know enough about
    ia64 to pick good defaults, so err on the side of safety.  Wikipedia
    claims that all x86-64 CPUs implement at least SSE2.  Disable support
    for AVX, fixing problems on hosts without it.  (Closes: #724685)

 -- Russ Allbery <rra@debian.org>  Thu, 26 Sep 2013 13:22:48 -0700

gnubg (1.02.000-1) unstable; urgency=low

  * New upstream release.
    - Enable sound properly if available but not enabled by default.
    - Fix assertion failure after requesting a hint on a resignation in a
      previous game in the match.  (Closes: #722956)
    - New command-line option -s to specify the preferences directory.
    - Preliminary support for a Python interface to hinting.
    - Fix the stop button on the status bar.
    - Memory and CPU usage improvements.
    - Fix some unnecessary pop-up messages.

 -- Russ Allbery <rra@debian.org>  Sat, 14 Sep 2013 14:13:00 -0700

gnubg (1.01.003-1) unstable; urgency=low

  * New upstream release.
    - Now correctly finds GTKGLEXT.  (Closes: #713503)
    - Disable overlay scroll bars on Ubuntu, which works around a problem
      with GtkCList on current Ubuntu.  (LP: #1002063)
    - Use stronger default settings for the computer opponent.
    - Update neural nets for better play.
    - Various improvements to the Python interface.
    - Multiple bug fixes.
  * Drop the override in gnubg.desktop to disable overlay scroll bars.
    This should now be handled by the build system.
  * Drop special per-architecture handling of --enable-sse.  Upstream now
    probes for this during configure and at runtime and should do the right
    thing.
  * Move query_player.sh to /usr/share/doc/gnubg/examples since it
    requires editing before it can be used.
  * Add some keywords to the desktop file.  (It's quite hard to tell what
    would be useful here.  Backgammon is already covered by GenericName.)
  * Simplify debian/rules handling of suppressing bearoff database builds
    now that the buildds use build-arch and build-indep properly.
  * Move the tools for building the documentation to Build-Depends-Indep.
    Pre-build versions of the documentation will be used by the upstream
    build system and then discarded during a binary-only build, so this
    saves some work installing packages on the buildds.
  * Remove the beta software warning from the description.  GNU Backgammon
    has been quite stable for years and now has a 1.0 release.
  * Use xz compression for the binary packages.
  * Update watch file for new upstream release naming.
  * Remove get-orig-source target since the upstream source no longer
    requires repacking and there are now regular release tarballs.
  * Rewrite debian/copyright into copyright-format 1.0.
  * Update standards version to 3.9.4 (no changes required).

 -- Russ Allbery <rra@debian.org>  Sun, 21 Jul 2013 18:39:36 -0700

gnubg (0.90+20120429-1) unstable; urgency=low

  * New upstream development snapshot.
    - Remove inclusion of specific glib headers, which is no longer
      permitted as of glib 2.32.  (Closes: #665539)
  * Update mkinstalldirs in the source package to work around a strange
    interaction between autoreconf and dh_autoreconf where the former will
    update it, the latter will therefore remove it on clean, and then the
    former will not copy it back into the tree.

 -- Russ Allbery <rra@debian.org>  Sat, 28 Apr 2012 20:56:26 -0700

gnubg (0.90+20120127-3) unstable; urgency=low

  * Depend on libpng-dev instead of libpng12-dev.  (Closes: #662355)

 -- Russ Allbery <rra@debian.org>  Sun, 04 Mar 2012 20:11:41 -0800

gnubg (0.90+20120127-2) unstable; urgency=low

  * Fix the logic to avoid building the bearoff database for arch-only
    builds.  We can't use an -indep override of dh_auto_build yet, since
    the buildds still call that.  Instead, use an -indep override of
    dh_prep to re-enable building the bearoff database for
    arch-independent builds.  Should fix build issues on kFreeBSD, where
    for some reason system limits never allow building the bearoff
    database.
  * Set LIBOVERLAY_SCROLLBAR to 0 in the gnubg desktop file when starting
    gnubg.  This works around a bug in either gnubg or Ubuntu's desktop
    that causes the desktop to become unresponsive until the program is
    killed.  Thanks, Michael Petch.  (LP: #932455)
  * Update standards version to 3.9.3 (no changes required).

 -- Russ Allbery <rra@debian.org>  Sat, 03 Mar 2012 19:26:15 -0800

gnubg (0.90+20120127-1) unstable; urgency=low

  * New upstream development snapshot.
    - Fixes random.org GET interface.  (LP: #507629)
    - Fixes crashes when built with _FORTIFY_SOURCE and hardening flags.
      (LP: #310236, #433487, #666298, #755247, #762221)
  * Incorporate NMU (thanks, Steve M. Robbins):
    - Change libgmp3-dev build dependency to libgmp-dev.
  * Update to debhelper compatibility level V9.
    - Enable compiler hardening flags.
    - Use dpkg-buildflags environment variables to add --as-needed.
    - Use the new -arch and -indep override support to handle selectively
      suppressing the builds of the bearoff databases.
  * Use dh-autoreconf to rebuild the Autotools build system.
  * Move the /usr/share/gnubg/gnubg.wd symlink to the gnubg package to
    avoid shipping a dangling symlink to gnubg-data.  The old way worked,
    but the symlink and its target may as well be in the same package.
  * Update to Debian source package format 3.0 (quilt) with a single
    Debian patch and a local patch header.
  * Translation updates:
    - Italian, thanks Francesca Ciceri.  (Closes: #657451)
    - Polish, thanks Michał Kułach.  (Closes: #657503)
    - Danish, thanks Joe Dalton.  (Closes: #605074)
    - Clean up the formatting and metadata of all po files.  Thanks,
      Christian PERRIER.
  * Update standards version to 3.9.2.
    - Remove Conflicts and Replaces for packages only in oldstable.

 -- Russ Allbery <rra@debian.org>  Sat, 04 Feb 2012 16:24:05 -0800

gnubg (0.90+20091206-4) unstable; urgency=low

  * Avoid building the one-sided rollout database during an
    architecture-dependent build.  Not only does this avoid wasted time on
    the buildds, since it's an architecture-independent file, but it
    should hopefully fix FTBFS problems on the kfreebsd-* buildds.
  * Enable SSE on all amd64 systems, not just Linux ones.
  * Add a trailing blank line to NEWS.Debian.

 -- Russ Allbery <rra@debian.org>  Thu, 21 Jan 2010 14:44:59 -0800

gnubg (0.90+20091206-3) unstable; urgency=low

  * Disable SSE on ia64.  Although the upstream configure script thinks it
    should work, gcc on ia64 does not appear to support the -msse or
    -msse2 options.

 -- Russ Allbery <rra@debian.org>  Sun, 17 Jan 2010 23:56:22 -0800

gnubg (0.90+20091206-2) unstable; urgency=low

  * Do not move the upstream changelog in the gnubg-data package if that
    package is not being built (such as during binary-only builds on the
    buildd network).

 -- Russ Allbery <rra@debian.org>  Mon, 14 Dec 2009 01:49:00 -0800

gnubg (0.90+20091206-1) unstable; urgency=low

  * New upstream development snapshot.
    - Now uses Canberra for sound.  (Closes: #548398)
    - Small, non-resizeable dialog boxes with some fonts should now be
      fixed.  (Closes: #477975)
    - Now uses docbook2x, dblatex, and xsltproc to build documentation.
    - Build with threading.
    - Build with SSE2 support on amd64.
  * Fix upstream "available" spelling error detected by Lintian.
  * Fix upstream man page hyphen by post-processing the generated man
    page, working around a bug in the Docbook to man conversion.
  * Stop attempting to reduce the number of underlying libraries gnubg is
    linked with.  The attempt is fragile and difficult to maintain and
    caused problems with binutils-gold support.  binutils-gold will
    hopefully replace the regular linker with one that automatically
    suppresses unnecessary link dependencies.  Instead, pass --as-needed
    to the linker.  (Closes: #554672)
  * Upstream now installs a regular hicolor icon set, so modify the
    desktop file to enable the automatic icon path searching.
  * Depend on ttf-dejavu-core and symlink the fonts used by gnubg to
    the versions in that package instead of including separate copies of
    the Bitstream Vera fonts.
  * Build-depend on libreadline-dev instead of libreadline5-dev.
    (Closes: #553886)
  * Use autoreconf instead of running the separate programs individually.
  * Don't fail make clean if no Makefile.in files have been created.
  * Move the upstream changelog into the gnubg-data package, but still
    install it as /usr/share/doc/gnubg/changelog.gz.
  * Update README.Debian to remove references to optional features.  The
    upstream configure process is now much simpler, with far fewer
    optional bits.  Remove references to features upstream no longer has.
  * Update get-orig-source logic to use the version from debian/changelog
    and download snapshots again.
  * Update to debhelper compatibility level V7.
    - Use debhelper rule minimization with overrides.
    - Use debian/clean to specify most of the extra files to remove.
    - Add ${misc:Depends} to gnubg-data.
  * Update standards version to 3.8.3 (no changes required).
  * Translation updates:
    - Russian, thanks Yuri Kozlov.  (Closes: #540602)
    - Spanish, thanks Francisco Javier Cuadrado.  (Closes: #528174)

 -- Russ Allbery <rra@debian.org>  Sun, 13 Dec 2009 22:07:43 -0800

gnubg (0.90-3) unstable; urgency=low

  * Remove the now-unused build dependency on quilt.
  * Update Vcs-Git and add Vcs-Browser control field.
  * Update standards version to 3.8.0 (no changes required).
  * Translation updates:
    - Swedish, thanks Martin Bagge.  (Closes: #503602)

 -- Russ Allbery <rra@debian.org>  Thu, 06 Nov 2008 11:10:50 -0800

gnubg (0.90-2) unstable; urgency=low

  * Fix the upstream Autoconf probe for Python to not include extra
    shared library dependencies so that we can use it rather than forcing
    a specific version of Python.  (Closes: #476992)
  * gnubg should depend on the matching version of gnubg-data.

 -- Russ Allbery <rra@debian.org>  Mon, 21 Apr 2008 11:56:05 -0700

gnubg (0.90-1) unstable; urgency=low

  * New upstream testing release.
    - Upstream released this as 0.9.0-1, but we're calling it 0.90 so that
      versions sort.  1.0 is hopefully coming soon, which will sort all
      this out.
  * Use a stamp file for the install target.
  * Use touch $@ to create stamp files.

 -- Russ Allbery <rra@debian.org>  Sat, 05 Apr 2008 12:01:33 -0700

gnubg (0.16~20080216-2) unstable; urgency=low

  * Pass -w to gnubg when invoked from gnubg.desktop to not require a
    tty.  Otherwise, gnubg immediately exits when run from the menu.
  * Add an icon reference to the desktop file.
  * Add a second menu entry that runs gnubg with -w without a text
    console and add "(console)" to the entry that uses the console.
  * Install the All About GNU Backgammon guide.
  * Install the PDF versions of the manual in /usr/share/doc/gnubg.

 -- Russ Allbery <rra@debian.org>  Sun, 24 Feb 2008 12:31:58 -0800

gnubg (0.16~20080216-1) unstable; urgency=low

  * New upstream CVS snapshot.
    - New SQLite database support.
    - Now supports falling back to the 2D board if the display doesn't
      support OpenGL.  (Closes: #410562)
    - Use the specific Vera font files shipped by upstream rather than
      reusing font files in Debian since upstream ships their own versions
      and uses them for one specific thing.  (Closes: #461261)
    - Upstream no longer generates the files that cause repeated builds to
      fail.  (Closes: #442581)
    - Upstream no longer uses BLAS.  (Closes: #462242)
  * Add a desktop file.  (Closes: #453140)
  * Remove all autotools-modified files in debian/rules clean.
  * Use >= ${source:Version} for the recommends between gnubg-data and
    gnubg rather than = ${Source-Version}.
  * Remove now-unnecessary build dependencies and update to the latest
    version of Automake.
  * Stop using quilt to manage patches.  The package is now maintained
    with git.
  * Replace GTK with graphical in the short description.  Capitalize the
    short description per the devref recommendation.  Add interface
    information to the long description.
  * Add Homepage and Vcs-Git control fields.
  * Remove the (incorrect) FSF address from debian/copyright.  We point to
    a copy of the license anyway.
  * Update standards version to 3.7.3.
  * Update debhelper compatibility level to V5 (no changes required).
  * Translation updates:
    - Portuguese, thanks Luísa Lourenço.  (Closes: #444722)

 -- Russ Allbery <rra@debian.org>  Sun, 17 Feb 2008 10:11:31 -0800

gnubg (0.15~20061120-1) unstable; urgency=low

  * New upstream CVS snapshot taken from the 0.15 release branch.
    - Fixes crash when using Postgres database.  (Closes: #396445)
    - Upstream adopted the patch to use Vera fonts instead of the non-free
      Luxi font and fixed rendering issues.  (Closes: #396385)
    - Toolbar text label display is fixed.  (Closes: #396448)
  * gnuplot segfaults when generating the annealing graph for the
    documentation, so don't try to build the PNG version of the graph for
    the time being.
  * Translation updates:
    - Portuguese, thanks Luísa Lourenço.  (Closes: #414918)

 -- Russ Allbery <rra@debian.org>  Sat, 14 Apr 2007 15:12:32 -0700

gnubg (0.14.3+20060923-5) unstable; urgency=low

  * Translation updates:
    - Japanese, thanks Noritada Kobayashi.  (Closes: #413531)
    - Dutch, thanks Kurt De Bree.  (Closes: #413608)

 -- Russ Allbery <rra@debian.org>  Tue,  6 Mar 2007 12:08:47 -0800

gnubg (0.14.3+20060923-4) unstable; urgency=low

  * Translation updates:
    - French, thanks Thomas Huriaux.  (Closes: #404254)
    - Spanish, thanks Javier Ruano.  (Closes: #404613)

 -- Russ Allbery <rra@debian.org>  Thu, 28 Dec 2006 10:45:05 -0800

gnubg (0.14.3+20060923-3) unstable; urgency=low

  * Install gnubg.gtkrc to get correct styling information for various
    text displays, including the move list.  (Closes: #393261)
  * Fix an incorrect pluralization in the debconf question.
  * Translation updates:
    - German, thanks Matthias Julius.  (Closes: #401254)
    - Czech, thanks Martin Šín.

 -- Russ Allbery <rra@debian.org>  Sun, 17 Dec 2006 16:26:22 -0800

gnubg (0.14.3+20060923-2) unstable; urgency=low

  * Sign the changelog with the right account.
  * Put back in the call to dh_strip that I removed for debugging.  My
    apologies to the buildds.

 -- Russ Allbery <rra@debian.org>  Sat, 23 Sep 2006 19:58:26 -0700

gnubg (0.14.3+20060923-1) unstable; urgency=low

  * New upstream CVS snapshot.
    - Remove merged and now-irrelevant patches.
    - New patch to fix a stray backslash in an upstream include.
  * Include gnubg.wd in the gnubg binary package and point to it with a
    symlink in gnubg-data, since apparently it's architecture-dependent.
    Thanks to André Allavena for the report.  (Closes: #387186)
  * Don't link with libaudiofile.  gnubg only probes for it to find a
    function that the Debian version doesn't provide.
  * Don't link against libncurses; we only use the readline API.
  * Be more aggressive about shedding extra dependencies for the
    supporting programs.

 -- Russ Allbery <rra@debian.org>  Sat, 23 Sep 2006 19:57:49 -0700

gnubg (0.14.3+20060812-1) unstable; urgency=low

  * New upstream CVS snapshot.
    - No longer uses libart.
    - Remove merged and now-irrelevant patches.
    - Use the same Autoconf invocations as upstream.
    - Build-Depend on libtool since upstream no longer includes its files.
    - Build-Depend on bsdmainutils, bison, and flex.
  * Translation updates:
    - Dutch, thanks Kurt De Bree.  (Closes: #378416)
    - Czech, thanks Martin Šín.  (Closes: #382231)

 -- Russ Allbery <rra@debian.org>  Fri, 25 Aug 2006 21:51:32 -0700

gnubg (0.14.3+20060520-2) unstable; urgency=low

  * Drop Guile and GDBM support.  Upstream has dropped both in CVS as
    apparently neither works well and few people use them.
  * Expand the buffer used for message translations, which should fix the
    segfaults when running in a Russian locale.  Thanks to Jonathan Kinsey
    for the patch.  (Closes: #364747)
  * Install the FAQ and the HTML version of the manual.
  * Add doc-base files for the FAQ and the manual.

 -- Russ Allbery <rra@debian.org>  Sat, 24 Jun 2006 18:18:21 -0700

gnubg (0.14.3+20060520-1) unstable; urgency=low

  * Update to upstream CVS snapshot since no release seems forthcoming.
    - Include the documentation; the GFDL terms qualify as DFSG-free.
    - Upstream now provides the wood texture.
    - gcc 4.x and 64-bit patches have been mostly integrated.
    - Disable the new SSE optimizations for right now.
    - Drop the FTGL dependency; upstream no longer uses it.
  * Remove luxi.c from the package and the upstream tarball.  This file
    contained a copy of the digits from the non-DFSG-free Luxi font.
    Replace use of this font with a dependency on ttf-bitstream-vera and
    run-time loading of the Vera font from disk.

 -- Russ Allbery <rra@debian.org>  Sat, 20 May 2006 18:37:17 -0700

gnubg (0.14.3-7) unstable; urgency=low

  * Update the AC_DEFINE_DIR to the latest upstream version; the old
    version was broken by Autoconf 2.60.  Also remove an unnecessary
    duplicate setting of _DATADIR.  Thanks to Martin Michlmayr for the
    report.  (Closes: #367860)
  * Build-depend on quilt >= 0.40 for the makefile fragment.
  * Update to standards version 3.7.2 (no changes required).
  * Wrap build-depends in debian/control, now allowed by Policy.

 -- Russ Allbery <rra@debian.org>  Fri, 19 May 2006 14:21:29 -0700

gnubg (0.14.3-6) unstable; urgency=low

  * Fix another 64-bit type mismatch problem and re-enable Guile support
    on AMD64.
  * French translation, thanks Jean-Marc Chaton.  (Closes: #357484)

 -- Russ Allbery <rra@debian.org>  Sat, 18 Mar 2006 14:27:47 -0800

gnubg (0.14.3-5) unstable; urgency=low

  * Fix several type mismatches that were causing segfaults on 64-bit
    platforms.  Many thanks to Anders Brandt Petersen for all the testing
    and debugging assistance.  (Closes: #350390)

 -- Russ Allbery <rra@debian.org>  Sat, 11 Mar 2006 14:44:47 -0800

gnubg (0.14.3-4) unstable; urgency=low

  * Disable Guile support on AMD64.  It appears to be the culprit in the
    AMD64 segfaults reported in #350390.
  * Link against libart-2.0 instead of libart2.
  * Revert the change to link explicitly against libsupc++.  gcc was
    already doing this; the problem was with the ftgl-dev library on hppa
    and m68k.
  * Pass --build and --host into Autoconf as appropriate.

 -- Russ Allbery <rra@debian.org>  Sat,  4 Mar 2006 14:37:00 -0800

gnubg (0.14.3-3) unstable; urgency=low

  * Drop the gnubg-bearoffs package.  Instead, the one-sided bearoff
    database is included in gnubg-data and the user is asked whether they
    want to build the two-sided database.  This saves on buildd time and
    archive space, particularly on architectures where few people are
    likely to install this package (like m68k).
  * Include the wood texture referred to by several board descriptions
    that upstream left out of the distribution tarball.
  * Move the package binaries to /usr/games.
  * Document how to get even larger bearoff databases in README.Debian.
  * Search in /var/lib/gnubg for databases as well as /usr/share/gnubg.
  * Build-depend on autoconf and automake1.9 and run both before building
    rather than patching the generated files.  This seems to be the Debian
    best practice and it makes the build patches less hairy.
  * Link gnubg with libsupc++.  This will hopefully resolve FTBFS problems
    on hppa and m68k, where Debian's static libftgl needs the SJLJ
    exception handling routines.

 -- Russ Allbery <rra@debian.org>  Sun, 26 Feb 2006 23:22:02 -0800

gnubg (0.14.3-2) unstable; urgency=low

  * Touch aclocal.m4 before Makefile.in since otherwise depending on
    timestamp granularity the package makefile may try to run Automake.
    (Closes: #350212)
  * Remove stamp files at the beginning of make clean per Policy.

 -- Russ Allbery <rra@debian.org>  Fri, 27 Jan 2006 20:49:37 -0800

gnubg (0.14.3-1) unstable; urgency=low

  * New upstream release.  (Closes: #201296)
    - Numerous new upstream features and improvements.
    - Build with 3D board support, sound support, Python scripting, XML
      match equity files, and long random numbers, thus vastly increasing
      the build dependencies.
    - Build with every supported audio layer, since I'm not sure which
      people will use and they're all relatively small.
    - Enable time control.
    - Upstream now supports GTK+ 2.0.
    - Don't build with gtkextras since Debian doesn't have 2.0.
    - libguilegtk isn't used with GTK+ 2.0.
    - Build with libart for better rendering and HTML export.
    - Build with Freetype support.
    - Add a BLAS build dependency for the neural network code.
    - Drop libzvt; it's apparently no longer used.
    - Ported to gcc 4.
  * Removed the manual, which is unfortunately covered by the non-free GNU
    Free Documentation License.  (Closes: #345575)
  * Added get-orig-source target to download and sanitize the source and
    include the weights file from upstream in the upstream source.
  * Documented removal of the manual in README.Debian and copyright.
  * Move the architecture-independent data (other than the bearoffs
    databases) into a separate gnubg-data package to save archive space.
  * Hack on the makefile to try to get gnubg to only link against the
    libraries it actually uses directly.
  * Wrote man pages for the bearoff and hypergammon database utilities.
  * Switch to quilt for maintaining patches to the upstream source.
  * Export DH_OPTIONS so that gnubg-bearoffs is really only built in the
    binary-indep target.  (Closes: #220259)
  * Support build-arch and build-indep.  Running build-arch will now not
    build the bearoff database, thus improving buildd speed should they
    ever be able to support build-arch.
  * Depend on autotools-dev and pull config.{guess,sub} from it.
  * Use DESTDIR rather than prefix to override the installation location.
  * Don't use dh_installdirs; it's not necessary.
  * Install the upstream AUTHORS file as it doesn't just duplicate the
    copyright information.
  * Improve the long package descriptions.
  * Tighten down the package dependencies since the bearoffs database
    format may change between versions.
  * Use the current watch file syntax.

 -- Russ Allbery <rra@debian.org>  Sun, 15 Jan 2006 19:43:34 -0800

gnubg (0.12-5) unstable; urgency=low

  * New maintainer, with prior maintainer's permission.  (Closes: #336975)
  * RC, major bug, policy, and lintian cleanup only.  A package of the new
    upstream source is coming next but will take a bit longer.
  * Fix compilation errors with gcc 4.0.  (Closes: #286867, #323312)
    Thanks to Andreas Jochens for the patch.
  * Fix various build dependency problems.
    - Remove debmake, which wasn't used.  (Closes: #288797)
    - Depend on guile-1.6-dev.  (Closes: #340117, #253678)
    - Depend on libreadline5-dev instead of libreadline4.
    - Don't depend on library packages, just development packages.
    - Depend on libgdbm-dev.
    - Depend on libguilegtk-1.2-dev and libgtkextra17-dev.
  * Symlink the doc directory for gnubg-bearoffs to gnubg.
  * Clean up debian/rules.  Build gnubg-bearoffs in the binary-indep
    target.  (Closes: #220259)
  * Rewrite debian/copyright.  Include the individual authorship
    statements from the source files as copyright statements and include
    the GPL boilerplate from the source files.  (Closes: #302960)
  * Update to standards version 3.6.2.
    - Build with -g and set optimization based on DEB_BUILD_OPTIONS.
  * Update debhelper compatibility level to V4.
  * Quote strings in the menu entry.
  * Avoid literal ISO-8859-1 characters in the man page.

 -- Russ Allbery <rra@debian.org>  Wed, 28 Dec 2005 13:46:43 -0800

gnubg (0.12-4) unstable; urgency=low

  * Fixed the missing neural network weights file (Closes: 132469)
  * Gnubg worked without it but performance was poor.
  * Changed the bearoff database so arch is set to all rather than any

 -- Corrin Lakeland <lakeland@debian.org>  Sun, 17 Feb 2002 09:43:00 +1300

gnubg (0.12-3) unstable; urgency=low

  * Included the weights - version problem? (Closes: 132469)

 -- Corrin Lakeland (NLP) <lakeland@penguinpowered.com>  Sat,  9 Feb 2002 09:12:27 +1300

gnubg (0.12-2) unstable; urgency=low

  * Changed maintainer field to my old key so debian accepts the signature

 -- Corrin Lakeland (NLP) <lakeland@penguinpowered.com>  Wed, 30 Jan 2002 18:56:13 +1300

gnubg (0.12-1) unstable; urgency=low

  * Updated to the latest release (Closes: 130125)
  * Patch for printf integrated to upstream (Closes: 105447)
  * Fixed menu entry (Closes: 121013)
  * Added menu hint (Closes: 121017)
  * Fixed spelling error (Closes: 124686)

 -- Corrin Lakeland <lakeland@acm.org>  Mon, 28 Jan 2002 15:29:11 +1300

gnubg (0.11-1) unstable; urgency=low

  * New version released (Closes: 100957)
  * I still don't have gnubg.bd being deleted fully automatically

 -- Corrin Lakeland <lakeland@debian.org>  Thu, 28 Jun 2001 21:05:23 +1200

gnubg (0.02-4) unstable; urgency=low

  * changed kgammon to kbackgammon

 -- Corrin Lakeland <lakeland@debian.org>  Sun,  6 May 2001 18:24:40 +1200

gnubg (0.02-3) unstable; urgency=low

  * Fixed build depends again (Closes: 93774)

 -- Corrin Lakeland <lakeland@debian.org>  Sun, 15 Apr 2001 18:03:26 +1200

gnubg (0.02-2) unstable; urgency=low

  * Fixed build depends

 -- Corrin Lakeland <lakeland@debian.org>  Sun,  8 Apr 2001 20:57:44 +1200

gnubg (0.02-1) unstable; urgency=low

  * Initial Release.
  * No real changes made (do I need to #include </usr/include/glib-1.2>?
  * Walm fuzzies to the upstream authors for creating code that copes so
  * well with optional files missing.
  *

 -- Corrin Lakeland <lakeland@debian.org>  Sun,  8 Apr 2001 20:57:25 +1200