summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: bca7b2d6f915523c19cf09febbd55c0d0713b05a (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
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
fltk1.3 (1.3.4-9) unstable; urgency=medium

  * d/control: Tighten B-D-I on texlive-latex-extra to definitively avoid
    #920459, which accidentally recurred in one release.  (See #921294.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 27 Feb 2019 21:21:30 -0500

fltk1.3 (1.3.4-8) unstable; urgency=medium

  * configure: Revert local changes in favor of using dh_autoreconf.
  * configure.ac: Use (PKG_PROG_)PKG_CONFIG per Helmut Grohne.
  * debian/*-none*: Formally renamed from debian/*-noconfig* and tweaked
    correspondingly to account for running cmake via dh_auto_configure,
    which supplies -DCMAKE_BUILD_TYPE=None.
  * debian/control:
    - Add a versioned Build-Depends-Indep entry for texlive-latex-extra to
      avoid (long)tabu lossage from #920459.  (Closes: #921294.)
    - Standards-Version: 4.3.0 (fully compliant at this point).
  * debian/rules:
    - Allow (dh_)autoreconf after all, albeit with autoheader suppressed.
    - Run cmake via dh_auto_configure per Helmut Grohne's suggestion;
      account for formal side effects of gaining -DCMAKE_BUILD_TYPE=None.
    - Use /usr/share/dpkg/{architecture,buildflags}.mk instead of calling
      dpkg-{architecture,buildflags} directly (and piecemeal).
    - Specify a host-specific pkg-config per Helmut Grohne, both in FTCONFIG
      and in the environment.  (Together with the configure.ac change,
      closes: #900190.)
    - Strip all -f*-prefix-map=* flags from fltk-config.  (See #909078.)
    - override_dh_installchangelogs: Install CHANGES as NEWS(.gz), not
      changelog(.gz).

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 26 Feb 2019 20:30:37 -0500

fltk1.3 (1.3.4-7) unstable; urgency=medium

  * debian/compat: Advance to 11.
  * debian/control:
    - Advance debhelper Build-Depends version constraint to (>= 11~).
    - Rules-Requires-Root: no (confirmed not to affect binary packages).
    - Vcs-{Browser,Git}: Move to salsa.debian.org.
    - Standards-Version: 4.1.3 (already compliant).
  * CMake/FLTKConfig.cmake.in: Never redeclare fluid, which
    FLTK-Targets.cmake already declares.  (Closes: #892979.)
  * debian/rules:
    - Address FTCBFS, based on a patch from Helmut Grohne
      for fltk1.1 (see #887636).
      + Avoid configuring during clean.
      + Do not pass build architecture compiler to cmake or configure.
      + In arch-only builds, limit coverage of test/ to the three targets we
        specifically need for fltk1.1-games.  (Many of the others involve
        trying to run freshly built fluid.)
    - Pass "/usr/bin/pkg-config freetype2" off as FTCONFIG (in lieu of
      freetype-config, which is now deprecated) (see #892341).
    - Set DEB_BUILD_MAINT_OPTIONS more readably.
    - Use ?= for DEB_HOST_(MULTI)ARCH.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 15 Mar 2018 22:20:20 -0400

fltk1.3 (1.3.4-6) unstable; urgency=medium

  * debian/fix-fltk-targets-noconfig: Correct overzealous escaping that led
    to doubled multiarch paths for some settings.  (Closes: #871508.)

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 08 Aug 2017 14:06:54 -0400

fltk1.3 (1.3.4-5) unstable; urgency=medium

  * debian/{compat,control}: Advance to Debhelper 10.
  * debian/fix-fltk-targets-noconfig: Escape some left braces meant to be
    taken literally, for compatibility with Perl 5.26.  (Closes: #871059.)
  * debian/rules:
    - Run dh --without autoreconf.  FLTK uses a hand-maintained configh.in
      and an autoheader-unfriendly configure.ac, breaking autoreconf
      (which runs by default as of compat 10).
    - Implement nodoc support, required as of Policy 4.0.0.
  * Standards-Version: 4.0.1 (now compliant).

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 06 Aug 2017 23:06:46 -0400

fltk1.3 (1.3.4-4) unstable; urgency=medium

  * debian/control: Build-depend on libxcursor-dev.  (Closes: #855863.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 22 Feb 2017 22:28:48 -0500

fltk1.3 (1.3.4-3) unstable; urgency=medium

  * debian/fix-fltk-targets-noconfig: Append logic to refrain from
    enforcing the existence of fluid in FLTK_SKIP_FLUID mode, based
    on a suggestion from Gianfranco Costamagna <locutusofborg@d.o>.
    (Closes: #855040.)

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 13 Feb 2017 22:26:35 -0500

fltk1.3 (1.3.4-2) unstable; urgency=medium

  * debian/fix-fltk-targets-noconfig: Update for current CMake output
    per Javier Serrano Polo <javier@jasp.net>.  (Closes: #852276.)
  * debian/rules: Handle interruptions better wrt fltk.spec and CMakeTmp,
    also per Javier Serrano Polo <javier@jasp.net>.  (Closes: #852279.)

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 24 Jan 2017 22:22:47 -0500

fltk1.3 (1.3.4-1) unstable; urgency=medium

  * New upstream release (technically 1.3.4-1, since upstream replaced the
    original 1.3.4 release with a respin featuring improved Visual Studio
    solution files and a slightly altered version number).
  * KNOWN_BUGS.html: Comment out privacy-violating favicon link.
  * debian/control:
    - Retire explicit libfltk1.3-dbg package in favor of automatic -dbgsym
      packages.
    - Canonicalize with the help of cme fix.  In particular, declare
      Standards-Version: 3.9.8 (already compliant, not that cme checked).
  * debian/copyright: Reflect current reality.
    - HTTPS copyright-format URL.
    - Real source URL (http-only, alas).
    - Update copyright details for FLTK and (unused) convenience libraries.
  * debian/fluid.install, fluid/Makefile: /usr/share/mime/packages/fluid.xml
    has superseded /usr/share/mimelnk/application/x-fluid.desktop.
  * debian/libfltk1.3-dev.install: +/usr/include/FL/abi-version.h.
  * debian/libfltk1.3(-dev).docs: Install new documentation files:
    KNOWN_BUGS.html (and auxiliary html directory) to libfltk1.3,
    README.abi-version.txt to libfltk1.3-dev.
  * debian/libfltk1.3.symbols: Update per new release.  A few symbols changed,
    but all were private.
  * debian/rules:
    - Reflect current exported CMake configuration --
      FLTK-Targets(-noconfig).cmake now wind up in .../share/fltk (though
      libfltk1.3-dev continues to install all .cmake files to /usr/lib/fltk),
      and there's a new static FLTK-Functions.cmake.
    - Actually place common-build-stamp in debian/.
    - Drop the fltk-config.unhardened business, which proved insufficient.
      (Do, however, postprocess fltk-config to avoid emitting the
      -fdebug-prefix-map=... flag intended to *improve* reproducibility!)
    - Configure --with-optim=... so fltk-config --optim won't claim -Os.
    - Stop collecting debug symbols in an explicit libfltk1.3-dbg package.
  * debian/watch: Accommodate upstream version suffixes like -1.
  * debian/.gitignore: Drop libfltk1.3-dbg.
  * documentation/Makefile: Use date -u for full reproducibility.
  * fltk-config.in: Filter out -D*, -f*, and -W*, not just -g* and -O* (but
    leave --optim output alone for reference.)  (Closes: #828081.)
  * .gitignore: Drop fltk-config.unhardened.
  * Sourceful upload resynchronizes all architectures.  (Closes: #850924.)

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 16 Jan 2017 18:24:28 -0500

fltk1.3 (1.3.3-8) unstable; urgency=high

  * debian/rules: Make sure to install HTML docs in indep-only builds.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 20 Feb 2016 19:46:53 -0500

fltk1.3 (1.3.3-7) unstable; urgency=medium

  * debian/control: Drop versioned dpkg-dev build dependency, as even
    oldstable's version is sufficient.  (Closes: #811298.)
  * debian/copyright: Correct short license name for png/* (not built anyway).
  * debian/rules: Fix indep-only (-A) builds.  (Closes: #814434.)
  * debian/.gitignore: Ignore new {common,debhelper}-build-stamp files.
  * documentation/Makefile: Postprocess Doxygen LaTeX output to avoid
    breakage from attempting to use \hyperlink within \caption.
  * documentation/src/fltk-book.tex.in: Drop an occurrence of \\ that has
    become invalid with Doxygen 1.8.11.

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 14 Feb 2016 22:51:01 -0500

fltk1.3 (1.3.3-6) unstable; urgency=medium

  * debian/control: Drop build dependency on imagemagick entirely.
  * debian/install: Stop installing XPM icons.
  * debian/rules:
    - Reinstate unhardened fltk-config more robustly.
      (Closes: #809711, #809825.)
    - Stop generating XPM icons, needed only for the retired .menu entries.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 04 Jan 2016 22:48:42 -0500

fltk1.3 (1.3.3-5) unstable; urgency=medium

  * debian/control: Split some build dependencies out into Build-Depends-Arch.
  * debian/rules:
    - Streamline indep-only (-A) builds to the extent possible (limited by the
      need to build and run fluid for the sake of some installed examples).
    - Invoke cmake -DOPTION_BUILD_EXAMPLES:BOOL=OFF to work around #809535.
  * debian/source/options: Rename back from local-options, per dgit.
  * debian/.gitignore: Unignore patches, per dgit.
  * debian/*.menu: Retire in favor of .desktop files, per #741573.
  * documentation/Makefile: Use the changelog date throughout, per
    https://wiki.debian.org/ReproducibleBuilds/TimestampsInPDFGeneratedByLaTeX
    plus an additional tweak to address the use of \today.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 31 Dec 2015 16:19:03 -0500

fltk1.3 (1.3.3-4) unstable; urgency=medium

  * debian/control:
    - Revert temporary dependency additions for #793517.
    - Standards-Version: 3.9.6.  (Already compliant.)
  * debian/copyright: Factor out SGI-OpenGL license text.
  * debian/fix-fltk-targets-noconfig: New script, to make
    FLTK-Targets-noconfig.cmake fully sane.
  * debian/rules:
    - Use fix-fltk-targets-noconfig, as the previous inline
      logic proved insufficient.  (Closes: #793517.)
    - Set DEB_HOST_MULTIARCH more efficiently (via :=).

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 17 Aug 2015 14:22:08 -0400

fltk1.3 (1.3.3-3) unstable; urgency=medium

  * CMake/FLTKConfig.cmake.in: Include UseFLTK.cmake, which is responsible for
    defining FLTK_FLUID_EXECUTABLE.  (Works around cmake-data bug #793549.)
  * debian/control (libfltk1.3-dev): Temporarily upgrade all recommendations
    and suggestions other than fltk1.3-doc to full dependencies, because cmake
    may well try to link against all of them.  (See fgrun bug #793517.)

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 07 Aug 2015 18:12:49 -0400

fltk1.3 (1.3.3-2) unstable; urgency=medium

  * debian/rules: When postprocessing FLTK-Targets-noconfig.cmake, make
    sure it cites libfltk*.so rather than libfltk*.so.1.3.x, which the
    traditional build system doesn't produce.  (Closes: #792386.)
  * debian/*.symbols*: Split symbols (inline destructors) that GCC 5
    doesn't emit into *.symbols.no-gcc5, included as optional.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 15 Jul 2015 01:24:19 -0400

fltk1.3 (1.3.3-1) unstable; urgency=medium

  * New upstream release.  (Closes: #791346.)
  * debian/*.cmake(.in): Stop trying to maintain.
  * debian/*.symbols: Update for 1.3.3.  FTR, some symbols have vanished,
    but all turned out to be inline, internal, private, or some
    combination, so their disappearance should be no problem in practice.
  * debian/control:
    - Build-Depends: cmake.
    - Vcs-*: Modernize; cite anonscm.d.o and cgit.
  * debian/copyright: Update years and list of primary developers.
  * debian/libfltk1.3-dev.install: No more (usr/include/)FL/Xutf8.h.
  * debian/rules:
    - Clean up new generated file documentation/doxygen_sqlite3.db.
    - Run cmake within a temporary directory to generate
      /usr/lib/fltk/*.cmake (modulo formal multiarch adjustments).
    - Link with -Wl,--as-needed to avoid the need to trim library lists
      explicitly.
    - Stop trimming CAIROLIBS.
  * Revert upstream changes (mostly to library lists) that have become
    superfluous; this package now has no changes to actual C++ files, and
    only a few to other files.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 11 Jul 2015 23:57:23 -0400

fltk1.3 (1.3.2-6) unstable; urgency=medium

  * debian/*.symbols*: Move previously mandatory symbols Clang 3.4
    doesn't emit to debian/*.symbols.no-clang.
  * documentation/src/fltk-book.tex: Update for current Doxygen and
    TeXLive versions, to avoid "Undefined control sequence" errors and a
    missing /usr/share/doc/fltk1.3-doc/fltk.pdf.gz.
  * fluid/Fl_Type.h: Give ::make_type_browser a non-friend declaration
    because it has a default argument.  (Closes: #755229.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 24 Jul 2014 00:29:30 -0400

fltk1.3 (1.3.2-5) unstable; urgency=medium

  * debian/*.symbols*: Move the few symbols GCC 4.9 doesn't emit into
    libfltk1.3.symbols.no-gcc49 and libfltk-gl1.3.symbols.no-gcc49,
    included as optional.  FWIW, half of them were already optional
    because Clang doesn't emit them either.  (Closes: #746845.)

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 13 May 2014 22:19:52 -0400

fltk1.3 (1.3.2-4) unstable; urgency=medium

  * debian/*.symbols*:
    - Update for current GCC version range -- fold in assumptions of
      having at least version 4.6.x (already true as of wheezy), and mark
      symbols specific to builds with version 4.8.x as optional.
    - Move more symbols (mostly destructor variants) Clang 3.3 doesn't
      emit into libfltk*1.3.symbols.no-clang; tag them as optional.
  * src/Fl_x.cxx (Fl_X::make_xid): Use Fl_Window::fullscreen_active rather
    than relying on a flag value Clang now (rightly) marks as inaccessible.
  * Standards-Version: 3.9.5 (already compliant).

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 19 Jan 2014 17:53:57 -0500

fltk1.3 (1.3.2-3) unstable; urgency=low

  * fltk-config.in: Fix --ldflags output to reinstate -lX11 (to account for
    potential calls to XCreatePixmap via the fl_create_offscreen macro) and to
    omit the explicit -L flag, as the script's automatic filtering of standard
    directories doesn't account for multiarch paths.  (Closes: #713933.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 27 Jun 2013 21:47:17 -0400

fltk1.3 (1.3.2-2) unstable; urgency=low

  * debian/rules: Preserve pregenerated upstream fltk.spec around calls to
    dh_auto_clean and dh_auto_configure to simplify version control.
  * Standards-Version: 3.9.4 (already compliant, modulo Doxygen bug #630982).
  * Retarget unstable now that Wheezy is out.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 07 May 2013 22:33:07 -0400

fltk1.3 (1.3.2-1) experimental; urgency=low

  * New upstream release.
  * debian/libfltk1.3.symbols: Update accordingly.
  * Merge Gecko DnD fix from 1.3.0-9, detailed below.  (Closes: #699860.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 21 Feb 2013 23:16:15 -0500

fltk1.3 (1.3.1-1) experimental; urgency=low

  * New upstream release; uploading to experimental per Wheezy freeze.
  * debian/libfltk1.3.symbols: Update accordingly.
  * debian/copyright: Update years, both for FLTK proper and for the
    (unused) convenience copy of libpng.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 12 Nov 2012 14:30:21 -0500

fltk1.3 (1.3.0-9) unstable; urgency=low

  * src/Fl_x.cxx: fix drag and drop of selections from Mozilla Gecko apps
    (iceape/icedove/iceweasel in Debian).  (Closes: #699860.)
  * debian/libfltk1.3.symbols: account for the new symbol that fix added.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 21 Feb 2013 22:54:48 -0500

fltk1.3 (1.3.0-8) unstable; urgency=medium

  * debian/rules:
    - Keep hardening flags out of the installed fltk-config by adding an
      extra configure run with them disabled and using the resulting
      fltk-config.  (Closes: #677705.)
    - Explicitly use hardened CPPFLAGS.
  * .gitignore: add fltk-config.unhardened.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 18 Jun 2012 21:43:53 -0400

fltk1.3 (1.3.0-7) unstable; urgency=low

  * {cairo,src}/Makefile: substitute -fPIC for -fPIE in C(XX)FLAGS.
  * debian/rules:
    - Enable full hardening.
    - Pass hardened LDFLAGS to configure as DSOFLAGS too.  (Closes: #663276.)
  * debian/source/options: rename to (git-only) local-options, so any
    source patches from NMUs will wind up in separate files.
  * test/Makefile: link the threads demo with LDFLAGS, not CXXFLAGS!

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 15 Mar 2012 21:48:05 -0400

fltk1.3 (1.3.0-6) unstable; urgency=low

  * debian/control:
    - Wrap and sort (build) dependencies.
    - Substitute libpng-dev for libpng12(-0)-dev.  (Closes: #662329.)
    - Drop ancient version on libfltk1.3-dev's libxft-dev suggestion.
    - Require debhelper (>= 9), which has been final for some time.
    - Standards-Version: 3.9.3.  (No changes needed.)
  * debian/copyright: update to copyright-format 1.0.
  * debian/libfltk1.3-dev.install: sort as well.
  * debian/libfltk1.3.symbols(.gcc46): split symbols clang 3.0 doesn't emit
    into a .no-clang file, and make them optional.
  * debian/libfltk1.3-{forms,gl,images}.symbols: likewise make
    .symbols.gcc46 contents optional everywhere.  (The lists exactly match.)
  * src/Fl_x.cxx: apply upstream's clang compatibility patch (r9192, per
    http://www.fltk.org/str.php?L2779).

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 07 Mar 2012 23:23:33 -0500

fltk1.3 (1.3.0-5) unstable; urgency=low

  * debian/control: Correct g++ build dependency epoch, yielding (>= 4:4.6).

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 17 Jul 2011 10:43:44 -0400

fltk1.3 (1.3.0-4) unstable; urgency=low

  * debian/control: Build-depend on g++ (>= 1:4.6), now available everywhere.
  * debian/*.symbols: Use *.symbols.gcc46 on all architectures.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 16 Jul 2011 22:58:57 -0400

fltk1.3 (1.3.0-3) unstable; urgency=low

  * debian/fluid.NEWS: Clean up extra close braces that accidentally slipped in.
  * debian/control:
    - Clean up a stray newline in libfltk1.3-dbg's description.
    - Belatedly add texlive-font-utils to Build-Depends-Indep for epstopdf.
  * Upload to unstable.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 16 Jul 2011 22:18:04 -0400

fltk1.3 (1.3.0-2) experimental; urgency=low

  * debian/*.symbols:
    - Clean up stray ~gcc44 version suffixes.
    - Properly mark symbols specific to builds with GCC 4.6 (the default
      on most platforms nowadays) or 4.4 (still default on ia64 and sparc),
      with the help of new debian/*.symbols.gcc{44,46} files.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 07 Jul 2011 23:37:44 -0400

fltk1.3 (1.3.0-1) experimental; urgency=low

  * New upstream release; no longer a snapshot, but still uploaded to
    experimental for now because fluid 1.3 will require formal changes to
    some .fl files per http://www.fltk.org/str.php?L2259.
  * debian/*.symbols: Update accordingly, eliding detailed history.
    (Treat unversioned dependencies as sufficient for symbols present as
    of the first snapshot that entered Debian in early October, and
    nominally require 1.3.0 for anything introduced afterwards.)
  * debian/rules: Configure --with-links, which is no longer the default,
    but remains necessary for libfltk1.3-compat-headers.
  * debian/control:
    - Simplify Build-Depends-Indep to doxygen-latex.
    - Prepare for the libjpeg 8 transition by build-depending on, and
      having libfltk1.3-dev suggest, the virtual libjpeg-dev package.
    - Declare Standards-Version: 3.9.2.  (Already compliant.)
  * debian/fltk1.3-doc.lintian-overrides (new): tolerate Doxygen-supplied
    jquery.js per #630982.
  * debian/copyright: Update years.
  * debian/watch: Resteer to official releases, only available in .gz form.
  * .gitignore: Additionally ignore documentation/fltk.pdf.
  * Build for multiarch.
    - debian/FLTK{Config,Libraries-noconfig}.cmake: add .in extensions and
      un-hardcode the library directory.
    - debian/compat: Advance to 9.
    - debian/control: Advance build dependency on debhelper to (>= 8.1.3).
      Add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends} for
      libfltk*1.3 and Multi-Arch: foreign for fluid, libfltk1.3-compat-headers,
      fltk1.3-doc, and fltk1.3-games (likely overkill in some cases).
    - debian/libfltk*1.3*.install: Match multi-arch paths.
    - debian/rules: Pass a multi-arch libdir to configure, and substitute it
      in *.cmake.in (which however remain in /usr/lib/fltk for now).

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 03 Jul 2011 23:47:09 -0400

fltk1.3 (1.3~r8114-1) experimental; urgency=low

  * New upstream snapshot.
  * debian/libfltk{,-gl}1.3.symbols: update to reflect recent changes.
  * debian/libfltk1.3-dev.docs: update per upstream README.* reorganization.
  * debian/FLTKConfig.cmake: belatedly set FLTK_CAIRO_FOUND to TRUE.
  * debian/FLTKLibraries-noconfig.cmake: trim stated dependencies,
    particularly for shared libraries.
  * debian/control: promote some suggestions to recommendations:
    - fluid -> fltk1.3-doc (for the help browser)
    - libfltk1.3-dev -> fluid (few users entirely hand-craft UIs)
    - libfltk1.3-dev -> libglu1-mesa-dev | libgl-dev (for <FL/glu.h>)
  * Thanks to Yuri D'Elia for suggesting that I review the above three files.
  * src/fl_font_xft.cxx: revert XFT->core name mapping, which upstream has
    implemented in a slightly different fashion.
  * debian/rules: enable "CP936" (GBK) CJK encoding support.
  * debian/fluid.lintian-overrides: retire per upstream fluid.desktop
    simplification.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 24 Dec 2010 14:58:54 -0500

fltk1.3 (1.3~r7794-1) experimental; urgency=low

  * New upstream snapshot.
  * debian/watch: belatedly update for the 1.3 branch and snapshots thereof.
  * debian/copyright: convert to machine-readable DEP-5 format and note that
    licensing isn't entirely uniform (but that most exceptions pertain to
    convenience copies of libraries that Debian builds refrain from using).
  * debian/libfltk1.3.symbols: update to reflect recent changes.
  * src/fl_font_xft.cxx (load_xfont_for_xft2): map the usual XFT aliases
    to corresponding typical core font family names, as proposed in
    http://www.fltk.org/str.php?L2215.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 10 Nov 2010 22:23:04 -0500

fltk1.3 (1.3~r7710-1) experimental; urgency=low

  * New upstream source base, from the UTF-8-based 1.3 branch.
    (Closes: #229702.)
  * Update per new SONAMEs (libfltk*.so.1.3).
  * Split shared libraries into individual packages.
  * Split compatibility header links into their own package, rather than
    (ab)using Debconf.  [Translators, sorry to discard your contributions.]
    (Closes: #196003, LP: #267486.)
  * debian/copyright:
    - Update list of major contributors per CREDITS.
    - Note extension of upstream copyright through 2010.
  * debian/compat: advance to 8, as it is safe to do so.
  * debian/control:
    - Advance debhelper requirement to (>= 8) per the above.
    - Advance dpkg-dev requirement to (>= 1.15.7) for dpkg-buildflags.
    - Generally clean up relationships; don't worry about anything pre-etch,
      and wildcard the build-dep on libasound2-dev to [linux-any].
    - Update B-D-I per switch from htmldoc to doxygen and LaTeX.
    - Build-depend on libcairo2-dev and pkg-config for (new) Cairo support;
      likewise, arrange for -dev package to suggest libcairo2-dev.
    - Set Vcs-* fields to point to (new) personal git.d.o repository.
    - Declare compatibility with Policy version 3.9.1.
  * debian/rules:
    - Obtain baseline {C,CXX,LD}FLAGS from dpkg-buildflags rather than
      relying on them to be in the environment courtesy of dpkg-buildpackage.
    - Stop passing -D_REENTRANT, which is not only obsolete but redundant.
    - Adjust (along with .docs, .doc-base, and .manpages files) for new
      documentation layout and build procedure.
    - Update (along with .cmake and -dev.links files), per new CMake setup
      (not directly used, but exposed via -dev package).
    - Drop redundant configure flags; add --enable-cairo and update .symbols
      file accordingly.  (Not using --enable-cairoext at this point; Cairo
      support remains experimental, and fully enabling it would yield a
      dependency cycle between libfltk.so.1.3 and libfltk_cairo.so.1.3.)
    - Set CAIROLIBS to just -lcairo; FLTK doesn't directly use libpixman-1.
  * cairo/Makefile:
    - Link shared libraries against $(CAIROLIBS).
    - Fix install target to make relative symlinks.
  * configure(.in): allow -ldl into LIBS after all, as libfltk now uses it.
  * debian/source/{format,options,patch-header}: advance to 3.0 (quilt),
    albeit in single-debian-patch mode per VCS use, for .orig.tar.bz2 support.
  * fluid/fluid.desktop: replace the Exec command (which used cd) with a Perl
    one-liner for compatibility with more desktop environments. (LP: #569518.)
  * debian/fluid.lintian-overrides: adjust accordingly.
  * debian/fluid.NEWS: new; note change in handling empty functions per
    http://www.fltk.org/str.php?L2259 and how to compensate for it.
  * fltk-config.in: strip -[gO]* from --c(xx)flags output. (LP: #606032.)
  * test/Makefile: link XDBE-using apps (color_chooser, image, list_visuals,
    and tiled_image) against -lXext for compatibility with gold.
  * debian/libfltk1.3-dev.docs: new; install README.{123,CMake_use,cairo}.
  * debian/fltk1.3-doc.examples: deploy new upstream examples subtree.
  * (debian/).gitignore: Direct git to ignore content generated during build.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 13 Oct 2010 21:54:52 -0400

fltk1.1 (1.1.10-2) unstable; urgency=low

  * src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
    otherwise fails to link on the Hurd (with complaints that libfltk.so.1
    contains undefined references to pthread_mutexattr_*).
  * debian/source.lintian-overrides: retire per Lintian 2.3.1.  (See #553264.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 06 Jan 2010 22:05:04 -0500

fltk1.1 (1.1.10-1) unstable; urgency=low

  * New upstream release.
  * {fluid,test}/Makefile: link against all directly referenced libraries,
    even if they are also indirect dependencies, to fix build errors with
    binutils-gold, which defaults to --no-add-needed.  (Closes: #554365.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 30 Dec 2009 22:55:19 -0500

fltk1.1 (1.1.10~rc3-1) unstable; urgency=low

  * New upstream release candidate.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 02 Nov 2009 21:33:34 -0500

fltk1.1 (1.1.10~rc2-3) unstable; urgency=low

  * debian/FLTKConfig.cmake: belatedly advance FLTK_VERSION_PATCH to 10.
  * debian/{fluid,source}.lintian-overrides: override spurious Lintian
    diagnostics; fluid.desktop's command is legitimate, as is the
    artificial debian/CMakeCache.txt discussed in #553264.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 29 Oct 2009 23:20:55 -0400

fltk1.1 (1.1.10~rc2-2) unstable; urgency=low

  * debian/libfltk1.1.symbols: prepare for the GCC 4.4 transition by
    tagging three symbols (for inline methods) emitted *only* by GCC 4.3.x
    as optional.  (Closes: #551612; LP: #455418.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 22 Oct 2009 22:18:12 -0400

fltk1.1 (1.1.10~rc2-1) unstable; urgency=low

  * New upstream release candidate.
  * debian/copyright: extend date range through 2009.
  * fluid/*: revert i18n patch (#333401); although I still support the
    general idea, it proved problematic in practice.  (Translated strings
    weren't always properly isolated to the GUI, and the only translation
    wasn't actively maintained anyway.)
  * debian/fluid.install: update accordingly.  (No more fluid.mo.)
  * Update Spanish Debconf translation, thanks to Franciso Javier Cuadrado.
    (Closes: #513692.)  Apologies for the delay; the submission was slightly
    late for lenny, and as such no longer merited an upload on its own.
  * debian/control:
    - List ${misc:Depends} in Depends across the board, as future Debhelper
      versions could conceivably generate content for it.
    - Clean up Section fields: libfltk1.1 is already implicitly in libs, and
      libfltk1.1-dbg is in the newfangled debug section nowadays. ;-)
    - Advance Standards-Version to 3.8.3.  (No further changes required.)
    - Require debhelper (>= 7.0.50) for further rules simplification.
  * debian/rules:
    - On alpha, lock in a version of 1.1.10~rc2 for symbols introduced when
      building with GCC 4.3, which is now the default on that platform too.
    - Simplify further per debhelper 7.0.50+'s override_dh_* support.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 05 Oct 2009 23:30:45 -0400

fltk1.1 (1.1.9-6) unstable; urgency=low

  * The "belated translation updates keep rolling in" release.
  * Update Japanese Debconf translation, thanks to Hideki Yamane.
    (Closes: #494052.)

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 10 Aug 2008 15:27:05 -0400

fltk1.1 (1.1.9-5) unstable; urgency=low

  * Update Swedish Debconf translation, thanks to Martin Ågren.
    (Closes: #491533.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 23 Jul 2008 14:55:08 -0400

fltk1.1 (1.1.9-4) unstable; urgency=low

  * Debian still defaults to GCC 4.2 on alpha at present (2008-06-11);
    strip symbols introduced when building with 4.3 regardless of actual
    compiler version so that when the transition occurs, the generated
    dependencies will be suitably tight.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 11 Jun 2008 18:12:25 -0400

fltk1.1 (1.1.9-3) unstable; urgency=low

  * Fl_Choice's post-1.1.7 policy of insisting on a white background in
    the default scheme doesn't work so well when the user has requested a
    white (or nearly white) foreground; revert to honoring the user's
    background choice as well in such cases.  (Closes: #484660.)
  * Update symbols file, as building with GCC 4.3 appears to have
    introduced a handful of new symbols.
  * Declare compliance with Policy 3.8.0.  (No changes required.)

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 10 Jun 2008 20:12:09 -0400

fltk1.1 (1.1.9-2) unstable; urgency=low

  * Tweak fl_xfont emulation to map generic font names (sans, etc.) to
    customary equivalents (such as helvetica).  (Closes: #481026.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 14 May 2008 21:12:54 -0400

fltk1.1 (1.1.9-1) unstable; urgency=medium

  * New upstream release after all, with bug fixes that didn't quite
    manage to make 1.1.8.
  * Migrate from CDBS to Debhelper 7, adding a build dependency on
    dpkg-dev (>= 1.14.17) for baseline CFLAGS determination.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 09 May 2008 23:38:09 -0400

fltk1.1 (1.1.8-1) unstable; urgency=medium

  * Final upstream 1.1.8 (and 1.1.x) release; no functional changes from rc3.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 29 Mar 2008 09:48:46 -0400

fltk1.1 (1.1.8~rc3-1) unstable; urgency=low

  * New upstream release candidate.
  * Drop debian/rules logic to fix games' .desktop Categories, which
    upstream has now modernized.
  * Install cmake modules into /usr/lib/fltk and add a dummy cache, per
    FindFLTK.cmake's expectations.  (Closes: #437967.)

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 24 Mar 2008 18:28:34 -0400

fltk1.1 (1.1.8~rc2-2) unstable; urgency=medium

  * Restore single-line fltk-config --libs output for compatibility with
    callers that expected such, even though they probably meant to use
    --ld(static)flags anyway.  (Closes: #470327.)

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 11 Mar 2008 19:16:27 -0400

fltk1.1 (1.1.8~rc2-1) unstable; urgency=low

  * New upstream release candidate.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 10 Mar 2008 20:26:14 -0400

fltk1.1 (1.1.8~rc1-2) unstable; urgency=low

  * Fix upstream fl_read_image() regression in dealing with
    double-buffered windows.  (Closes: #469089.)

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 03 Mar 2008 19:53:26 -0500

fltk1.1 (1.1.8~rc1-1) unstable; urgency=low

  * New upstream release candidate.
  * Reformat copyright file slightly to ensure legal validity (per Lintian).
  * Readjust fltk1.1-doc's doc-base section to Programming/C++ per
    doc-base 0.8.10.
  * Add a libfltk1.1.symbols file to permit looser reverse dependencies in
    many cases.
  * Formally move to Debhelper 6, bumping the cdbs requirement to 0.4.51
    to avoid #462130.
  * Update watch file to handle release candidates correctly.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 28 Feb 2008 19:54:09 -0500

fltk1.1 (1.1.7-7) unstable; urgency=low

  * Apply upstream fix (to be included in 1.1.8 if and when it ever
    materializes) for "fluid -c"'s inappropriate X usage when generating
    code for Fl_Help_View widgets.  (Closes: #455232.)
  * Adjust shared library linkage per dpkg-shlibdeps's new warnings.  The
    only remaining warnings concern libm, which g++ pulls in even when not
    explicitly asked to.
  * Belatedly modernize fltk1.1-doc's doc-base section (Apps -> Applications).
  * Declare compliance with Policy 3.7.3.
  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project.  (Closes: #452494.)
  [Debconf translation updates]
  * French.  (Closes: #453262.)
  * Basque.  (Closes: #453275.)
  * Galician.  (Closes: #453327.)
  * Vietnamese.  (Closes: #453380.)
  * Finnish.  (Closes: #453643.)
  * Portuguese.  (Closes: #453913.)
  * German.  (Closes: #454643.)
  * Czech.  (Closes: #455238.)
  * Russian.  (Closes: #455964.)

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 17 Dec 2007 19:26:41 -0500

fltk1.1 (1.1.7-6) unstable; urgency=low

  * Turn fl_xfont into a smart pointer capable of on-demand
    (re)initialization so that future releases with improved core-font
    selection logic need not run it on every single font change.
  * Correct debian/watch.  (Closes: #449636.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 07 Nov 2007 20:23:57 -0500

fltk1.1 (1.1.7-5) unstable; urgency=low

  * Ship binaries of the example games, with ALSA enabled on Linux, in a
    new fltk1.1-games package.  (NB: although upstream's names for the
    games do not appear to conflict with anything currently in Debian,
    they are sufficiently generic that the Debian packages err on the side
    of caution by prepending fl.)
  * Further streamline all executables' shared-library dependencies.
  * Move .desktop files to /usr/share/applications, as /usr/share/applnk
    is deprecated and KDE-only.  (Closes: #444063)
  * Run dh_icons for fluid and fltk1.1-games, also per #444063.
  * Modernize games' .desktop files' Categories settings as well.
  * Drop gratuitous (and typo-ridden) DEB_DH_SHLIBDEPS_ARGS setting.
  * fltk-config(.in) --compile: link FLTK dynamically.  (Closes: #441141.)
  * Declare home page centrally (per dpkg 1.14.6) rather than in descriptions.
  * Accommodate the (atypical) possibility of multi-word CC and CXX settings.
  * Declare those inter-package dependencies that need to be tight with
    ${binary:Version} rather than the deprecated ${Source-Version}.
  * Modernize fluid's Debian menu section (Apps -> Applications).
  * Expand debian/copyright; in particular, clarify that licensees have
    the option of applying newer LGPL versions (than v2.0).
  * Drop old workaround for #365085 in favor of simply requiring a new
    enough cdbs.

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 13 Oct 2007 16:24:19 -0400

fltk1.1 (1.1.7-4) unstable; urgency=low

  * configure(.in), {src,test}/Makefile: drop unnecessary hardcoded
    dependencies on libXext, zlib, and libGLU, per Nathanael Nerode's
    patch; inaugurate libfltk1.1-dev's NEWS.Debian with a suitable entry.
    (Closes: #405233.)
  * debian/po/es.po: new Spanish translation for libfltk1.1-dev, courtesy
    of César Gómez Martín <cesar.gomez@gmail.com> and Manuel Porras
    Peralta, unfortunately too late for etch.  (Closes: #414453.)

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 22 Apr 2007 16:28:19 -0400

fltk1.1 (1.1.7-3) unstable; urgency=low

  * debian/po/pt.po: new (European) Portuguese translation for
    libfltk1.1-dev, courtesy of Pedro Ribeiro <p.m42.ribeiro@gmail.com>.
    (Closes: #410733.)
  * Declare (preexisting) compliance with Standards-Version: 3.7.2.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 21 Feb 2007 16:56:13 -0500

fltk1.1 (1.1.7-2) unstable; urgency=low

  * debian/po/it.po: new Italian Debconf translation for libfltk1.1-dev,
    thanks to Andrea Bolognani <eof@kiyuko.org>.  (Closes: #358191.)
  * Merge in more fixes from the 1.1 branch, whose likelihood of seeing
    another upstream release is highly uncertain; bump shlibs requirement
    because these add two new public methods.
  * (Build-)depend directly on libgl(u)1-mesa-dev by default (but keep
    the alternate [build-]dependencies on virtual packages, of course).
  * Install fluid-32.xpm, and use it as fluid's menu icon.
  * Move up to debhelper compatibility level 5, and make use of cdbs
    0.4.37's automatic -dbg package handling.

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 16 Apr 2006 14:34:24 -0400

fltk1.1 (1.1.7-1) unstable; urgency=low

  * New upstream release; among many other things:
    - Fixes nonsensical sentence in documentation.  (Closes: #341747.)
    - Documents new foreground()/background() paradigm.  (Closes: #343550.)
  * Enable (newly added) Xinerama support and add an appropriate build
    dependency.
  * Build with the default GCC version on all architectures, as g++-4.0 no
    longer suffers from bug #336463 as of revision 4.0.2-4.  (Closes: #342965.)
  * Generally resynch and tidy up debian/rules.
  * Rework installation slightly, and install fluid's new .desktop files.
  * Update version info in pregenerated FLTKConfig.cmake, and stop shipping
    a redundant copy of FLTKUse.cmake now that it's materialized upstream.
  * Extend fluid's internationalization to the two new fluid-generated
    modules (print_panel and template_panel) and attempt (rather
    conservatively, as I know extremely little Spanish) to bring its
    Spanish translation up to date.  Further assistance, and for that
    matter a Spanish Debconf translation, would be appreciated.
  * Resynch with upstream SVN as of Jan. 31, which just adds some belated
    bugfixes.
  * Make fltk-config(.in) list indirect dependencies only for
    --ldstaticflags (vs. --ldflags), and accordingly downgrade most of
    libfltk1.1-dev's dependencies to suggestions.

 -- Aaron M. Ucko <ucko@debian.org>  Wed,  1 Feb 2006 18:02:47 -0500

fltk1.1 (1.1.6-10) unstable; urgency=low

  * Build with g++-3.4 on mips(el) to work around GCC bug #336463.

 -- Aaron M. Ucko <ucko@debian.org>  Sat,  5 Nov 2005 15:01:51 -0500

fltk1.1 (1.1.6-9) unstable; urgency=low

  * Internationalize fluid and add a Spanish translation, all thanks to
    Miriam Ruiz.  (Closes: #333401.)
  * Backport upstream patch to use (user-specified) FL_FOREGROUND_COLOR et
    al. more widely.  (Closes: #332489.)
  * Ship .cmake files (though cmake already supplies FindFLTK.cmake).
    (Closes: #333245.)

 -- Aaron M. Ucko <ucko@debian.org>  Fri,  4 Nov 2005 22:41:43 -0500

fltk1.1 (1.1.6-8) unstable; urgency=low

  * debian/control: drop long-obsolete alternate (build-)dependencies on
    ancient versions of xlibs-dev.
  * debian/po/*: force an update to ensure a proper Report-Msgid-Bugs-To field.
  * debian/po/sv.po: new Swedish translation, thanks to Daniel Nylander
    <po@danielnylander.se>.  (Closes: #331473.)
  * BTW, libfltk1.1-dev's merged templates file should now be encoded in
    UTF-8 throughout rather than in a hodgepodge of national encodings.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 10 Oct 2005 12:02:06 -0400

fltk1.1 (1.1.6-7) unstable; urgency=medium

  * Clean up build-dependencies now that the dust from the libglu1c2
    fiasco has settled.
  * Give Fl_Check_Browser an appropriate destructor to keep it from
    leaking memory.  (Closes: #321285, but affected programs may need to
    be recompiled to get the fix.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 11 Aug 2005 18:29:23 -0400

fltk1.1 (1.1.6-6) unstable; urgency=low

  * debian/po/vi.po: add a Vietnamese translation, thanks to Clytie
    Siddall <clytie@riverland.net.au>.  (Closes: #314172.)
  * debian/*: C++ transition.  (Closes: #317539.)
    - libfltk1.1c102 renamed back to libfltk1.1, as no package by that
      name ever appeared in a release; redundant conflicts dropped.
    - Make sure to use a post-transition libglu1c2 such as libglu1-xorg.
  * debian/control: standards-version 3.6.2 (already compliant).

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 12 Jul 2005 17:36:12 -0400

fltk1.1 (1.1.6-5) unstable; urgency=medium

  * Revert previous change, which seems to have been ineffective for some
    reason, in favor of commenting out the problematic Makefile rule
    altogether.  (Closes: #310151.)
  * debian/control: Go back to specifying the URL as part of the
    description rather than via a non-standard field that doesn't seem to
    have caught on.  (Closes: #310240.)

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 22 May 2005 13:57:06 -0400

fltk1.1 (1.1.6-4) unstable; urgency=medium

  * debian/rules: touch configure to avoid trying to run autoconf as part
    of the build.  (This got lost when converting to CDBS years ago; I
    don't know why it didn't bite any of the many intervening releases.)

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 20 May 2005 17:40:16 -0400

fltk1.1 (1.1.6-3) unstable; urgency=medium

  * debian/po/cs.po: add a Czech translation, thanks to Miroslav Kure
    <kurem@debian.cz>.  (Closes: #308058.)
  * debian/po/ja.po: add a Japanese translation, thanks to Atsushi Shimono
    <shimono@kwasan.kyoto-u.ac.jp>.  (Closes: #309730.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 19 May 2005 21:17:45 -0400

fltk1.1 (1.1.6-2) unstable; urgency=low

  * test/*.cxx: Apply patch from Andreas Jochens <aj@andaco.de> to fix
    bogus pointer->int casts, which GCC 4.0 rightly treats as errors on
    64-bit systems.  (Closes: #284168.)

 -- Aaron M. Ucko <ucko@debian.org>  Sat,  4 Dec 2004 12:59:54 -0500

fltk1.1 (1.1.6-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Remove oddly named stray po file that accidentally crept in last time.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 24 Nov 2004 11:52:54 -0500

fltk1.1 (1.1.5-2) unstable; urgency=low

  * debian/po/pt_BR.po: add a Brazilian Portuguese Debconf translation,
    thanks to Tiago Bortoletto Vaz <tiagovaz@im.ufba.br> (Closes: #281459.)
  * src/fl_font_xft.cxx: kludge in support for using the Xlib code in
    fl_font_x.cxx as a fallback, for instance to work around bugs such as
    #277602 and #281203.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 16 Nov 2004 10:44:06 -0500

fltk1.1 (1.1.5-1) unstable; urgency=medium

  * New upstream release; Debian patches merged forward as usual.
  * debian/rules:
    - stop setting DEB_MAKE_INSTALL_TARGET now that upstream supports DESTDIR.
    - resync OPTIM setting with configure(.ac).

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 19 Oct 2004 22:30:05 -0400

fltk1.1 (1.1.4+1.1.5rc3-1) unstable; urgency=low

  * New upstream release candidate; Debian patches merged forward as usual.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 27 Sep 2004 11:46:22 -0400

fltk1.1 (1.1.4+1.1.5rc2-1) unstable; urgency=low

  * New upstream release candidate; Debian patches merged forward as usual.
  * debian/watch: new, in hopes of making DEHS somewhat happier; only
    marginally useful due to lack of support for release candidates, though.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 27 Jul 2004 21:12:39 -0400

fltk1.1 (1.1.4+1.1.5rc1-3) unstable; urgency=low

  * debian/control: Make libfltk1.1-dev's description slightly more detailed.
  * debian/libfltk1.1-dev.config: determine header-links's default by
    inspecting /usr/include/FL.
  * debian/libfltk1.1-dev.postrm: remove gratuitous and potentially
    fragile use of debconf.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 26 Jul 2004 21:08:49 -0400

fltk1.1 (1.1.4+1.1.5rc1-2) unstable; urgency=low

  * debian/{control,rules}: add a (new-style) libfltk1.1c102-dbg package.
  * New Debconf translations (debian/po/*.po):
    - nl [Dutch] by Luk Claes <luk.claes@ugent.be>.  (Closes: #251243.)
    - de [German] by Erik Schanze <mail@erikschanze.de>.  (Closes: #252724.)

 -- Aaron M. Ucko <ucko@debian.org>  Sat, 26 Jun 2004 19:35:37 -0400

fltk1.1 (1.1.4+1.1.5rc1-1) unstable; urgency=low

  * New upstream release candidate, incorporating the fix for #226014.
    Remaining patches ported forward (usually trivially).
  * FL/Makefile.in: revert changes (now handled more cleanly).
  * debian/libfltk1.1-dev.links: new, for the two header-related links we
    actually want.
  * debian/rules:
    - don't let CDBS pass CFLAGS to configure; FLTK's build system is
      somewhat idiosyncratic and prefers such settings in OPTIM.
    - take advantage of configure's new --without-links option.

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 14 Apr 2004 21:55:19 -0400

fltk1.1 (1.1.4-6) unstable; urgency=low

  * The "Oh, so THAT'S where the promised translation went" release.
  * debian/po/fr.po: new, per Eric Madesclair <eric-m@wanadoo.fr>.
    (Closes: #232941.)

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 26 Mar 2004 23:13:18 -0500

fltk1.1 (1.1.4-5) unstable; urgency=medium

  * Urgency medium due to fix for FTBFS.
  * aclocal.m4: Supply Jurij Smakov's AC_PATH_X_CORRECTED et al. from
    #233969, since FLTK does not use Xt.
  * configure(.in): Use it.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 11 Mar 2004 19:48:07 -0500

fltk1.1 (1.1.4-4) unstable; urgency=low

  * debian/changelog: fix thinko in previous entry.  (The change was to
    rules, not changelog!)
  * debian/control:
    - adjust X (build-)dependencies per 4.3 reorg.
    - add libz-dev and libgl(u)-dev as alternatives for the relevant packages.
    - rework descriptions.
  * debian/menu: quote all values, restoring Lintian cleanliness.

 -- Aaron M. Ucko <ucko@debian.org>  Wed,  3 Mar 2004 11:00:29 -0500

fltk1.1 (1.1.4-3) unstable; urgency=low

  * debian/libfltk1.1-dev.templates: gettextize despite a lack of
    translations, as this is apparently a chicken-and-egg situation.
  * debian/rules: fix DEB_DH_SHLIBDEPS_ARGS.

 -- Aaron M. Ucko <ucko@debian.org>  Sun,  8 Feb 2004 09:54:11 -0500

fltk1.1 (1.1.4-2) unstable; urgency=low

  * debian/control:
    - (Build-)depend on libxft-dev (>> 2.1.2) rather than libxft2-dev,
      which is now just a virtual alias.  (Closes: #227309.)
    - Bump build-dependency on debhelper to 4.1.46 per cdbs's advice.
  * debian/copyright: spell everything out as required.
  * debian/rules: install CREDITS per above.
  * documentation/intro.html: remove links to dead mirrors.  (Closes: #216039.)
  * src/Fl_Preferences.cxx: don't bother calling makePathForFile until we
    actually want to write something.  (Closes: #226014.)

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 14 Jan 2004 18:17:33 -0500

fltk1.1 (1.1.4-1) unstable; urgency=low

  * New upstream release.

 -- Aaron M. Ucko <ucko@debian.org>  Tue,  9 Sep 2003 11:20:24 -0400

fltk1.1 (1.1.3+1.1.4rc2-2) unstable; urgency=low

  * fluid: make sure generated color specifications are actual Fl_Colors.
    (Closes: #207208).
  * debian/rules: remember to compile with -D_REENTRANT per Policy 10.2.
  * debian/control: Standards-Version 3.6.1.

 -- Aaron M. Ucko <ucko@debian.org>  Mon, 25 Aug 2003 21:01:31 -0400

fltk1.1 (1.1.3+1.1.4rc2-1) unstable; urgency=low

  * New upstream release candidate, incorporating (among MANY other things)
    most of our changes, including support for Xft 2.
  * debian/control: Standards-Version increased to 3.6.0 (no changes needed).

 -- Aaron M. Ucko <ucko@debian.org>  Wed, 30 Jul 2003 14:32:56 -0400

fltk1.1 (1.1.3+1.1.4rc1-3) unstable; urgency=low

  * debian/libfltk1.1-dev.config: increase priority of question to medium,
    since it seems to be more controversial than anticipated.  (See #196003)
  * debian/rules: clear DEB_MAKE_CHECK_TARGET to avoid breaking with
    cdbs >= 0.4.3.
  * src/fl_font_xft.cxx: make sure to set fl_xfont to something valid,
    albeit not generally the actual requested font, in fl_font().  

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 29 Jun 2003 12:41:36 -0400

fltk1.1 (1.1.3+1.1.4rc1-2) unstable; urgency=medium

  * fluid/Fl_Widget_Type.cxx,src/Fl_Text_Editor.cxx:
    apply upstream's patch for STR #52 (which ate edits in most cases).

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 30 May 2003 11:30:58 -0400

fltk1.1 (1.1.3+1.1.4rc1-1) unstable; urgency=low

  * New upstream version (1.1.4 release candidate 1).
  * FL/Makefile.in, debian/libfltk1.1-dev.{config,postinst,postrm,templates}:
    make deprecated *.h headers optional, via Debconf.  (Closes: #179503)
  * Makefile, makeinclude.in: revert DESTDIR hack.
  * configure: regenerate with Autoconf 2.57 rather than 2.13, since
    upstream uses 2.53 and the diff ends up much smaller.
  * debian/control: bump cdbs build-dep to >= 0.2.8.
  * debian/rules:
    - make sure to build libfltk1.1c102's shlibs file before calculating
      fluid's dependencies.
    - set DEB_MAKE_INSTALL_TARGET per cdbs 0.2.8.
    - set version in shlibs file automatically again.
  * debian/rules.manual: retire.
  * src/fl_font_xft.cxx:
    - upstream's fix for gl_font() is Xft1-specific; substitute a much
      cruder version that at least keeps it from segfaulting.

 -- Aaron M. Ucko <ucko@debian.org>  Tue, 27 May 2003 15:44:15 -0400

fltk1.1 (1.1.3-6) unstable; urgency=low

  * debian/rules: re-add -fPIC (and -W*) back to the misleadingly named OPTIM.

 -- Aaron M. Ucko <ucko@debian.org>  Fri, 23 May 2003 08:38:11 -0400

fltk1.1 (1.1.3-5) unstable; urgency=low

  * Sigh, properly write DEB_DH_MAKESHLIBS_ARGS in debian/rules.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 22 May 2003 23:16:36 -0400

fltk1.1 (1.1.3-4) unstable; urgency=low

  * Rework DESTDIR handling to avoid breaking fltk-config.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 22 May 2003 22:37:08 -0400

fltk1.1 (1.1.3-3) unstable; urgency=low

  * Adopted; thanks to Stefan for originally packaging it, and Ray for his
    recent build fixes.
  * Makefile: hack in DESTDIR support to make CDBS happy.
  * debian/control: Note adoption; build-dep on CDBS; bump standards version.
  * debian/copyright: Note adoption; drop (old) version number from URL.
  * debian/rules: Convert to CDBS.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 22 May 2003 21:22:35 -0400

fltk1.1 (1.1.3-2.5) unstable; urgency=medium

  * NMU
  * [src/Makefile] Changed linking command for libfltk_forms.so,
    libfltk_images.so and libfltk_gl to get complete inter-library dependency 
    information into them.
  * [Makefile] Changes several "break"s into "exit 1"s in order not to
    silently ignore errors.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 17 May 2003 11:32:21 +0200

fltk1.1 (1.1.3-2.4) unstable; urgency=medium

  * NMU.
  * [debian/rules] Touch configure.in and configure to ensure the build will
    not invoke autoconf (as the previous upload did on an m68k buildd).
  * [debian/control] Follow libpng12-0-dev -> libpng12-dev renaming.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Mon, 12 May 2003 06:21:45 +0200

fltk1.1 (1.1.3-2.3) unstable; urgency=medium

  * NMU.
  * [debian/control] Corrected the flwm version number in the Conflicts: line.
  * [documentation/Makefile] With htmldoc 1.8.23 some errors ((preformatted) 
    text too long) occur but the resulting files are still acceptible - ignore 
    htmldoc's exit code.

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 11 May 2003 21:28:52 +0200

fltk1.1 (1.1.3-2.2) unstable; urgency=low

  * NMU again.
  * Fix Xft2-detection patch to include `xft-config --cflags` in CPPFLAGS
    to avoid a gratuitous, unlisted build-dependency on libttf2-dev. (Oops.)

 -- Aaron M. Ucko <ucko@debian.org>  Thu,  8 May 2003 22:56:19 -0400

fltk1.1 (1.1.3-2.1) unstable; urgency=low

  * NMU with maintainer's permission.
  * Persuade to build against libxft2 after all.  (Closes: #189467)
    - Declares forwards and backwards incompatibility with previous
      versions to be safe.
  * Change section of libfltk1.1-dev to libdevel.

 -- Aaron M. Ucko <ucko@debian.org>  Thu, 17 Apr 2003 22:30:47 -0400

fltk1.1 (1.1.3-2) unstable; urgency=low

  * Link in libstdc++ dynamically (!)
  * fix -L path for dh_shlibdeps

 -- Stefan Schwandter <swan@debian.org>  Sat, 15 Mar 2003 16:26:11 +0100

fltk1.1 (1.1.3-1) unstable; urgency=low

  * New upstream release
  * Build-Conflicts libxft2-dev, because configure scripts won't use xft if
    it's installed
  * Change xlibmesa-dev build dependency to xlibmesa-gl-dev, xlibmesa-glu-dev 

 -- Stefan Schwandter <swan@debian.org>  Sat, 15 Mar 2003 14:38:51 +0100

fltk1.1 (1.1.2-2) unstable; urgency=low

  * Compiled with gcc-3.2, libfltk1.1 -> libfltk1.1c102 
  * Small fix in copyright file

 -- Stefan Schwandter <swan@debian.org>  Tue,  7 Jan 2003 16:31:27 +0100

fltk1.1 (1.1.2-1) unstable; urgency=low

  * New upstream release

 -- Stefan Schwandter <swan@debian.org>  Sun,  1 Dec 2002 19:49:59 +0100

fltk1.1 (1.1.1-1) unstable; urgency=low

  * New upstream release 
  * fltk1.1-doc: Added ps and pdf docs
  * Install unformatted manpages

 -- Stefan Schwandter <swan@debian.org>  Sun, 27 Oct 2002 23:13:10 +0100

fltk1.1 (1.1.0-4) unstable; urgency=low

  * debian/control:
    + removed libgl-dev dependency again
    + build against libpng12-0-dev

 -- Stefan Schwandter <swan@debian.org>  Sun, 27 Oct 2002 08:53:54 +0100

fltk1.1 (1.1.0-3) unstable; urgency=low

  * debian/control:
    + added libgl-dev to libfltk1.1-dev's deps

 -- Stefan Schwandter <swan@debian.org>  Fri, 11 Oct 2002 21:11:25 +0200

fltk1.1 (1.1.0-2) unstable; urgency=low

  * debian/control:
    + fix my e-mail address
    + some Suggests: changes

 -- Stefan Schwandter <swan@debian.org>  Fri, 11 Oct 2002 18:25:34 +0200

fltk1.1 (1.1.0-1) unstable; urgency=low

  * Initial release (closes: #131427) (closes: #135955)

 -- Stefan Schwandter <swan@debian.org>  Sat,  5 Oct 2002 10:07:26 +0200