summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 0a29fbe95739c8ea8a6e0da58f41d8ca0e236b7a (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
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
qt4-x11 (4.4.2-1) UNRELEASED; urgency=low

  * New upstream release.

  +++ Changes by Fathi Boudra:

  * Remove upstream patches:
    - 0002_https_lowercase.diff
  * Add Debian patches:
    - 17_add_postgresql_8.3_support.diff
  * Remove Debian patches:
    - 72_generic_arch_atomic_header_fix.diff
  * Sync qt-copy patches:
    * Add:
      - 0245-fix-randr-changes-detecting.diff
      - 0248-fix-qwidget-scroll-slowness.diff
    * Remove:
      - 0214-fix-qgraphicsproxywidget-tab-crash.diff
      - 0230-qtextcontrol-selectnextword.diff
      - 0232-fix-qdesktopwidget-screen-merge.diff
      - 0233-fix-q3textbrowser-image.diff
      - 0235-qdbus-dispatch-async-timeout.diff
      - 0236-qtoolbararealayout-restore.diff
      - 0241-fix-null-stylesheet-warning.diff
  * Add missing QHelpGlobal include in libqt4-dev package.
  * Remove doxygen build dependency.
    It is useless to generate a tag file as Qt is shipped with qt.tags file.
  * Split qmake in its own qt4-qmake package. (Closes: #437354)
    TODO: review description.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 18 Sep 2008 18:22:04 +0200

qt4-x11 (4.4.1-1) experimental; urgency=low

  * New upstream release. (Closes: #483790)

  +++ Changes by Fathi Boudra:

  * Bump Standards-Version to 3.8.0 (no changes needed).
  * Add 0241-fix-null-stylesheet-warning.diff from qt-copy.
  * Update libqt4-dev.install: windows related files are not installed anymore.
  * Update Qt 4 designer short descriptions. (Closes: #493379)
  * Replace libcupsys2-dev build dependency by libcups2-dev.

  +++ Changes by Sune Vuorela:

  * Remove watchfile. it doesn't work.
  * mention qmake-qt4 in description of libqt4-dev. (Closes: 415816)
  * Apply patch from friendly hurd porters. (Closes: 485931)
  * Make the rules file parallel build safe.

  +++ Changes by Modestas Vainius:

  * Resync our qt-copy patches with KDE svn:
    * add:
      - 0232-fix-qdesktopwidget-screen-merge.diff
    * removed from qt-copy KDE svn:
      - 0210-fix-crash-q3stylesheet-font-size.diff
      - 0220-no-x-recursion-in-xerrhandler.diff
      - 0223-fix-qpixmap-hasalpha.diff
      - 0227-qdatastream-regression.diff
      - 0228-qsortfilterproxymodel-invalidate-noscroll.diff
    * refresh:
      0167, 0180, 0195, 0203, 0209, 0214, 0216,
      0224, 0226, 0230, 0233, 0235, 0236.
    * other qt-copy patches are in 4.4.1.
  * Resync our patches:
    * remove, merged (stolen from) upstream:
      - 0001_webkit_backround_in_scrollbars_webkit-5b0ea6b840a6e25e97b886e185...
      - 21_qprintdialog_honour_fileprintersadded.diff
      - 73_from4.4.1_no_AAAA_when_ipv6_disabled.diff
      - 90_gcc43.diff
    * partially merged upstream, leave unmerged parts:
      - 71_hppa_unaligned_access_fix_458133.diff
    * refresh:
      - 05_append_qt4_target.diff
      - 14_add_libraries_to_gui_build_where_actually_needed.diff
      - 20_mips_atomic_ops.diff
      - 50_kfreebsd_build_fix.diff
  * Leave shlibs at (>= 4.4.0) since 4.4.1 is supposed to be backwards and
    forward compatible with 4.4.0.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 02 Aug 2008 22:49:17 +0300

qt4-x11 (4.4.0-4) unstable; urgency=low

  +++ Changes by Sune Vuorela:

  * Get patch from 4.4.2 (yes!) to fix painting of scrollbars in webkit with
    some styles.
  * Get patch from 4.4.2 to allow Https to be treated as https in -network.
  * Fix some unaligned access issues that makes any webkit using application
    crash (SIGBUS) on archs where this isn't allowed. Patch by Mike Hommey.
    See #487745 for details.
  * Don't make the std:: symbols in webkit public. Solution based on the work
    of Mike Hommey in the gtk webkit package.
  * Add 0235-qdbus-dispatch-async-timeout.diff from qt copy. Acked in qt-copy
    by Thiago.
  * Add 0236-qtoolbararealayout-restore.diff to fix a regression in qt4.4.
    Patch from Trolltech.
  * Add 0003_tab_text_cutoff.diff patch to fix rendering of text in tabs.
    Patch available in qt4.5.
  * Add 0234-fix-mysql-threaded.diff from qt-copy to fix usage of qt with
    mysql in multithreaded environments

  +++ Changes by Modestas Vainius:

  * Add 21_qprintdialog_honour_fileprintersadded.diff patch to fix the problem
    with QPrintDialog misdetecting some normal printers as virtual file printers
    on dialog exec and when PrintToFile is disabled (TT #214505).
  * Add 0233-fix-q3textbrowser-image.diff patch from qt copy.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 09 Jul 2008 02:53:33 +0200

qt4-x11 (4.4.0-3) unstable; urgency=low

  +++ Changes by Sune Vuorela:

  * Fix generic atomic header. (Closes: #475767)
    This is enough to fix building of kdelibs, but there should be a proper 
    hppa fix modelled over the other "real" archs.

  +++ Changes by Fathi Boudra:

  * Add qt-copy patch:
    * 0230-qtextcontrol-selectnextword
      Fix Ctrl+Shift+Right in a khtml textarea when having more than one tab
      open: QTextEdit should react to ShortcutOverride for the keys it handles
      (was already partly done).

  +++ Changes by Modestas Vainius:

  * Steal 73_from4.4.1_no_AAAA_when_ipv6_disabled.diff patch from 4.4.1
    snapshot, which disables IPv6 DNS queries (AAAA) when IPv6 is disabled on
    the system. 

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 08 Jun 2008 13:17:02 +0300

qt4-x11 (4.4.0-2) unstable; urgency=low

  +++ Changes by Fathi Boudra:

  * Split html documentation in qt4-doc-html package.
  * Merge Ubuntu patches:
    * Add lpia architecture in trusted dpkg-arch over uname.
    * Add sqlite3 workaround in config tests fixes.
  * Add qt-copy patch:
    * 0227-qdatastream-regression
      Fix a bug that causes all Qt3/2 applications to crash or hang under KDE4.

  +++ Changes by Modestas Vainius:

  * Add 16_qsortfilterproxymodel_invalidate_noscroll.diff patch which stops
    scrolling to the current item/index on QSortFilterProxyModel::invalidate()
    This patch has been scheduled for Qt 4.4.1 (TT #204403).
  * Add missing Replaces:
    - libqt4-opengl-dev replaces libqt4-dev (<< 4.4.0-2) due to obvious
      reasons.
    - libqt4-dev replaces libqt4-opengl-dev (<< 4.4.0-2) (due to qglobal.h
      misplace).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 09 May 2008 23:35:16 +0300

qt4-x11 (4.4.0-1) unstable; urgency=low

  * New upstream release.

  +++ Changes by Modestas Vainius:

  * Split OpenGL headers from libqt4-dev to libqt4-opengl-dev:
    - Update install files.
    - Make libqt4-opengl-dev depend on X OpenGL headers, hence remove the
      latter from libqt4-dev Recommends.
    - Add libqt4-opengl-dev to libqt4-dev Recommends.
    - Remove libq4-opengl from libqt4-dev Depends.
  * Explicitly add libqtcore4 to libqt4-dev (was implicit before).
  * Rename libqt4-gui to libqtgui4 (new package).
  * Make libqt4-gui a transitional package (Closes: #478694) depending on
    libqtgui4, libqt4-opengl (Closes: #478264), libqt4-sql, libqt4-designer,
    libqt4-assistant.
  * Use ${binary:Version} instead of ${source:Version} in dependencies of
    libqt4-core and libqt4-gui transitional packages.
  * Require just libqtcore4 to install libqt4-dbg instead of libqt4-gui.
  * Resync patches:
    - 05_append_qt4_target.diff - fix offsets.
    - 11_qdbus_to_dbus_fix.diff - remove, merged upstream.
    - Revert to "runtime" configuration for xcursor, xinerama, xfixes and drop
      16_always_init_qt_x11data_ptrx.diff patch. Fixed upstream.

  +++ Changes by Fathi Boudra:

  * Update libqt4-dev and libqt4-opengl-dev install to use complete files
    list instead of wildcard.
  * Update installed files: new qt help and assistant translations.
  * Add qt-copy patch:
    * 0226-qtreeview-column_resize_when_needed
      This patch assures that if no header is shown, or if we only have one
      column (so no other columns become shrinked), the contents will be
      visible.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 06 May 2008 17:37:49 +0200

qt4-x11 (4.4.0~rc1-5) unstable; urgency=high

  +++ Changes by Fathi Boudra:

  * Add libqt4-sql-sqlite dependency to qt4-dev-tools. Qt Assistant and
    qhelpgenerator use the sqlite plugin. (Closes: #476986)
  * Remove qt-copy patches 0191 and 0192. The relevant code has changed
    such that neither patch seems to have any effect (although listviews
    still do not use active/inactive roles correctly).
  * Add qt-copy patches:
    * 0223-fix-qpixmap-hasalpha
      Fix a performance regression in QPixmap::hasAlpha() in Qt 4.4.
    * 0224-fast-qpixmap-fill
      This patch avoids the expensive image->pixmap conversion by discarding
      the old pixmap, creating a new one with the correct format, and doing
      the fill server side.
    * 0225-invalidate-tabbar-geometry-on-refresh
      Fix problem where Konsole's tab bar is not shown immediately on startup.

  +++ Changes by Modestas Vainius:

  * Downgrade libqt4-dev *gl*-dev dependencies to Recommends.
    They pull in half of X11 development headers and are rarely needed.
    What's more, OpenGL apps will probably depend on them explicitly anyway.
  * Add development packages of the SQL plugins to libqt4-dev Suggests.
  * Make libqt4-sql recommend its plugins. Depends does not do us any good
    because we don't know which plugin a user is going to use anyway. Moreover
    installation of the libqt4-sql package does not necessarily imply usage of
    the specific plugin(s). Finally, this resolves circular dependencies among
    libqt4-sql and its plugins.
  * Add myself to Uploaders.
  * Add 16_always_init_qt_x11data_ptrx.diff, which ensures that X11->ptrX*
    are properly initialized when Xcursor, Xinerama, Xfixes are not available
    in default "runtime" configuration  (Closes: #476608).
  * Pass -xfixes -xcursor -xinerama to configure because default "runtime"
    configuration requires a user to have libxfixes-dev, libxcursor-dev and
    libxinerama-dev installed to enable features requires respective X
    libraries (QLibrary simply searches for "lib*.so"). This change in
    configuration makes 16 patch irrelevant for Debian, but I'm leaving it
    as it's still the fix for the crashes which might occur on default Qt 4.4
    configutions.
  * Optimize qmake: pass -optimized-qmake to configure.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 27 Apr 2008 04:15:28 +0300

qt4-x11 (4.4.0~rc1-4) unstable; urgency=low

  +++ Changes by Sune Vuorela:

  * Have libqt4-dev conflict/replace libqtwebkit-dev.
  * Fix qmake to generate a bit better pkg-config files. Those should usually
    not be generated - as it ends up being crackful. After a bit of patching
    they are a bit less crackful though. (Closes: 457570)
  * Postprocess prl files to remove the same crack as in the pc files.
    (Closes: 470572)
  * Do a bit nicer linking when needed instead of relying on crackfulness from
    prl and pc files.
  * Add a disabled patch to generate better prl files, but unfortunately too
    much of qt4 build process relies on on it and is not yet fixed, but it is
    saved for later use.
  * Fix qmake makefile generation - should not add double slashes to
    makefiles.
  * Make libqt4-core transitional package arch:any. It doesn't bloat the
    archive too much, but it helps on installability.

  +++ Changes by Matthew Rosewarne:

  * Add Recommends: qt4-doc to qt4-demos.
  * Add watch file.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 15 Apr 2008 23:48:31 +0200

qt4-x11 (4.4.0~rc1-3) unstable; urgency=low

  +++ Changes by Sune Vuorela:

  * Clean up a bit in the dependencies of libqt4-dev. Removed dependencies:
    libqt4-sql-mysql, libqt4-sql-odbc, libqt4-sql-psql, libqt4-sql-sqlite,
    libqt4-sql-sqlite2, libqt4-sql-ibase, firebird2.0-dev, libaudio-dev,
    libcupsys2-dev, libdbus-1-dev, libfreetype6-dev, libglib2.0-dev,
    libice-dev, libiodbc2-dev, libjpeg62-dev, libmng-dev, libmysqlclient15-dev,
    libpam0g-dev, libpng12-dev, libpq-dev, libreadline5-dev, libsm-dev,
    libsqlite0-dev, libsqlite3-dev, libtiff4-dev, libx11-dev, libxcursor-dev,
    libxext-dev, libxft-dev, libxi-dev, libxinerama-dev, libxmu-dev,
    libxrandr-dev, libxrender-dev, libxslt1-dev, libxt-dev, x11proto-core-dev,
    zlib1g-dev

  +++ Changes by Fathi Boudra:

  * Add libqt4-svg dependency to libqt4-gui. It helps for the transition as
    libQtSvg.so.4 was previously in libqt4-gui package. (Closes: #475324)
  * Replace libqcncodecs.so in libqt4-gui (<< 4.4.0~beta1-1). (Closes: #475340)
  * Update 20_mips_atomic_ops patch. Qt4.4 introduced two new atomic operations
    without the necessary assembler .set directives.
    Thanks to Thiemo Seufer. (Closes: #475402)

 -- Fathi Boudra <fabo@debian.org>  Sat, 12 Apr 2008 07:48:37 +0200

qt4-x11 (4.4.0~rc1-2) unstable; urgency=low

  * Add patch for Explicit template specialization cannot have a storage class
    with gcc-4.3. Specializations of templates cannot explicitly specify
    a storage class, and have the same storage as the primary template. 

 -- Fathi Boudra <fabo@debian.org>  Wed, 09 Apr 2008 09:40:00 +0200

qt4-x11 (4.4.0~rc1-1) unstable; urgency=low

  * New upstream release. (Closes: #469783)

  +++ Changes by Modestas Vainius:

  * Refresh qt-copy patches:
    * 0167-fix-group-reading.diff - adjust offsets.
    * 0180-window-role.diff - adjust offsets.
    * 0195-compositing-properties.diff - adjust offsets.
    * 0203-qtexthtmlparser-link-color.diff - adjust offsets.
    * 0209-prevent-qt-mixing.diff - adjust offsets.
    * 0214-fix-qgraphicsproxywidget-tab-crash.diff - adjust offsets.
    * 0216-allow-isystem-for-headers.diff - adjust offsets.
  * Remove qt-copy patches:
    * 0172-prefer-xrandr-over-xinerama.diff - merged upstream.
    * 0178-transparency-window-types.diff - merged upstream.
    * 0215-compile-with-Xcursor-linkage.diff - merged upstream.
    * 0217-qurl-isempty-regression.diff - merged upstream.
    * 0218-qassert-macro-fix.diff - merged upstream.
    * fix-qt_bootstrapped-typo.diff  - merged upstream.
  * Add qt-copy patches:
    * 0220-no-x-recursion-in-xerrhandler.diff - adjust offsets.
  * Refresh Debian patches:
    * 02_launch_assistant-qt4.diff - adjust offsets.
    * 05_append_qt4_target.diff - adopt to upstream changes. lrelease and
      lupdate have been moved to tools/linguist/, adjust offsets.
    * 50_kfreebsd_build_fix.diff - adjust offsets.
    * 80_hurd_max_path.diff - adjust offsets.
  * Remove Debian patches:
    * 08_load_ssl.diff - different fix applied upstream.
  * Update *.install files:
    * qt4-dev-tools.install: a few renames of the language files,
      s/assistant-qt3/assistant-qt4/, add usr/bin/xmlpatterns
  * Add libqt4-core transitional package. (Closes: #473658)
  * Add debian/not-installed to document files which are deliberately not
    installed
  * Avoid calling ./configure repeatedly during build/install: tie ./configure
    to config.status

  +++ Changes by Fathi Boudra:

  * Re-introduce LD_LIBRARY_PATH workaround to use lrelease.
  * Remove Conflicts against libqt4-core.
  * Reorder libqt4-sql dependencies to have packages available on all
    architectures listed first. (Closes: #473348)
  * Add architectures availability list to libqt4-sql-ibase package.
    (Closes: #473348)
  * Add patch to fix unaligned access on hppa. Thanks to Bernhard R. Link.
    (Closes: #458133)
  * Add patch to replace remaining qdbus by dbus. Fix libqtscriptdbus build.
  * Update configure options:
    * Replace -qdbus by -dbus.
    * Add -svg.

  +++ Changes by Matthew Rosewarne:

  * Rewrite clean rule to remove remaining build cruft.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 07 Apr 2008 01:36:54 -0400

qt4-x11 (4.4.0~beta1-1) experimental; urgency=low

  * New upstream release.

  * Add build dependencies: doxygen, firebird2.0-dev, libiodbc2-dev,
    libpam0g-dev, libreadline5-dev, libxslt1-dev.
  * Split libqt4-gui and libqt4-core packages.
  * Create package for each Qt module.
  * Enable all SQL drivers as plugins and add related packages:
    libqt4-sql-ibase, libqt4-sql-mysql, libqt4-sql-odbc, libqt4-sql-psql,
    libqt4-sql-sqlite, libqt4-sql-sqlite2.
  * Add packages: libqt4-assistant, libqt4-dbus, libqt4-designer, libqt4-help,
    libqt4-network, libqt4-opengl, libqt4-script, libqt4-svg, libqt4-test,
    libqt4-webkit, libqt4-xml, libqt4-xmlpatterns and qt4-demos.
  * Replace libqt4-core by libqtcore4 package.
  * Rename libqt4-debug to libqt4-dbg like other debug packages in Debian.
  * Update .lintian override files.
  * Update .install files.
  * Move translations files in their respective packages.
  * Disable DEB_INSTALL_CHANGELOGS_ALL.
  * Build ibase sql plugin on supported architectures only.
  * Enable demos, examples, WebKit and XmlPatterns.
  * Enable exceptions. It is a dependency to XmlPatterns module.
  * Add qtdemo help collection file.
  * Split WebKit and XmlPatterns debug packages from libqt4-dbg.
  * Generate Doxygen tagfile in libqt4-dev. Thanks to Matthew Rosewarne.
  * Examples and Demos are not shipped compressed anymore.
  * Refresh qt-copy patches:
    * 0167-fix-group-reading
    * 0172-prefer-xrandr-over-xinerama
    * 0178-transparency-window-types
    * 0180-window-role
    * 0191-listview-alternate-row-colors
    * 0192-itemdelegate-palette-state
    * 0195-compositing-properties
    * 0203-qtexthtmlparser-link-color
    * 0209-prevent-qt-mixing
    * 0210-fix-crash-q3stylesheet-font-size
  * Remove qt-copy patches:
    * 0175-fix-s390-qatomic
    * 0176-coverity-fixes
    * 0179-transient-hack
    * 0187-fix-font-fixed-pitch
    * 0194-fix-moveonly-dnd-in-itemviews
    * 0200-fix-qsslsocket-waitfor
    * 0205-fast-qpixmap-fill
    * 0211-q3action-crash
  * Add qt-copy patches:
    * 0214-fix-qgraphicsproxywidget-tab-crash
    * 0215-compile-with-Xcursor-linkage
    * 0216-allow-isystem-for-headers
    * 0217-qurl-isempty-regression
    * 0218-qassert-macro-fix
    * fix-qt_bootstrapped-typo
  * Refresh Debian patches:
    * 01_qmake_for_debian
    * 02_launch_assistant-qt4
    * 03_launch_moc-qt4
    * 04_launch_uic-qt4
    * 05_append_qt4_target
    * 08_load_ssl
    * 10_config_tests_fixes
    * 40_alpha_ice
    * 41_disable_opengl_visibility
    * 50_kfreebsd_build_fix
    * 60_m68k_inotify_fix
    * 80_hurd_max_path
  * Remove Debian patches:
    * 06_qtdemo_destdir. Useless as we ship qtdemo again.
    * 30_arm_ftbfs_fixes. Merged upstream.
    * 31_arm_eabi_fix. Upstream changed arm architecture handling.
      This patch doesn't apply as it is.
    * 91_qmake_lflags_no-undefined. Merged upstream.

 -- Fathi Boudra <fabo@debian.org>  Thu, 13 Mar 2008 22:34:45 +0100

qt4-x11 (4.3.4-2) unstable; urgency=low

  * Add patches:
    * 09_qmake_lflags_as-needed
      workaround as LDFLAGS isn't honored by configure script.
      we set --as-needed flag for Qt build only.
    * 10_config_tests_fixes.diff
      configuration test fixes for Interbase/Firebird and ODBC sql drivers.
  * Update 01_qmake_for_debian patch:
    * re-introduce link_prl and drop QT_SHARED workaround.
  * Update rules:
    * Remove exported LDFLAGS.
    * Remove DEB_CONFIGURE_SCRIPT_ENV.
    * Exclude debug files from dh_shlibdeps using DEB_DH_SHLIBDEPS_ARGS_ALL.
    * Update configure options to use libtiff from system.
    * Remove debug configure option to build with -02.
    * Update common-install-arch target to fix wrong path in pkconfig and prl files.
  * Add libtiff4-dev build dependency.
  * Update libqt4-dev dependencies.

 -- Fathi Boudra <fabo@debian.org>  Sat, 08 Mar 2008 10:09:02 +0100

qt4-x11 (4.3.4-1) unstable; urgency=low

  * New upstream release:
    * This version adds the GNU General Public License (GPL) version 3
      to all Qt Open Source editions. The GPL Exception version 1.1
      applies to both versions of the GPL license.

  * Add qt-copy patches:
    * 0205-fast-qpixmap-fill
      Fix a performance issue in QPixmap::fill()
    * 0209-prevent-qt-mixing
      This patch changes QObjectPrivateVersion, thus preventing mixing parts
      of upstream Qt and qt-copy.
    * 0210-fix-crash-q3stylesheet-font-size
      This patch fixes crashs in q3stylesheet
      (it was possible to use a qfont size < 1)
    * 0211-q3action-crash
      During porting qt3to4 port QGroupAction to Q3GroupAction but not QAction
      to Q3Action (which is logical) But it crashs when it's not a q3action.
  * Refresh and enable 0172-prefer-xrandr-over-xinerama patch.
  * Remove 0204-fix-tulip-aliasing patch. Merged upstream.
  * Remove 90_qmake_cxxflags_fpermissive patch.
  * Add ${shlibs:Depends} to libqt4-dev. See missing shared library
    dependencies thread on debian-devel mailing list.
  * Add catalan translation. Thanks to Javier Serrano Polo. (Closes: #459822)
  * Update copyright file. Add GPL version 3.
  * Remove -fpermissive.

 -- Fathi Boudra <fabo@debian.org>  Tue, 26 Feb 2008 18:38:27 +0100

qt4-x11 (4.3.3-2) unstable; urgency=low

  * Update 0203-qtexthtmlparser-link-color qt-copy patch:
    Add qt-bugs@ issue and Trolltech task ID.
  * Add 0204-fix-tulip-aliasing qt-copy patch:
    Fix KDE4 RC2 crashing on startup due to Qt 4.3.3 update.
  * Downgrade libqt4-dev dependency to qt4-dev-tools from Recommends to
    Suggests.
  * Add semicolon at the end of the MimeType key. Thanks to Pino Toscano.
  * Remove 91_qmake_ldflags_as-needed patch:
    It breaks other packages. (Closes: #457038, #457284)
  * Add 91_qmake_lflags_no-undefined patch:
    By default, qmake adds --no-undefined linker flag.

 -- Fathi Boudra <fabo@debian.org>  Sun, 30 Dec 2007 23:29:09 +0100

qt4-x11 (4.3.3-1) unstable; urgency=low

  * New upstream release.

  [Adeodato Simó]

  * Do not depend or build-depend on the transitional package xlibmesa-gl-dev,
    but on libgl1-mesa-dev instead. Ditto for libglu1-xorg-dev/libglu1-mesa-dev.

  [Fathi Boudra]

  * Bump Standards-Version to 3.7.3.
  * Fix description contains homepage lintian warning.
  * Merge Kubuntu load ssl patch. Thanks to Jonathan Riddell.
  * Add CDDL exception to debian/copyright.
  * Add 21_assume_no_fpu_for_embedded_devices patch. Thanks to Thiemo Seufer
    and Bradley Hughes. Not Enabled yet: It breaks ABI on mips.
    We will keep it for later (> 4.3.3-1).
  * Add 91_qmake_ldflags_as-needed patch. Build with --as-needed linker flag.
  * Remove qt-copy patches:
    * 0163-fix-gcc43-support.
    * 0185-fix-format-strings.
    * 0188-fix-moc-parser-same-name-header.
    * 0189-fix-q3toolbar-qcombobox-signal-slot.
    * 0193-qtreeview-division-by-zero.diff.
  * Add qt-copy patches:
    * 0200-fix-qsslsocket-waitfor.
      Fixes some QSslSocket::waitFor$X methods.
    * 0203-qtexthtmlparser-link-color.
      Links are assigned a foreground color according to the system current
      color scheme.

 -- Fathi Boudra <fabo@debian.org>  Thu, 06 Dec 2007 22:06:46 +0100

qt4-x11 (4.3.2-1) unstable; urgency=low

  * New upstream release.

  [Fathi Boudra]
  * Update desktop files categories.
  * Add desktop files icons. (Closes: #433581)
  * Update patches to Qt4.3.2.
  * Add 90_qmake_cxxflags_fpermissive patch.
  * Remove 0186-fix-component-alpha-text patch. Merged upstream.
  * Add qt-copy patches:
    * 0188-fix-moc-parser-same-name-header
    * 0189-fix-q3toolbar-qcombobox-signal-slot
    * 0191-listview-alternate-row-colors
    * 0192-itemdelegate-palette-state
    * 0193-qtreeview-division-by-zero
    * 0194-fix-moveonly-dnd-in-itemviews
    * 0195-compositing-properties
  * Update qt4-dev-tools long description.
  * Update copyright:
    * Update Trolltech GPL exception to v1.1.
    * Add Trolltech GPL exception addenum.
  * Update rules:
    * Build with -fpermissive.
    * Introduce QTVERSION.
  * Fix qt4-config menu section. (Closes: 444896)

  [Sune Vuorela]
  * Have strict interdependencies between packages with a shlibs.local file.
    (Closes: #438746)
  * Don't trust uname in generating the qt build key. This has bitten us in
    qt3, but will soon bite us in qt4 as qt4 becomes more popular.

  [Ana Beatriz Guerrero Lopez]
  * Add desktop files icons uuencoded and update rules to install them uudecoded.
  * Add sharutils build dependency.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 06 Oct 2007 07:00:54 +0200

qt4-x11 (4.3.1-2) unstable; urgency=low

  * There is a large difference between 8 spaces and a tab.

 -- Sune Vuorela <debian@pusling.com>  Fri, 10 Aug 2007 22:20:45 +0200

qt4-x11 (4.3.1-1) unstable; urgency=low

  * New upstream release.

  [Fathi Boudra]
  * Switch to quilt patch system.
  * Update copyright. Add Trolltech GPL Exception.
  * Update section in Debian menu files.
  * Update patches for Qt4.3.1.
  * Remove 51_kfreebsd_mkspecs patch. Moved in rules.
  * Add 0187-fix-font-fixed-pitch patch:
    This patch works around broken QFontInfo::fixedPitch by always using a
    glyph metrics comparison test to guess the information. This has the
    property of both ignoring (bad) and not relying on (good) any information
    that might be provided by the OS's font facility. For Mac OS X only.
  * Remove patches merged upstream:
    * 0177-qurl-clear-fix
    * 0183-qprocess-corruption
    * 42_alpha_fetch_and_add
  * Disable:
    * 0172-prefer-xrandr-over-xinerama patch. (Closes: #433931)
    * 0181-qdnd-x11-fix patch.

  [Sune Vuorela]
  * Add a quick and dirty test to make build on hppa fail if a current
    getdents kernel bug is detected.

 -- Fathi Boudra <fboudra@free.fr>  Wed, 08 Aug 2007 15:08:11 +0200

qt4-x11 (4.3.0-5) unstable; urgency=low

  [Fathi Boudra]
  * Update 01_qmake_for_debian patch. Add DEFINES += QT_SHARED in qmake.conf
    along with the removal of link_prl. (Closes: #434019)
  * Apply qt-copy patches:
    * 00_0185-fix-format-strings: This patch fixes various code issues with
      handling format strings. None of them seem to be exceptionally bad,
      but its better safe than sorry. It is related to CVE-2007-3388.
      TT claims the problem is not present in any version of Qt 4. Dirk Muller
      disagrees and believes that some of them are possible to exploit.
    * 00_0186-fix-component-alpha-text: This patch fixes component alpha
      (LCD hinted) text when it's drawn on a non-opaque background. Qt doesn't
      initialize the alpha channel in the glyph masks, which causes problems
      in Konsole when transparency is enabled, and in other situations where
      the background isn't fully opaque.

 -- Fathi Boudra <fboudra@free.fr>  Mon, 30 Jul 2007 21:36:25 +0200

qt4-x11 (4.3.0-4) unstable; urgency=low

  [Fathi Boudra]
  * Add 42_alpha_fetch_and_add patch to fix broken threading on alpha, hangs
    uselessly on startup. fetch-and-add is supposed to return the original
    value before the addition. Thanks to Steve Langasek and Bradley Hughes.
    (Closes: #433031)
  * Update control: Replace ${source:Version} by ${binary:Version}.
    Make the package binNMU safe. Thanks to Lior Kaplan. (Closes: #433548)

 -- Fathi Boudra <fboudra@free.fr>  Mon, 16 Jul 2007 21:32:01 +0200

qt4-x11 (4.3.0-3) unstable; urgency=low

  [Fathi Boudra]
  * Update control: Replace deprecated ${Source-Version} by ${source:Version}.
  * Update rules:
    * Add bindir and libdir configure options.
    * Replace common-install-arch target. Replaced by build system patches and
      a fix for pkgconfig files. (Closes: #401807)
  * Add patches:
    * 04_launch_uic-qt4: call uic-qt4 binary.
    * 05_append_qt4_target: append -qt4 when needed. It fixes moc-location and
      uic_location are properly in pkgconfig files. (See bug #401807)
    * 06_qtdemo_destdir: remove QT_BUILD_TREE in qtdemo DESTDIR target.
      (Closes: #408639)
  * Revert Qt handling argb visuals on X11 patch. There are dependencies
    not fixed in Qt. They cause a few regressions when this patch is applied.
    (Closes: #430907, #431436, #431943)
  * Update Qt support for new window types used for compositing patch.
    Fix crashes when 'w' is null. (Closes: #431322)
  * Apply qt-copy patches:
    * 00_0172-prefer-xrandr-over-xinerama: only trust libxinerama if it is not
      the emulated information coming from xrandr 1.2.
    * 00_0177-qurl-clear-fix: fix QUrl::clear(). Applied upstream.
    * 00_0183-qprocess-corruption: fix plain data loss bug. Applied Upstream.

 -- Fathi Boudra <fboudra@free.fr>  Fri, 29 Jun 2007 08:15:23 +0200

qt4-x11 (4.3.0-2) unstable; urgency=low

  [Brian Nelson]
  * Changed dist back to unstable.
  * Tightened qt4-dev-tools's dependency on libqt4-core to
    (= ${Source-Version}), since it uses internal (non-public) classes in
    Qt whose ABI can change. (Closes: #429817)
  * Added a build-dependency on libxi-dev to enable tablet support.
  * Constrict the hack to clean all binary files to the bin, config.tests,
    and qmake directories to drastically improve its speed

  [Fathi Boudra]
  * Qt4 demos builds properly in Qt4.3. (Closes: #408639)
  * Apply qt-copy patches:
    * 00_0178-transparency-window-types: adds Qt support for new window types
      used for compositing.
    * 00_0179-transient-hack: workaround that makes setting of WM_TRANSIENT_FOR
      work with some window types.
    * 00_0180-window-role: several problems with Qt's support for the
      WM_WINDOW_ROLE property.
    * 00_0181-qdnd-x11-fix: makes the find_child algorithm in qdnd look at
      _all_ widgets that contain the QPoint.
    * 00_0182-argb-visuals-default: Qt handling argb visuals on X11.

 -- Brian Nelson <pyro@debian.org>  Wed, 27 Jun 2007 00:02:07 -0400

qt4-x11 (4.3.0-1) experimental; urgency=low

  * New upstream release.
    * Fixes a QListView issue. (Closes: #419654)

  * Update uploaders. Add Ana, Sune and Fathi.

  [Sune Vuorela]
  * Remove 04_utf8_bug_fix: Merged upstream.
  * Update libqt4-dev.install. Upstream installs pkgconfig files the right place.
  * Update libqt4-core.install. Add libQtScript.
  * Update rules:
    * Add utils.mk to use list-missing.
    * Cleaning seems to fail a bit. Trying to hack around that in clean::
      target.

  [Fathi Boudra]
  * Redo 30_arm_ftbfs_fixes to fix another FTBFS. Add arm target to configure
    script. Thanks to Sune Vuorela and Aurelien Jarno. (Closes: #426129)
  * Remove 71_hppa_inotify_fix: Merged upstream.
  * Update patches:
    * 02_launch_assistant-qt4
    * 03_launch_moc-qt4
    * 50_kfreebsd_build_fix
    * 80_hurd_max_path
  * Apply qt-copy patches:
    * 00_0163-fix-gcc43-support: Various fixes to get Qt 4.3 without hundreds
      of warnings compiling.
    * 00_0167-fix-group-reading: In big user environments, getgrgid_r() needs
      more memory than sysconf() returns.
    * 00_0175-fix-s390-qatomic: Fix s390(x) build.
    * 00_0176-coverity-fixes: Fix various obvious memory leaks.
  * Rename disable opengl visibility patch. It is not alpha architecture only.
  * Add desktop files to support Desktop Environments. (Closes: #378915)
  * Update qt4-dev-tools.install. Add qdbusviewer and pixeltool.
    Thanks to Benjamin Meyer for the reminder.
  * Update libqt4-dev.install. Remove qtdemo binary as we provide a tarball of the
    demos directory. qtdemo is useless, it can't launch anything without demos
    builded. It can only show screenshots and short description of demos,
    users have it in Qt assistant.
  * Update rules:
    * Remove -debug-and-release option. Deprecated.
    * Add configure options:
      * -no-exceptions
      * -debug
      * -qdbus
      * -pch
      * -nomake examples
      * -nomake demos

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 09 Jun 2007 00:25:41 +0200

qt4-x11 (4.2.3-1) unstable; urgency=low

  * New upstream release
    - Fixes build failures when QT_NO_DEBUG_OUTPUT defined
      (Closes: #418832)
    - Fixes broken signal/slot connection in QSvgRenderer
      (Closes: #411292)

 -- Brian Nelson <pyro@debian.org>  Thu, 12 Apr 2007 12:38:06 -0400

qt4-x11 (4.2.2-2) unstable; urgency=high

  * debian/patches/04_utf8_bug_fix.dpatch: new patch to fix the "UTF-8
    overlong sequence decoding vulnerability" [CVE-2007-0242]

 -- Brian Nelson <pyro@debian.org>  Fri, 30 Mar 2007 11:04:20 -0400

qt4-x11 (4.2.2-1) unstable; urgency=low

  * New upstream release (Closes: #410862)

  * debian/rules: set the sysconfdir to /etc/xdg instead of /etc/qt4 to
    match the QSettings documentation (Closes: #407297)

  * Added Riku Voipio's patch for ARM EABI (Closes: #408813)

  * debian/patches/22_launch_moc-qt4.dpatch: new patch to ensure the Qt4
    version of moc is launched by qdbuscpp2xml (Closes: #399049)

  * Added a doc-base file for qt4-doc (Closes: #403290)

  * debian/qt4-designer.links: added a link /usr/share/qt4/bin/designer ->
    /usr/bin/designer-qt4 (Closes: #410885)

  * Re-arranged patches to group them by arch so that they're easier to
    deal with

  * Applied new patches for kFreeBSD and Hurd support
    (Closes: #380097, #402007)

  * debian/libqt4-gui.install: added the codecs plugins, somehow these got
    accidentally dropped (Closes: #409228)

 -- Brian Nelson <pyro@debian.org>  Sun,  4 Mar 2007 13:50:39 -0500

qt4-x11 (4.2.1-2) unstable; urgency=low

  * debian/patches/20_hppa_inotify_fix.dpatch: new patch that should fix
    the FTBFS on hppa due to missing defines (Closes: #394953)

  * Added patches for hurd support (Closes: #380097)

  * debian/patches/10_qmake_for_debian.dpatch: restored the modification
    to remove link_prl from the CONFIG line, which fixes problems with
    unnecessary linkage (Closes: #394836)

 -- Brian Nelson <pyro@debian.org>  Tue, 31 Oct 2006 02:42:02 -0500

qt4-x11 (4.2.1-1) unstable; urgency=high

  * New upstream release    
    - Fixes integer overflow in pixmap handling [CVE-2006-4811]
      (Closes: #394192)

  * Install the libqtaccessiblecompatwidgets.so plugin into
    libqt4-qt3support, so that libqt4-gui does not circularly depend on
    libqt4-qt3support (Closes: #394351, #394629)

 -- Brian Nelson <pyro@debian.org>  Mon, 23 Oct 2006 11:59:52 -0400

qt4-x11 (4.2.0-2) unstable; urgency=low

  * debian/control: added a dependency on libglib2.0-dev for libqt4-dev
    (Closes: #392797, #392173)

  * Added a bunch of plugins and their debugging symbols to be installed

  * debian/patches/19_m68k_inotify_fix.dpatch: new patch to fix FTBFS on
    m68k (Closes: #391902)

  * Imported Ubuntu fixes, thanks to Jonathan Riddell for the tip
    - Fix typo in debian/rules -qt-sql-slite to -qt-sql-sqlite
      (Closes: #392808)
    - Install usr/bin/qdbus usr/bin/qdbusxml2cpp and usr/bin/qdbuscpp2xml
      (Closes: #391726)

  * debian/control: added a libqt4-dev dependency on libsqlite0-dev
    (Closes: #392558)

 -- Brian Nelson <pyro@debian.org>  Tue, 17 Oct 2006 23:44:31 -0400

qt4-x11 (4.2.0-1) unstable; urgency=low

  * New upstream release
    - No longer includes "CONFIG = ... debug" in the mkspecs/qconfig.pri
      (Closes: #357136)
    - Fixes QFontDialog assert() failures (Closes: #380418)
    
  * debian/control: made libqt4-gui conflict/replace libqt4-designer, to
    ensure that old package is removed (Closes: #380253)

  * Enable Qt's new support for using the system's SQLite 3 library
    (Closes: #382238)

  * debian/rules: removed the PostgreSQL and MySQL include hacks from the
    configure arguments, since the configure script now autodetects them
    itself

  * debian/patches/10_qmake_for_debian.dpatch: updated for new upstream

  * debian/patches/13_arm_ftbfs_fixes.dpatch: updated for new upstream

  * debian/patches/19_s390_atomic.dpatch: removed, since it appears to be
    obsolete

  * debian/libqt4-debug.install: changed the wildcards to match the new
    debug lib names.  What was once *_debug.so.* is now *.debug.  Ick.

  * debian/control: removed libqt4-debug-dev since now that the _debug
    libs have been removed and debugging symbols are shipped in their
    place, this package is no longer needed

  * Tar up the demos directory and include it in qt4-doc.  Also added the
    qtdemo binary to libqt4-dev. (Closes: #390925)

  * debian/rules: add -DQT_QLOCALE_USES_FCVT to the configure arguments
    when building on arm, like Qt3, to fix a uic problem (Closes: #386460)

  * debian/libqt4-gui.install: added usr/lib/libQtAssistantClient.so.*,
    since it's now shipped as a shared library; previously it was a static
    library

  * Added build-deps on libdbus-1-dev and libglib2.0-dev, and added
    libQtDBus to the libqt4-core package

 -- Brian Nelson <pyro@debian.org>  Fri,  6 Oct 2006 23:16:46 -0400

qt4-x11 (4.1.4-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Reintroduce the libpq-dev dependency, which seems to have been removed by
    mistake in 4.1.0-2. (Closes: #327618)

 -- Steinar H. Gunderson <sesse@debian.org>  Tue, 29 Aug 2006 01:10:59 +0200

qt4-x11 (4.1.4-1) unstable; urgency=low

  * New upstream release (Closes: #378443)

  * Moved usr/lib/libQtDesigner.so.* and
    usr/lib/libQtDesignerComponents.so.* from qt4-designer to libqt4-gui
    so there the libqt4-dev package won't contain dangling symlinks
    (Closes: #374612)

 -- Brian Nelson <pyro@debian.org>  Sun, 16 Jul 2006 15:39:29 -0700

qt4-x11 (4.1.3-3) unstable; urgency=low

  * debian/patches/19_s390_atomic: patch from Bastian Blank to fix
    including of s390 specific atomic header. (Closes: #370241)

  * debian/patches/18_disable_opengl_visibility.dpatch: regenerated so
    that it applies correctly for me

 -- Brian Nelson <pyro@debian.org>  Sun, 25 Jun 2006 11:42:57 -0700

qt4-x11 (4.1.3-2) unstable; urgency=high

  * patches/18_disable_opengl_visibility: disable -fvisibility-inlines-hidden
    for src/opengl/opengl.pro as it makes gcc ICE on alpha.
    (Closes: #368883)

  * urgency set to high so that qt4-x11 stops blocking half of unstable out of
    testing.

 -- Pierre Habouzit <madcoder@debian.org>  Mon,  5 Jun 2006 10:28:29 +0200

qt4-x11 (4.1.3-1) unstable; urgency=high

  * New upstream release

  * debian/patches/16_hppa_ldcw_fix.dpatch: new patch from Ubuntu to
    properly support hppa

  * debian/patches/17_alpha_ice.dpatch: new patch from Steve Langasek to
    fix FTBFS on alpha (Closes: #368883)
    (urgency set to high for that fix).

  * Dropped the .la files since they pull in too many unneeded
    dependencies (Closes: #360802)

  * debian/libqt4-debug.install: removed
    usr/lib/qt4/plugins/codecs/*_debug.so since those aren't included
    upstream anymore

  * Increased standards version to 3.7.2

 -- Brian Nelson <pyro@debian.org>  Sat,  3 Jun 2006 17:56:32 -0700

qt4-x11 (4.1.2-2) unstable; urgency=low

  * debian/libqt4-debug-dev.install, debian/libqt4-dev.install: added
    wildcards to install .a static libraries so that the libQtUiTools and
    libQtAssistantClient libraries are included (Closes: #358224, #355902)

 -- Brian Nelson <pyro@debian.org>  Sun, 14 May 2006 10:03:40 -0700

qt4-x11 (4.1.2-1) unstable; urgency=low

  * New upstream release

  * debian/control: removed dependencies on xlibs-static-dev and
    xlibs-static-pic to transition to building against modular X
    (Closes: #362262)

  * debian/control: changed x-dev dependencies to x11proto-core-dev, for
    modular X transition (Closes: #362053)

 -- Brian Nelson <pyro@debian.org>  Thu, 13 Apr 2006 10:35:28 -0700

qt4-x11 (4.1.1-1) unstable; urgency=low

  * New upstream release
    - Fixes the broken debug-and-release build and a load of resulting
      bugs (Closes: #337764, #337847, #341807, #338380, #354993, #347251)
    - debian/patches/15_alpha_ftbfs_fix.dpatch: removed, integrated upstream

  * debian/control: updated libqt4-debug-dev priority to match that of the
    override file

  * debian/libqt4-dev.links: added a symlink /usr/share/qt4/bin/rcc to
    /usr/bin/rcc (Closes: #349438)

  * debian/libqt4-gui.install: added libqmng.so and libqgif.so plugins
    (Closes: #354266)

 -- Brian Nelson <pyro@debian.org>  Mon,  6 Mar 2006 10:20:47 -0800

qt4-x11 (4.1.0-3) unstable; urgency=low

  * Moved *_debug.prl and *_debug.la support files to the libqt4-debug-dev
    package

  * Updated to debhelper v5 compatibility

  * debian/qt4-dev-tools.install: removed the /usr/share/qt4/templates
    entry, which no longer contains anything

  * Added gif support (Closes: #348092)

  * debian/patches/12_mips_atomic_ops.dpatch: applied fixes from Isaac
    Clerencia <isaac@debian.org>, as the last patch was not good enough to
    fix the FTBFS bug (Closes: #335831)

 -- Brian Nelson <pyro@debian.org>  Tue, 17 Jan 2006 09:49:11 -0800

qt4-x11 (4.1.0-2) unstable; urgency=low

  * debian/patches/12_mips_atomic_ops.dpatch: Updated patch to account for
    2 new functions, q_atomic_test_and_set_acquire_int and
    q_atomic_test_and_set_release_int, that were added in this release.
    This should again fix the build failures on mips. (Closes: #335831)

  * debian/patches/13_arm_ftbfs_fixes.dpatch: renamed, added a fix for the
    new build failure due to a poorly defined qreal (Closes: #347360)

  * debian/control: build against libmysqlclient15, and updated all
    dependencies to libmysqlclient15-dev (Closes: #346586)

  * debian/control: added explicit dependencies for libqt4-dev on the
    Source-Version packages libqt4-core, libqt4-gui, libqt4-sql, and
    libqt4-qt3support.  These dependencies were accidentally dropped in
    the last version.  Also removed some unneeded dependencies.

  * Split the *_debug.so symlinks out of libqt4-dev and into a separate
    libqt4-debug-dev package.  Made the libqt4-debug-dev package depend on
    the Source-Version of libqt4-debug.  This way, the symlinks won't be
    dangling if libqt4-debug isn't installed and prevents failed linking
    due to version mismatches.  (Closes: #346603, #346605)

  * Re-enabled sqlite3 support.  It's still statically linked, however,
    but that'll have to do because I really don't want to futz with the
    build system. (Closes: #330976)

  * Enabled sqlite2 support

  * debian/patches/15_alpha_ftbfs_fix.dpatch: new patch to rename
    q_atomic_test_and_set_release_ptr to q_atomic_test_and_set_ptr, as
    suggested by Isaac Clerencia <isaac@debian.org>, to fix a FTBFS on
    alpha. (Closes: #347353)

  * debian/patches/10_qmake_for_debian: renamed from
    10_qmake_use_qt4_tools, and updated to remove the "link_prl" from the
    default qmake CONFIG line.  This disables the recursive linkage
    against all indirectly-used libraries. (Closes: #343190)

 -- Brian Nelson <pyro@debian.org>  Tue, 10 Jan 2006 19:29:52 -0800

qt4-x11 (4.1.0-1) unstable; urgency=low

  * New upstream release
    - Fixes missing QBitArray operators (Closes: #341658)
    - Fixes qmake problem with including bad build path (Closes: #327359)
  
  * Added the new QTestLib unit testing framework to the libqt4-core
    package

  * Added the new QtSvg module to the libqt4-gui package

  * debian/patches/13_arm_gcc4.dpatch: new patch from Jeremy Laine to fix
    FTBFS on arm (Closes: #343176)

  * debian/patches/14_kfreebsd_build_fix.dpatch: new patch from Petr
    Salinger to fix FTBFS on GNU/kFreeBSD (Closes: #343191)

  * Split the qtconfig tool out of libqt4-gui and into a separate
    qt4-qtconfig package, due to its linkage against libqt4-qt3support and
    hence ridiculous dependency chain.

  * debian/rules: improved/cleaned up the clean target

 -- Brian Nelson <pyro@debian.org>  Wed,  4 Jan 2006 12:56:23 -0800

qt4-x11 (4.0.1-6) unstable; urgency=low

  * Added a target to automatically install lintian overrides, stolen from
    debian-qt-kde.mk

  * Added a bunch of lintian overrides for stuff that should be ignored

 -- Brian Nelson <pyro@debian.org>  Sat, 19 Nov 2005 01:17:03 -0800

qt4-x11 (4.0.1-5) unstable; urgency=low

  * debian/control: made libqt4-gui replace libqt4-core (<< 4.0.1-3), for
    the plugins move (Closes: #336492)

  * debian/control: removed the mention of a qt4-examples package that
    doesn't actually exist from the qt4-doc package description

  * debian/rules: remove all *.so files under
    examples/tools/plugandpaint/plugins/ in the clean target
    (Closes: #339674)

  * Removed the menu entry for designer-qt4 from qt4-dev-tools.menu, and
    added it to a new qt4-designer.menu

  * Added a tarball of the examples to qt4-doc (Closes: #336832)

 -- Brian Nelson <pyro@debian.org>  Fri, 18 Nov 2005 10:27:03 -0800

qt4-x11 (4.0.1-4) unstable; urgency=low

  * debian/control: changed qt4-designer's section to "devel"

  * Added a patch from Thiemo Seufer to fix the FTBFS on mips/mipsel
    (Closes: #335831)

 -- Brian Nelson <pyro@debian.org>  Wed, 26 Oct 2005 00:13:40 -0700

qt4-x11 (4.0.1-3) unstable; urgency=low

  * debian/libqt4-core.install: only install the non-debug codecs, since
    the debug ones pull in a gratuitous dependency on libqt4-debug
    (Closes: #328913)

  * debian/libqt4-debug.install: install the debug codecs here instead

  * debian/control: replaced obsolete xlibs-dev dependency with the
    required split packages (Closes: #329302)

  * Completely disabled SQLite support since it's too fubar in this
    version to be usable.  The build fails with SQLite2 support, and
    SQLite3 is only supported by linking staticly with a version
    distributed in the Qt source.  Meh.

  * Renamed libqt4-designer to qt4-designer, merged in the designer binary
    from qt4-dev-tools, and added a dependency on libqt4-dev
    (Closes: #330094)

  * Moved the plugins installed in libqt4-core to libqt4-gui, since they
    link against the GUI library.  Otherwise a circular libqt4-core <->
    libqt4-gui dependency results.

 -- Brian Nelson <pyro@debian.org>  Fri, 21 Oct 2005 00:28:53 -0700

qt4-x11 (4.0.1-2) unstable; urgency=low

  * debian/patches/10_qmake_use_qt4_tools.dpatch: new patch that modifies
    qmake.conf so that qmake generates Makefiles that use the -qt4 tools.
    This way, it can cope with systems that have alternatives set to use
    the -qt3 versions.
  
  * Increased the conflicting Qt3 package versions to <= 3.3.4-7, since
    the Qt3 packages still don't use the alternatives system as needed to
    coexist with Qt4.
  
  * debian/libqt4-core.install: added /usr/lib/qt4/plugins/codecs

  * debian/patches/11_launch_assistant-qt4: new patch that modifies the
    QAssistantClient class to launch Qt Assistant as "assistant-qt4" to
    cope with the alternatives system (Closes: #327294)

  * debian/control: Upgraded libqt4-dev's dependencies on the modules
    libqt4-sql and libqt4-qt3support from suggests to depends, and added
    libpq-dev and libmysqlclient14-dev | libmysqlclient-dev as
    dependencies.  These dependencies are apparently required to make
    building pkg-config-using packages happy. (Closes: #327618)

  * debian/control: corrected libqt4-sql to suggest libmysqlclient14-dev,
    not libmysqlclient12-dev which is deprecated

  * debian/copyright: updated FSF snailmail address

  * debian/libqt4-debug.install: removed the libqt3supportwidgets_debug.so
    designer plugin, since for some reason having this installed breaks
    designer (Closes: #325782)

 -- Brian Nelson <pyro@debian.org>  Mon, 12 Sep 2005 12:32:53 -0700

qt4-x11 (4.0.1-1) unstable; urgency=low

  * New upstream release

  * Install changes-4.0.1 as upstream changelog
  
  * debian/manpages/assistant-qt4.1: new manpage written from scratch
    based on the output of "assistant -help"

  * debian/manpages/designer-qt4.1, debian/manpages/linguist-qt4.1:
    manpages stolen from the Qt3 packages and trivially adapted for Qt4
    (Closes: #322403)

  * debian/manpages/moc-qt4.1: escape some '-' characters

  * debian/qt4-dev-tools.manpages: install the new assistant-qt4.1,
    designer-qt4.1, and linguist-qt4.1 manpages

  * debian/control: made qt4-dev-tools recommend qt4-doc, since assisant
    needs it to be useful (Closes: #323251)

  * Removed the FAQ from qt4-doc.docs, since it's no longer included in
    4.0.1, and was useless anyway

  * Build-depend on libmysqlclient14-dev since libmysqlclient12-dev is
    scheduled to be removed

  * debian/libqt4-dev.install: work around TT's broken "install" target in
    this release so that the pkgconfig files are installed in
    /usr/lib/pkgconfig instead of directly in /usr/lib.  Grrrr.

 -- Brian Nelson <pyro@debian.org>  Thu, 25 Aug 2005 19:28:35 -0700

qt4-x11 (4.0.0-3) unstable; urgency=low

  * debian/control: changed the xlibs-pic dependency to xlibs-static-pic
    for the X.org transition (Closes: #319586)

  * Added manpages for lrelease, lupdate, moc, qtconfig, and uic, stolen
    from the Qt3 upstream tarball, and wrote a manpage for qmake from
    scratch.  Since now manpages are included for all executables using
    the alternatives, the symlinks to them no longer dangle.
    (Closes: #319456)

  * debian/libqt4-core.install: added
    usr/lib/qt4/plugins/imageformats/libqjpeg.so to include the jpeg
    plugin (Closes: #321582)

  * debian/libqt4-debug.install: added the libqjpeg_debug.so plugin
  
  * debian/rules: don't hardcode the /usr/include/postgresql/8.0 path,
    instead of the output of `pg_config --includedir`, stolen from Qt3
    packages

  * debian/libqt4-gui.install: added the OpenGL module library so that it
    actually gets included in a package (Closes: #321874)

  * debian/control: updated the package descriptions to note that the
    Network and XML modules are included in the libqt4-core package, and
    the OpenGL module is included in the libqt4-gui package

 -- Brian Nelson <pyro@debian.org>  Mon,  8 Aug 2005 08:58:10 -0700

qt4-x11 (4.0.0-2) unstable; urgency=low

  * libqt4-dev: added /usr/bin/uic3 (Closes: #318451)

  * Transition to the new X.org packages:
    + (Build-)depend on libglu1-xorg-dev instead of xlibmesa-gl-dev
    + (Build-)depend on libxinerama-dev (Closes: #318682)

 -- Brian Nelson <pyro@debian.org>  Tue, 19 Jul 2005 21:28:19 -0700

qt4-x11 (4.0.0-1) unstable; urgency=low

  * Initial release (Closes: #306694)

 -- Brian Nelson <pyro@debian.org>  Tue,  5 Jul 2005 19:42:18 -0700