summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: acd5538e62391e0a36c078e93ffc3fc5eff69393 (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
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
kde4libs (4:4.12.3-1) experimental; urgency=medium

  * New upstream release.
  * Update symbols files.

 -- Maximiliano Curia <maxy@debian.org>  Tue, 04 Mar 2014 00:06:06 +0100

kde4libs (4:4.12.2-1) experimental; urgency=medium

  * New upstream release.
  * Confirm symbols.
  * Bump Standards-Version to 3.9.5, no changes needed.
  * Remove patch: fix_kptyprocesstest.diff
  * Refresh patches.
  * Update symbols files.

 -- Maximiliano Curia <maxy@debian.org>  Mon, 10 Feb 2014 11:32:25 +0100

kde4libs (4:4.11.5-1) unstable; urgency=low

  * New upstream release.
  * Update qt4_designer_plugins_path.diff, install qt4 plugins in ma
    paths.
  * New patch: kde4libs_interpret_qvarianttype_as_qmetatypetype.diff
  * Enable build failures on missing symbols.
  * Add autopkgtest.
  * New patch: debian_standardsdirtest.diff
  * New patch: kstringhandlertest_fix.diff
  * New patch: disable_bogus_test.diff
  * Update symbols.
  * New patch: fix_kptyprocesstest.diff
  * New patch: disable_bogus_tests

 -- Maximiliano Curia <maxy@debian.org>  Tue, 14 Jan 2014 21:44:47 -0300

kde4libs (4:4.11.3-2) unstable; urgency=low

  * New patch kfreebsd_acl.diff, to fix build in kfreebsd-*.
  * Refresh symbols files.
  * New patch cmake_compatibility.diff, install kdecmake.1.

 -- Maximiliano Curia <maxy@debian.org>  Fri, 08 Nov 2013 10:40:52 +0100

kde4libs (4:4.11.3-1) unstable; urgency=low

  * New upstream release.
  * Switch to udisks2 backend, thanks to Michael Biebl. (Closes: #718456)
  * Update symbols files.
  * Update build dependencies.

 -- Maximiliano Curia <maxy@debian.org>  Wed, 06 Nov 2013 11:50:02 +0100

kde4libs (4:4.11.2-1) experimental; urgency=low

  * New upstream release.

  [ Pino Toscano ]
  * Remove obsolete and outdated installgen.

  [ Maximiliano Curia ]
  * Merge with kde4libs (4:4.8.4-4) unstable; urgency=low.
    - Fix changelog typo. (Closes: #692398)
  * Remove fix-copying-of-files-with-extended-ACLs.patch (added in last
    merge), already applied upstream.
  * Refresh patches.
  * Update symbol files.
  * Add new header files.

 -- Maximiliano Curia <maxy@debian.org>  Wed, 02 Oct 2013 20:35:10 +0200

kde4libs (4:4.10.5-1) unstable; urgency=low

  * New upstream release. (Closes: #697074)
  * Update symbols and bump shared-desktop-ontologies b-d to 0.11.

 -- Maximiliano Curia <maxy@debian.org>  Thu, 11 Jul 2013 14:27:27 +0200

kde4libs (4:4.10.4-1) experimental; urgency=low

  * New upstream release.

  [ Pino Toscano ]
  * Fix typo in description of libkunitconversion4. (Closes: #705955)

  [ Maximiliano Curia ]
  * Bump debhelper build-dep/compat to 9.
  * Bump Standards-Version to 3.9.4.
  * Remove patch install_kcookiescfg.pl_with_exec_perms.diff.
  * Remove patch upstream_Remove-extra-sys-mount.h-include.patch.
  * Update symbols files to make lintian versions parser pass.
  * Update symbols, add new symbols:
    - libkdecore5.symbols
    - libktexteditor4.symbols
  * Use SSL/TLS certificates bundle from ca-certificates package, thanks to
    Thijs Kinkhorst <thijs@debian.org>. (Closes: #511597)
  * Avoid usage of HUpnp by config instead of Build-Conflicts.
  * Add myself to the Uploaders field.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Remove hal as libsolid4 dependency for non-linux archs, as it will get
    removed from Debian (Closes: #710198).

  [ Maximiliano Curia ]
  * Symbols update for libnepomuk4.
  * Update vcs fields.

 -- Maximiliano Curia <maxy@debian.org>  Thu, 13 Jun 2013 16:39:51 +0200

kde4libs (4:4.10.2-3) experimental; urgency=low

  * Ensure newer kde-runtime in dependencies.
  * Update uploaders.

 -- Sune Vuorela <sune@debian.org>  Mon, 22 Apr 2013 08:39:39 +0200

kde4libs (4:4.10.2-2) experimental; urgency=low

  [ Pino Toscano ]
  * Backport upstream commit a4dd84f42abea1ff9cdd15e156c63776c0bf854b to fix
    building on Hurd; patch upstream_Remove-extra-sys-mount.h-include.patch.
  * Make kdelibs-bin conflict with kdelibs4c2a, since now it provides
    kmailservice/ktelnetservice in /usr/bin. (Closes: #704669)
  * Extend patch kfreebsd_support.diff with the addition on GNU/kFreeBSD of the
    C-/CXX-/LD-FLAGS used on Linux and Hurd too.
  * Add patch kfreebsd_getmntent.diff to force the use of setmntent/getmntent
    on GNU/kFreeBSD.

 -- Sune Vuorela <sune@debian.org>  Mon, 08 Apr 2013 00:13:37 +0000

kde4libs (4:4.10.2-1) experimental; urgency=low

  * New upstream release.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Remove:
    - 01_upstream_nepomuk_fix_76e0376d7582cfe5b898c56bf3779ca2279dace8.diff
    - 02_upstream_nepomuk_fix_bde5aad1e9f7bfb6f8d5c60197797de4a315158d.diff
    - 03_upstream_powermanager_fix_05f1a19291af5c16745b76c3e0944c5b80ef5870.diff
    which were taken from upstream.
  * Refresh patches:
    - make_libkdeinit4_private.diff.
    - add_dlrestrictions_support.diff
  * Update symbols files with:
    - the build logs of the previous version.
    - the build log of the current version in amd64.
  * Add fix-copying-of-files-with-extended-ACLs.patch taken from upstream
    commit 73ea8cee7661579d3c414f510f6a74fc241c3ecf.

  [ José Manuel Santamaría Lema ]
  * Update patches:
    - add install_kcookiescfg.pl_with_exec_perms.diff.
    - drop fix-copying-of-files-with-extended-ACLs.patch, applied upstream.
    - drop python3-support-bytecode.patch, applied upstream.
    - drop findpythonlibrary_layout_deb_on_debian.diff, no longer needed. 
    - update make_libkdeinit4_private.diff.
    - refresh other patches to make them apply without any offset.
  * Bump libsoprano-dev build dependency to >= 2.7.56.
  * Add aspell to build dependencies, this is a workaround for a possible bug in
    the build system.
  * Explain in README.source why some optional missing build depends reported by
    cmake aren't in Build-Depends.
  * Add libhupnp-dev to Build-Conflicts.
  * Use wildcards in install files (in a way that an SONAME bump won't go
    unnoticed).
  * Update installed files.
  * Update symbols files.
  * Add lintian overrides for 'hardening-no-fortify-functions'.
  * Change section of kdoctools from libs to doc.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 01 Oct 2012 15:08:51 +0200

kde4libs (4:4.8.4-4) unstable; urgency=low

  * Backport an upstream patch to fix copying of files with extended ACLs.
  * The rebuild will get the package rebuilt with xz compression
    (Closes: #688766).
  * Add myself to Uploaders.
  * Confirm symbol files on more Debian arches.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 25 Oct 2012 18:11:08 -0300

kde4libs (4:4.8.4-3) unstable; urgency=low

  * Team upload.

  [ Matthias Klumpp ]
  * Backport upstream commit 05f1a19291af5c16745b76c3e0944c5b80ef5870
    to fix power management. (Make sure powermanager values are valid)

 -- Modestas Vainius <modax@debian.org>  Wed, 27 Jun 2012 22:41:42 +0300

kde4libs (4:4.8.4-2) unstable; urgency=low

  * Team upload.

  [ Modestas Vainius ]
  * Confirm symbol files on more Debian arches.

 -- Sune Vuorela <sune@debian.org>  Sun, 24 Jun 2012 18:23:08 +0200

kde4libs (4:4.8.4-1) experimental; urgency=low

  * New upstream release.

  [ Modestas Vainius ]
  * Update symbol files.

  [ José Manuel Santamaría Lema ]
  * Add watch file.
  * Update patches:
    - refresh python3-support-bytecode.patch
    - refresh various patches to make them apply without any offset.
  * Update symbols files.
  * Drop unused lintian override "dbg-package-missing-depends kdelibs5-dbg".

  [ Sune Vuorela ]
  * Pull patches from upstream to fix the nepomuk related crashes

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 27 May 2012 12:10:37 +0200

kde4libs (4:4.8.3-2) unstable; urgency=low

  * Team upload.
  * Update symbol files.

 -- Modestas Vainius <modax@debian.org>  Sat, 09 Jun 2012 15:38:38 +0300

kde4libs (4:4.8.3-1) experimental; urgency=low

  * New upstream release.
    - FindXine.cmake doesn't call xine-config anymore (Closes: #656914)
  * Team upload.

  [ Eshat Cakar ]
  * Add myself to uploaders.
  * Update installed files.
  * Update not-installed files.
  * Remove upstream_better-check-for-return-values-of-m_protocols.value.patch
    (applied upstream).

  [ José Manuel Santamaría Lema ]
  * Update symbols files.
  * Bump Standards-Version to 3.9.3, no changes needed.
  * Remove -DBUILD_libkactivities=OFF from the cmake parameters, no longer
    needed.

  [ Pino Toscano ]
  * libsolid4: suggest media-player-info on Linux archs.

  [ Modestas Vainius ]
  * Drop upstream_Add-missing-include.patch, stolen from upstream.
  * DEP-3'ize python3-support-bytecode.patch.
  * Strip Debian revision from symbol versions in symbol files.

 -- Modestas Vainius <modax@debian.org>  Sat, 26 May 2012 18:26:57 +0300

kde4libs (4:4.7.4-6) unstable; urgency=low

  * Team upload.

  [ Scott Kitterman ]
  * Confirm symbols files for all archs except amd64 and s390x
  * Add support to cmake/modules/PythonMacros.cmake for the environment
    variable $PYTHONDONTWRITEBYTECODE to work around the lack of support for
    Python 3 byte code compilation (Closes: #672552)
    - Added in debian/patches/python3-support-bytecode.patch
    - Thanks to Colin Watson for the patch

 -- Scott Kitterman <scott@kitterman.com>  Sat, 19 May 2012 15:36:15 -0400

kde4libs (4:4.7.4-5) unstable; urgency=low

  * Team upload.

  [ Pino Toscano ]
  * Make kdelibs5-dbg strictly depend on libkdecore5, to avoid a mismatch
    between the kdelibs debug symbols and at least one of the libraries.
  * Backport the upstream commit 01b0c1a8051f372e400d213ac125311c398e4b17 to fix
    the build with GCC 4.7; patch upstream_Add-missing-include.patch.
  * Bump Standards-Version to 3.9.3, no changes required.

  [ Modestas Vainius ]
  * Add temporary Build-Conflicts against libqtwebkit-dev << 2.2.1.
  * Update symbol files for gcc 4.7.

 -- Modestas Vainius <modax@debian.org>  Sun, 13 May 2012 00:20:58 +0300

kde4libs (4:4.7.4-4) unstable; urgency=low

  * Team upload.
  * Backport the upstream commit d1edc0f038818a073488f6a1822cfb01d43d67e4 to fix
    a crash in KIO in some situations, like with proxies with kmail or akonadi
    (patch upstream_better-check-for-return-values-of-m_protocols.value.patch).
    (Closes: #663528)

 -- Pino Toscano <pino@debian.org>  Mon, 12 Mar 2012 20:45:47 +0100

kde4libs (4:4.7.4-3) unstable; urgency=low

  * Team upload.
  * Do not export libkactivities library targets in the cmake configuration
    of kdelibs. Also do not install libkactivities's headers.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Mon, 05 Mar 2012 14:32:02 +0100

kde4libs (4:4.7.4-2) unstable; urgency=low

  * Upload to unstable.

  [ José Manuel Santamaría Lema ]
  * Confirm symbols files on all architectures.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 22 Dec 2011 22:33:37 +0100

kde4libs (4:4.7.4-1) experimental; urgency=low

  * New upstream release.

  [ José Manuel Santamaría Lema ]
  * Update patches:
    - Remove nepomuk_unicode.diff, applied upstream.
    - Refreshed other patches to make them apply without offsets.
  * Update installed files.
  * Confirm symbol files on more architectures with the 4.7.2 build logs.
  * Update symbols files for 4.7.4.

  [ Pino Toscano ]
  * Make kdelibs5-plugins depend on katepart, to make it "provide" it as it
    happened in << 4.7.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 17 Dec 2011 22:22:02 +0100

kde4libs (4:4.7.2-2) experimental; urgency=low

  [ Pino Toscano ]
  * Add patch glibc_filesystem.diff to fix the kdecore compilation on kFreeBSD.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 03 Dec 2011 10:43:11 -0300

kde4libs (4:4.7.2-1) experimental; urgency=low

  * New upstream release:
    - fixes crash in the character selector widget. (Closes: #601894)

  [ José Manuel Santamaría Lema ]
  * Update patches:
    - Add nepomuk_unicode.diff.
    - Remove kded4_deadlock.patch, applied upstream.
    - Update kfreebsd_support.diff.
    - Refreshed other patches to make them apply without offsets.
  * Bump shared-desktop-ontologies build depend to 0.6.50.
  * Replace libpng-dev build depend with libpng12-dev to avoid accidental builds
    against libpng packages in experimental.
  * Update installed files.
  * Remove package libkatepartinterfaces4.
  * Add package libkdeclarative5.
  * Update symbols files.
  * Manage kdebase-runtime -> kde-runtime renaming:
    - libkdecore and libkdeui symbols files pull kde-runtime instead of
      kdebase-runtime.
    - Update libkdecore and libkdeui lintian overrides.
    - kdelibs5-plugins recommends kde-runtime instead of kdebase-runtime.
    - Exclude kde-runtime (instead of kdebase-runtime) from dh_shlibdeps
      results.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 30 Nov 2011 18:09:30 +0100

kde4libs (4:4.6.5-2) unstable; urgency=low

  [ José Manuel Santamaría Lema ]
  * Add kded4_deadlock.patch to prevent a deadlock triggered sometimes
    in kded4. (Closes: #621358)

  [ Modestas Vainius ]
  * Confirm symbol files on all arches.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 19 Jul 2011 23:27:45 +0300

kde4libs (4:4.6.5-1) unstable; urgency=low

  * New upstream release.

  [ Modestas Vainius ]
  * Fix findpythonlibrary_layout_deb_on_debian.diff patch to set
    PYTHON_SITE_PACKAGES_INSTALL_DIR properly as well.

  [ José Manuel Santamaría Lema ]
  * Update symbols files.

  [ Pino Toscano ]
  * Switch to my @debian.org address, I'm a DD now.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 18 Jul 2011 21:53:52 +0300

kde4libs (4:4.6.4-1) unstable; urgency=low

  * New upstream release:
    - fixes crash in KIconEngine (Closes: #628483)

  [ Modestas Vainius ]
  * FindPythonLibrary.cmake: if build type is Debian, pass --layout=deb to
    FindLibPython.py (patch findpythonlibrary_layout_deb_on_debian.diff).
  * Merge 4:4.4.5-2+squeeze2:
    - add ktar_header_checksum_fix.diff and adapt to upstream changes;
    - add ktar_longlink_length_in_bytes.diff and adapt to upstream changes.

  [ José Manuel Santamaría Lema ]
  * Remove upstream_fix_job-on-hold_reuse_logic.diff, applied upstream.
  * Update symbols files.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 23 Jun 2011 13:04:16 +0300

kde4libs (4:4.6.3-3) unstable; urgency=low

  [ Pino Toscano ]
  * Move kdeui.upd to kdelibs5-plugins, and make it break/replace
    kdelibs5-data << 4:4.6.3-3~. (Closes: #629188)

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 04 Jun 2011 22:18:48 +0300

kde4libs (4:4.6.3-2) unstable; urgency=low

  [ Felix Geyer ]
  * Drop duplicate build-dependency on libenchant-dev.
  * kdelibs5-plugins breaks/replaces kdelibs5-dev as the Qt Designer plugins
    have been moved there.

  [ Pino Toscano ]
  * Drop the go.xml kate syntax highlighting, as kate-syntax-go will provide
    it. (Closes: #628161)
  * hurd_support.diff: do not turn the linker warnings as errors.

  [ Modestas Vainius ]
  * Confirm symbol files on all Debian arches.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 30 May 2011 17:31:10 +0300

kde4libs (4:4.6.3-1) unstable; urgency=low

  * New upstream release.

  [ Modestas Vainius ]
  * Confirm symbol files on more debian arches.
  * Merge 4:4.4.5-4 and 4:4.4.5-5:
    - drop cve_2011_1168_konqueror_xss.diff, cve_2010_3170_cn_wildcards.diff,
      cve_2011_1094_ssl_verify_hostname.diff - merged upstream;
    - drop 32_missing_include_cstddef.diff - merged upstream;
    - drop qdbus_exports_changed.diff - fixed upstream.
  * libsolid4 4.6 Breaks kde-config-tablet (<< 1.2.5) making it crash kdeinit4.
    See #624432 for more information.
  * Break kdevelop (<< 4:4.2) in kdelibs5-plugins. Prior kdevelop versions do
    not work due to removed kate interfaces in 4.6. (Closes: #625937)
  * Add DLRestrictions library checking to the plugin loader and other helper
    utils to ease DLRestrictions support in other KDE packages which ship
    shared libraries (patch add_dlrestrictions_support.diff).

  [ José Manuel Santamaría Lema ]
  * Update symbols files.
  * Bump S-V to 3.9.2; no changes needed.

  [ Pino Toscano ]
  * Move the libxml2-utils dependency from kdelibs-bin to kdoctools (as xmllint
    is invoked by meinproc4).
  * Backport the upstream commit 92db24adfa941003db1d885df01157056617f30b to fix
    double-POST regression (patch upstream_fix_job-on-hold_reuse_logic.diff).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 26 May 2011 02:55:23 +0300

kde4libs (4:4.6.2-1) experimental; urgency=low

  * New upstream release:
    - fixes VHDL syntax highlighting with large files (Closes: #533727)
    - fixes "Common Lisp" being categorized as "script" instead of "source"
      for syntax highlighting (Closes: #486342)
    - replaces "<qt>" tags with "<html>" tags in desktop notifications
      (Closes: #580229)
    - fixes strigi using 100% cpu load when suspended (Closes: #585117)
    - fixes QPainter error message flood in khtml (Closes: #598975)
    - kio_ftp can copy 0 bytes (empty) files (Closes: #550121)
    - kio_ftp supports FTP URL typecodes (Closes: #277792)
    - fix printing of a HTML file with KHTML (Closes: #415559)
  * Update installed files.
  * Update symbol files.
  * Refresh patches.

  [ Modestas Vainius ]
  * Bump Standards-Version to 3.9.1: add Breaks next to Replaces where needed.
  * Switch debian/rules engine to dhmk based qt-kde-team/2/*.
  * Drop kdelibs5 transitional package.
  * Remove sequence numbers from debian/patches.
  * Drop kaboom support, no longer needed.
  * Remove ~/.kde4 -> ~/.kde transition templates, no longer needed.
  * Set ENABLE_LIBKDEINIT_RUNPATH to ON if build type is Debian
    (patch make_libkdeinit4_private.diff altered).
  * Require pkg-kde-tools 0.12 due to ENABLE_LIBKDEINIT_RUNPATH change above.
  * Pass required kdelibs cmake flags to dh_auto_configure.
    qt-kde-team/2/debian-qt-kde.mk no longer passes them implicitly.
  * Remove a deprecated link to the BSD license from debian/copyright.
  * Drop redundant kjscmd from kdelibs5-data Conflicts.
  * Do not use asterisk in kdelibs5-data.NEWS.

  [ George Kiagiadakis ]
  * Change my email address in uploaders.
  * Adjust build dependencies:
    - Bump required cmake version to 2.6.4.
    - Add build dependencies on:
      - libdbusmenu-qt-dev
      - docbook-xml
      - docbook-xsl
      - libxrender-dev
      - libkrb5-dev
    - Remove unused build dependencies:
      - libcups2-dev
      - libdbus-1-dev
      - libasound2-dev
      - libkeyutils-dev
      - xsltproc
      - libxcursor-dev
      - libxtst-dev
  * Add packages for the new libararies: libkatepartinterfaces4,
    libkcmutils4, libkidletime4, libkemoticons4, libkprintutils4.
  * Add symbol files for the new libraries.
  * Remove libkutils4.symbols as kutils is now a dummy
    transitional library with no symbols.
  * Add docbook-xml dependency on the kdoctools package,
    as it is required for building all of kde's documentation.
  * Bump kdebase-runtime Breaks/Recommends to version 4.6.

  [ Didier Raboud ]
  * Adjust build-dependencies:
    - Bump required:
      - Qt to 4:4.7.0.
      - libattica to 0.1.90.
      - soprano to 2.5.60.
      - polkit-qt-1 to 0.99.0.
      - shared-desktop-ontologies to 0.5.
    - Add build dependencies on:
      - libudev-dev
      - libqtwebkit-dev
  * Add libnepomukutils4 package.

  [ Pino Toscano ]
  * Make libknewstuff2-4 and libknewstuff3-4 recommend gnupg, as they can use
    `gpg' for checking validity and signatures of downloaded content.
  * Add docbook-xsl dependency on the kdoctools package, for same reason as
    docbook-xml.
  * Improve Depends and Recommends of libsolid:
    - Linux archs: depend on udev, and recommend udisks and upower
    - non-Linux archs: depend on hal
  * Drop patch 28_find_old_kde4_html_documentation.diff, which was temporary
    for migration to Squeeze.

  [ José Manuel Santamaría Lema ]
  * Disable 23_solid_no_double_build.diff, produces FTBFS.
  * kdelibs5-data breaks/replaces kdebase-runtime-data (<< 4:4.5.85).
  * Moved Qt Designer plugins to kdelibs5-plugins, they could be used by plasma
    js bindings to dynamically create ui files. Thanks to Pino Toscano for
    pointing the problem.
  * Drop pre-squeeze Replaces/Breaks whenever possible.
  * Update lintian overrides.
  * Remove articles from short descriptions.
  * Add myself to Uploaders.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 27 Apr 2011 12:23:37 +0300

kde4libs (4:4.4.5-5) unstable; urgency=low

  * Team Upload
  * Add missing include <cstddef> to kjs/collector.h (Closes: #625625)
    32_missing_include_cstddef.diff

 -- Scott Kitterman <scott@kitterman.com>  Wed, 04 May 2011 13:52:13 -0400

kde4libs (4:4.4.5-4) unstable; urgency=low

  [ Sune Vuorela ]
  * Fix build failures
    - QDBUS_EXPORT => Q_DBUS_EXPORT (Closes: #618111)
    - libqtwebkit-dev build-dep

  [ José Manuel Santamaría Lema ]
  * Fix CVE-2011-1168 (Konqueror partially universal XSS in error pages) by
    cve_2011_1168_konqueror_xss.diff.
  * Fix CVE-2010-3170 (browser wildcard cerficate validation weakness) for
    Konqueror by cve_2010_3170_cn_wildcards.diff.
  * Fix CVE-2011-1094 (kdelibs does not properly verify that the server hostname
    matches the Common Name of the Subject of an X.509 certificate if that CN is
    an IP address) by cve_2011_1094_ssl_verify_hostname.diff.

 -- Sune Vuorela <sune@debian.org>  Tue, 15 Mar 2011 23:05:06 +0100

kde4libs (4:4.4.5-3) unstable; urgency=high

  * Add a kconf_update script (migrate_from_kde3_icon_theme) to migrate away
    from old KDE 3 icon themes which are KDE 4 incompatible (e.g. crystalsvg).
    (Closes: #588374)
  * Urgency=high, the fix is solely targeted at fixing lenny->squeeze upgrades
    though it might not get there in time.

 -- Modestas Vainius <modax@debian.org>  Sun, 23 Jan 2011 00:36:28 +0200

kde4libs (4:4.4.5-2+squeeze3) stable; urgency=low

  [ Ansgar Burchardt ]
  * Apply upstream patch to prevent marked text being cut out when switching
    documents in kate. (Closes: #636615)
    + new patch: 636615-ibus.diff

 -- Modestas Vainius <modax@debian.org>  Sun, 04 Sep 2011 09:28:50 +0300

kde4libs (4:4.4.5-2+squeeze2) stable; urgency=low

  [ José Manuel Santamaría Lema ]
  * Fix CVE-2011-1168 (Konqueror partially universal XSS in error pages) by
    cve_2011_1168_konqueror_xss.diff.
  * Fix CVE-2010-3170 (browser wildcard cerficate validation weakness) for
    Konqueror by cve_2010_3170_cn_wildcards.diff.
  * Fix CVE-2011-1094 (kdelibs does not properly verify that the server hostname
    matches the Common Name of the Subject of an X.509 certificate if that CN is
    an IP address) by cve_2011_1094_ssl_verify_hostname.diff.

  [ Modestas Vainius ]
  * KTar: use unsigned arithmetic when calculating checksum of tar header record
    (as per ustar specification). However, when reading archive, verify
    checksum by calculating it both ways (unsigned and signed) and accept if
    either matches (partially solves #612675). Implemented in
    ktar_header_checksum_fix.diff patch.
  * Fix KTar longlink support when filenames are encoded in the UTF-8 (or other
    multibyte) locale. Implemented in ktar_longlink_length_in_bytes.diff patch
    (thanks to Ibragimov Rinat). Closes: #612675

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 14 Jun 2011 00:13:57 +0300

kde4libs (4:4.4.5-2+squeeze1) stable-proposed-updates; urgency=low

  * Add a kconf_update script (migrate_from_kde3_icon_theme) to migrate away
    from old KDE 3 icon themes which are KDE 4 incompatible (e.g. crystalsvg).
    (Closes: #588374)

 -- Modestas Vainius <modax@debian.org>  Sat, 12 Feb 2011 21:14:55 +0200

kde4libs (4:4.4.5-2) unstable; urgency=low

  * Point debian/control Vcs fields to the new Git repository.
  * kdelibs5-data should break/replace kdelibs-data 4:3.5.10.dfsg.1-4 as well.
    That version still has the same files as kdelibs5-data.

 -- Modestas Vainius <modax@debian.org>  Fri, 26 Nov 2010 21:46:06 +0200

kde4libs (4:4.4.5-1) unstable; urgency=low

  [ Modestas Vainius ]
  * New upstream release.
  * Bump KPluginLoader and libplasma3 symbol versions to 4:4.4.4-2~.

  [ Sune Vuorela ]
  * mkstemps is now provided by libc, stop providing it in kdecore as
    well
  * Update email address.
  * Add vietnamese debconf translations. Thanks to Clytie Siddall.
    (Closes: 576144)

 -- Sune Vuorela <sune@debian.org>  Sat, 17 Jul 2010 22:41:52 +0200

kde4libs (4:4.4.4-2) unstable; urgency=high

  * Improve 10_make_libkdeinit4_private.diff patch:
    - fix kpluginloader.cpp:findLibraryInternal() to find moved libkdeinit4_*s.
      This should reenable kxkb flag in lock dialog (Closes: #584870);
    - set R(UN)PATH for kdeinit executables only when LIBKDEINIT_INSTALL_DIR is
      not in implicit link directory list;
    - extend absolute exe path resolution to libkdeinit4_*s in the kdeinit4
      daemon.
  * Replace 09_disable_usr_lib_install_rpath.diff with a less extreme version
    of the patch from kde4libs trunk which should keep support for
    custom prefix builds (Closes: #586512).
  * Relax KDE version check when loading plugins. This enables plugins compiled
    against newer kde4libs to work with older kde4libs at runtime as well
    (Closes: #585792). The patch covers KPluginLoader and plasmoids.
  * Urgency=high to get this into testing before 4.4.5 (see #585792).

 -- Modestas Vainius <modax@debian.org>  Wed, 23 Jun 2010 00:27:20 +0300

kde4libs (4:4.4.4-1) unstable; urgency=low

  * New upstream release.

  [ Modestas Vainius ]
  * Drop pkg-kde-tools from kdelibs5-dev Depends. Add it as versioned Breaks
    instead.
  * Bump pkg-kde-tools build dependency to (>= 0.9) for HTML_INSTALL_DIR
    switch and 3.0 (quilt) source format support.
  * Switch to 3.0 (quilt) source package format and original tar.bz2
    tarballs.
  * Add debian/NEWS about HTML_INSTALL_DIR switch and pkg-kde-tools drop from
    kdelibs5-dev Depends.
  * Replace usr/share/doc/kde4 references with usr/share/doc/kde.
  * Rename 28_find_kde3_html_documentation.diff to
    28_find_old_kde4_html_documentation.diff and modify it to look in the
    /usr/share/doc/kde4/HTML (old HTML_INSTALL_DIR default).
  * Drop quilt from Build-Depends, no longer needed for 3.0 (quilt).
  * Drop patch system stuff from debian/README.source. Patch support is part of
    source format now.
  * Drop 00_4.4.3_final_tarball.diff patch, it was stolen from upstream.
  * Add 30_kfileshare_kdesu_fileshareset.diff patch to run libexec/fileshareset
    with kdesu rather than expect it (perl script) to be suid root.

  [ Pino Toscano ]
  * Fix typo in description of kdelibs-bin. (Closes: #582433)

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 01 Jun 2010 01:15:11 +0300

kde4libs (4:4.4.3-2) unstable; urgency=medium

  [ Modestas Vainius ]
  * Confirm symbol files for 4.4.3 on all arches except alpha.
  * Restore kdelibs5-dev installability with libkwebkit-dev (>= 0.9svn1123738).
  * Bring our 4.4.3 up-to-date with final upstream 4.4.3 tarball
    (patch 00_4.4.3_final_tarball.diff).
  * Urgency=medium as this upload is needed to get kdenetwork with security
    fix in.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 16 May 2010 22:30:03 +0300

kde4libs (4:4.4.3-1) unstable; urgency=low

  * New upstream release.

  [ Kai Wasserbäch ]
  * Update German Debconf translation. Thanks to Holger Wansing and Helge
    Kreutzmann. (Closes: #574015)

  [ Modestas Vainius ]
  * Update symbol files for 4.4.2 on hurd-i386 ia64 kfreebsd-amd64
    kfreebsd-i386 mips powerpc s390 sparc.
  * Release KDE SC 4.4.3 to unstable.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 01 May 2010 23:37:53 +0300

kde4libs (4:4.4.2-1) experimental; urgency=low

  * New upstream release.

  [ Modestas Vainius ]
  * Update patches:
    - drop 26_fixmanpage.diff - fixed upstream;
    - drop 30_fix_attica_includes.diff - merged upstream;
    - refresh other patches.
  * Update install files.
  * Move misplaced org.kde.kcontrol.kcmremotewidgets.service from kdelibs5-dev
    to kdelibs5-data, add appropriate replaces.
  * Update symbol files.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 05 Apr 2010 16:21:09 +0300

kde4libs (4:4.4.1-1) experimental; urgency=low

  * New upstream release:
    - kio_http_cache_cleaner does not causes trashing anymore.
      (Closes: #401561)
    - "three stars" password line edits should work again. (Closes: #550866)
    - fixes crash on triple click in the katepart. (Closes: #564085)
    - Kate part now preserves highlighting mode on document reload.
      (Closes: #523477)

  [ Modestas Vainius ]
  * Change my email address to modax@debian.org in Uploaders field.
  * Fix Vcs-Browser URL.
  * Drop obsolete presubj.
  * Do not export libQtUiTools.a symbols in kjsembed library
    (25_ld_exclude_libs_qtuitools.diff).
  * Build depend on pkg-kde-tools 0.6.4 which:
    - enables LIBKDEINIT_INSTALL_DIR=/usr/lib/kde4/libkdeinit and
      ENABLE_LIBKDEINIT_RUNPATH by default;
    - has dh_movelibkdeinit which actually moves libkdeinit4_*.so to the
      private directory;
    - is capable of generating strict local library interdependencies by
      stealing debian/shlibs.local generation code from qt4-x11;
    - is capable of generating ${allLibraries} and ${kde43Libraries} substs.
  * Implement a framework for moving libkdeinit4_*.so to the private directory:
    (patch 10_make_libkdeinit4_private.diff).
  * Split kdelibs5 into separate library packages:
    - each public library gets its own package with a few exceptions;
    - remaining stuff moved from kdelibs5 to kdelibs5-plugins;
    - individual libraries no longer depend on kdelibs-bin, but
      kdelibs5-plugins does (Closes: #530522).
    - new kdoctools binary package with files installed from kdoctools/
      directory in the source tree;
    - add package splitting rules to README.source;
  * Add control substs ${allLibraryPackages} and ${kde43LibraryPackages}
    for use in kdelibs5-{dev,dbg} and kdelibs5 metapackage despectively.
  * Add ${perl:Depends} to Depends of kdelibs5-plugins, kdelibs5-data and
    kdoctools.
  * Do not set RPATH to /usr/lib by default (patch
    09_disable_usr_lib_install_rpath.diff) (Closes: #564146). Disallowed on
    Debian.
  * Fix version in kdelibs5-data.NEWS (thanks to lintian).
  * Move "unsafe upgrade from KDE << 4.2.2" templates and handling to the
    kdelibs5-data package since kdelibs5 has become a metapackage and might be
    autoremoved during upgrade.
  * Add Breaks kdelibs5-data (<< 4:4.2.2) to kdelibs5, kdelibs5-plugins and
    libkdecore5 in order to force apt/aptitude/dpkg to unpack kdelibs5-data
    before them. kdelibs5-data is a lightweight package dependency wise.
  * Clean up lintian-overrides and add a couple of new ones.
  * Make /usr/share/kde4/apps/kconf_update/ksslcertificatemanager.upd.sh
    from kdelibs5-data executable.
  * Drop obsolete libplasma-dev provides from kdelibs5-dev.
  * Move kdewidgets.so and kde3supportwidgets.so to kdelibs5-dev.
  * Make kdelibs5-dev conflict with libkwebkit-dev.
  * Add symbol files for all public libraries (based on 4:4.3.4 where
    possible).
  * Inject unversioned kdebase-runtime dependency via a couple of libkdecore5
    and libkdeui5 symbols, which will be used by applications but typically not
    by libraries:
    - KCmdLineArgs in libkdecore5:
      - KCmdLineArgs::addCmdLineOptions();
      - KCmdLineArgs::addStdCmdLineOptions();
      - KCmdLineArgs::init() overloads;
    - KApplication in libkdeui5:
      - Constructors and destructors;
    - KUniqueApplication in libkdeui5:
      - Constructors and destructors;
  * Unversion kdebase-runtime injection via libkdecore5 shlibs.
  * Make libkdecore5 break kdebase-runtime (<< 4:4.4).
  * Move manual pages to the packages with their respective binaries.
  * Make kdelibs5-dbg replace kdebase-workspace-dbg (<< 4:4.4.0).
  * Move cmake from kdelibs5-dev Depends to Breaks.
  * Bump libphonon-dev in Build-Depends to 4:4.6.0really4.3.80.
  * Bump build dependency on dpkg-dev to 1.15.5.
  * Ship all_languages in kdelibs5-data (Closes: #556264).

  [ Kai Wasserbäch ]
  * debian/patches:
    - Drop backported patches:
      + 00_1034808_4.4_backport_rtldglobal.diff
    - Refresh and rework patches:
      + 08_add_debian_build_type.diff
      + 11_default_kde4_xdg_menu_prefix.diff
      + 14_hardcode_ptm_device.diff
      + 15_kfreebsd_support.diff
      + 17_findservicebydesktoppath_try_realfilepath.diff
      + 19_findqt4_optional_x11_pthread.diff
      + 20_use_dejavu_as_default_font.diff
      + 23_solid_no_double_build.diff
      + 25_ld_exclude_libs_qtuitools.diff
  * debian/control:
    - Add Build-Depends on libattica-dev, shared-desktop-ontologies,
      libpolkit-qt-1-dev, libxss-dev and libqca2-dev.
    - Bump Build-Depends for Qt to >= 4.6.0.
    - Bump Build-Depends for Phonon to >= 4.4.0.
    - Bump Build-Depends for libsoprano-dev to >= 2.4.0.1-2~.
    - Bump Standards-Version to 3.8.4, no further changes needed.
  * debian/kdelibs5-data.install: Update.

  [ George Kiagiadakis ]
  * Bump kdebase-runtime recommends to >= 4.4.
  * Add new packages for the new libraries shipped:
    libkdewebkit5, libknewstuff3-4, libkunitconversion4, libnepomukquery4a.
  * Add replaces: kdelibs5-dev replaces kdebase-workspace-dev << 4:4.4.0
    because the libnepomukquery headers were moved.

  [ Karl Ferdinand Ebert ]
  * update German translation.

  [ Pino Toscano ]
  * Add patch 29_hurd_support.diff to hopefully fix (even if not in the most
    elegant way) the compilation on GNU/Hurd.
  * Replace unused libtiff4-dev build-depend with zlib1g-dev and libjpeg-dev.
  * Update patch 13_qt4_designer_plugins_path.diff to fix the installation path
    of the kde3supportwidgets.so designer plugin.
  * Set the minimum version (either for build and runtime) of shared-mime-info
    to 0.30, as also upstream requires.

  [ Sune Vuorela ]
  * Add patch to change a include to a forward declaration to avoid exposing
    attica-headers to the world. Note that this makes us slightly source
    incompatible with the rest of the world, but actually it just exposes
    missing includes in other places.

  [ Ferdinand Thommes ]
  * Added missing copyrightholders to the respective sections.
  * Added new sections for kdewebkit and kunitconversion.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 11 Mar 2010 12:40:06 +0200

kde4libs (4:4.3.4-3) unstable; urgency=medium

  * Add -ffunction-sections to C(XX)FLAGS on ia64 in order to fix FTBFS.

 -- Modestas Vainius <modax@debian.org>  Fri, 19 Feb 2010 09:44:22 -0700

kde4libs (4:4.3.4-2) unstable; urgency=emergency

  * Fix libplasma3 symbols file (Closes: #570041).
  * Pass CMAKE_SKIP_RPATH=ON to cmake.
  * Urgency=emergency - needed for transition.

 -- Modestas Vainius <modax@debian.org>  Thu, 18 Feb 2010 15:19:16 +0200

kde4libs (4:4.3.4-1) unstable; urgency=low

  * New upstream release.
    - includes proper fixes for khtml show hide issue. (Closes: 553288)

  +++ Changes by George Kiagiadakis:

  * Add patch to make konsole work on GNU/kFreeBSD.

  +++ Changes by Xavier Vello:

  * Add patch to find KDE3 documentation on khelpcenter4

  +++ Changes by Modestas Vainius:

  * Update debian/patches:
    - 01_r1032787_khtml_show_hide_fix - remove, taken from upstream;
    - 02_r1032185_threading_issues_in_klocale - remove, taken from upstream;
    - 08_add_debian_build_type - refresh, offsets adjusted;
    - 14_hardcode_ptm_device - refresh, offsets adjusted;
    - 15_kfreebsd_support - refresh, offsets adjusted;
    - 20_use_dejavu_as_default_font - refresh, offsets adjusted;
  * Update libplasma3 symbols file.
  * Update install files.
  * Remove obsolete information from README.Debian. Add notes
    for people upgrading from Lenny to Squeeze regarding KDEHOME change.
  * Backport a patch from KDE 4.4 to make it possible to use kstyle plugins
    with RTLD_GLOBAL. Unbreaks openoffice.org (Closes: #550905) (patch
    00_1034808_4.4_backport_rtldglobal.diff, kde4libs part).

  +++ Changes by Pino Toscano:

  * Add liblzma-dev build-depend to add XZ support in kdecore.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Remove myself from Uploaders.

  +++ Changes by Christian Perrier:

  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. Closes: #553451

  [Debconf translation updates]
  * Swedish (Martin Ågren).  Closes: #554453
  * Basque (Piarres Beobide).  Closes: #554560
  * Galician (Marce Villarino).  Closes: #555454
  * Bokmål, Norwegian (Bjørn Steensrud).  Closes: #555654
  * Czech (Tomas Fidler).  Closes: #555983
  * Italian (Vincenzo Campanella).  Closes: #556039
  * Spanish (Francisco Javier Cuadrado).  Closes: #556447
  * Russian (Yuri Kozlov).  Closes: #556547
  * Finnish (Esko Arajärvi).  Closes: #556795
  * Portuguese (Pedro Ribeiro).  Closes: #556848
  * Japanese (Hideki Yamane (Debian-JP)).  Closes: #557095

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 09 Dec 2009 00:24:08 +0200

kde4libs (4:4.3.2-2) unstable; urgency=low

  +++ Changes by Sune Vuorela:

  * Fix default monospace font name. Thanks Andrea Iacovitti. Closes: #549308.
  * Add patch from upstream to fix handling of deletion in khtml.
  * Add patch from upstream to fix a threading issue in klocale.

 -- Sune Vuorela <debian@pusling.com>  Sat, 10 Oct 2009 21:58:43 +0200

kde4libs (4:4.3.2-1) unstable; urgency=low

  * New upstream release.

  +++ Changes by Karl Ferdinand Ebert:

  * Modify kdelibs5.templates to conform partially with lintian complaints.
  * Add po-debconf and a first german translation.
  * Change UNRELEASED to experimental in kdelibs5-data.NEWS.
  * Add 26_fixmanpage.diff to adjust line break in FindBlitz.cmake.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 06 Oct 2009 14:59:23 +0200

kde4libs (4:4.3.1-1) unstable; urgency=low

  * New upstream release.

  +++ Changes by Fathi Boudra:

  * Add libutempter-dev build dependency. Used by kpty.

  +++ Changes by Modestas Vainius:

  * Remove 01_r1012564.diff patch, merged upstream.
  * Refresh patches.
  * Update kdelibs5-data.install.
  * Update libplasma3.symbols.in.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 29 Aug 2009 10:28:49 +0300

kde4libs (4:4.3.0-2) unstable; urgency=medium

  * Add patch: 01_r1012564.diff: Fixes a data loss with KIO.
  * Bump Standards-Version to 3.8.3 - no changes needed.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sat, 22 Aug 2009 13:32:44 +0200

kde4libs (4:4.3.0-1) unstable; urgency=low

  * New upstream release.
    - Disables kmail debug output by default (Closes: #537331).

  +++ Changes by Modestas Vainius:

  * Drop 09_disable_debug_messages_if_not_explicitly_enabled.diff patch - no
    longer needed.
  * Bump soprano build depends to 2.3.0.
  * New build dependencies:
    - flex - needed to build the Solid predicate parser;
    - bison - needed to build the Solid predicate parser.
  * Bump Standards-Version to 3.8.2 - no changes needed.
  * Update install files.
  * Update plasma symbols file, port it to dpkg-dev 1.15.3 compatible format
    and add build depend on dpkg-dev >= 1.15.3.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 04 Aug 2009 09:15:47 +0200

kde4libs (4:4.2.96-1) experimental; urgency=low

  * New upstream release candidate 2.

  +++ Changes by George Kiagiadakis:

  * Refresh patches.
  * Bump build dependency on Qt4 to version 4.5.1.
  * Bump build dependency on automoc to version 1.0~version-0.9.88.
  * Bump build dependency on soprano to version 2.1.68.
  * Remove patch 24_runtime_qt45_locale_initialization.diff as
    we now build-depend on Qt 4.5.
  * Update installed files.
  * Add myself to uploaders.
  * Update replaces: kdelibs-dev replaces kdebase-runtime-data (<< 4.2.90).
  * Update RUNTIME_DEPS variable in debian/rules to point to
    kdebase-runtime (>= 4.2.95).
  * Update recommends: kdelibs5 recommends kdebase-runtime (>= 4.2.95).
  * Add replaces: kdelibs5-dev replaces kdebase-workspace-dev (<< 4.2.90)
    because a cmake file (create_exe_symlink.cmake) was moved.
  * Update lintian overrides.

  +++ Changes by Sune Vuorela:

  * Make kdelibs break kdebase-workspace-bin.
  * Insntall files

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 26 Jun 2009 14:58:06 +0300

kde4libs (4:4.2.4-1) unstable; urgency=low

  * New upstream release:
    - Backport revert of auto-default button change to KDE 4.2.
      (Closes: #525561, #523744)

  +++ Changes by Modestas Vainius:

  * Fix typo in the kdelibs5.templates.

  +++ Changes by Sune Vuorela:

  * Fix sections.
  * Add Suggests: hspell to kdelibs5 for hebrew spell checking.

  +++ Changes by David Palacio:

  * Reword of kdelibs5.templates.

  +++ Changes by Fathi Boudra:

  * Update libplasma3.symbols.in file.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 01 May 2009 12:36:12 +0200

kde4libs (4:4.2.2-2) unstable; urgency=low

  +++ Changes by Modestas Vainius:

  * Move debconf to Pre-Depends.
  * Upgrade kaboom to kdelibs5 Recommends.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 06 Apr 2009 11:43:00 +0300

kde4libs (4:4.2.2-1) unstable; urgency=low

  * New upstream release.

  +++ Changes by Sune Vuorela:

  * Add aggressive conflicts to prevent mix and match.
  * Remove ban of upload of 3rd party apps.
  * Bump runtime versions.
  * Bump requirements of pkg-kde-tools to require the .kde edition.
  * Temporarily add a versioned dependency on pkg-kde-tools on kdelibs5-dev to
    be absolutely sure not having any accidents.
  * Add conflicts&replaces on kjscmd (Closes: 520453)

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Remove 01_kcmdlineargs_decoding_svn934640.diff, merged upstream.

  +++ Changes by Aurelien Jarno:

  * Update 15_kfreebsd.diff (Closes: #520123).

  +++ Changes by George Kiagiadakis:

  * Add patch 24_runtime_qt45_locale_initialization.diff to fix locale
    initialization when kde is run with Qt 4.5 but built with Qt 4.4.

  +++ Changes by Modestas Vainius:

  * Add debconf templates to warn existing KDE 4 users about KDEHOME change
    this revision introduces.
  * Add NEWS entry about KDEHOME change.
  * Bump libplasma symbol versions to 4:4.2.2.
  * Do not export QtUiTools symbols in libplasma.so.3
    (25_ld_exclude_libs_qtuitools.diff). Remove them from
    libplasma3.symbols.in. Should fix FTBFS on alpha.
  * kdelibs5 suggests kaboom.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 05 Apr 2009 05:33:47 +0300

kde4libs (4:4.2.1-2) unstable; urgency=low

  * Upload to unstable.

  +++ Changes by Fathi Boudra:

  * Add 01_kcmdlineargs_decoding_svn934640.diff patch from upstream
    to fix kcmdlineargs input decoding with Qt 4.5. (Closes: #518062)
    It contains also a fix from svn938370: use the new bool exported by Qt
    so that we can initialize the locale and make fromLocal8Bit/toLocal8Bit
    work even without a QCoreApplication.

  +++ Changes by Modestas Vainius:

  * Use dh_bugfiles and build depend on debhelper 7.2.3:
    - rename kdelibs5-dev.presubj to kdelibs5-dev.bug-presubj;
    - rename debian/libplasma3.bugscript to debian/libplasma3.bug-script.
  * Bump cmake build depend to 2.6.3. 24_2.6.2_use_common_cmake_config_dir.diff
    dropped.
  * Prepare for upload to unstable and ban unstable uploads of 3rd party
    packages (debian/ban-unstable-uploads & 24_ban_unstable_uploads.diff).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 12 Mar 2009 13:53:37 +0100

kde4libs (4:4.2.1-1) experimental; urgency=low

  * New upstream release.

  +++ Changes by Modestas Vainius:

  * Remove patches which were stolen from upstream:
    - 01_r918838_kded_desktop_file_watch.diff
    - 00_917133_qreal_portability_fix.diff
    - 01_r918403_klauncher_hang.diff
    - 01_r918654_klauncher_unique_app.diff
    - 01_r917170_kio_update_on_break.diff
    - 00_917014_kde4.2.0_tag.diff
  * Point Debian Vcs URLs to pkg-kde/trunk (new location).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 27 Feb 2009 17:59:21 +0200

kde4libs (4:4.2.0-3) experimental; urgency=low

  +++ Changes by Armin Berres:

  * Update patch 08_add_debian_build_type.diff to also set QT_NO_DEBUG and
    sync 09_disable_debug_messages_if_not_explicitly_enabled.diff with
    upstream revision 916186.

  +++ Changes by Modestas Vainius:

  * Update debian/libplasma3.symbols.in with {qreal} substitutions. Fixes
    FTBFS on arm(el).

  +++ Changes by Sune Vuorela:

  * Add patches from upstream for some stability fixed:
    01_r917170_kio_update_on_break.diff
    01_r918403_klauncher_hang.diff
    01_r918654_klauncher_unique_app.diff
    01_r918838_kded_desktop_file_watch.diff
    Thanks to David Faure for pushing them.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 29 Jan 2009 22:20:37 +0200

kde4libs (4:4.2.0-2) experimental; urgency=low

  +++ Changes by Modestas Vainius:

  * Tweak libplasma3 description.
  * Steal r917133 (as 00_917133_qreal_portability_fix.diff) from upstream svn
    to fix FTBFS on armel.
  * Deprecate external Qt symbols in libplasma3 symbols template
    (Closes: #513133).
  * Get up-to-date with kdelibs 4.2.0 tag: add 00_917014_kde4.2.0_tag.diff
    patch (plasma security issue).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 27 Jan 2009 01:00:17 +0200

kde4libs (4:4.2.0-1) experimental; urgency=low

  * New upstream release.

  - kfmclient is no longer needed (Closes: #508601).

  +++ Changes by Modestas Vainius:

  * Resync patches:
    - 01_http_cache_cleaner_branch_881252.diff - remove, stolen from upstream.
    - 01_kross_version_11_r838337.diff - remove, stolen from unstream.
    - 08_add_debian_build_type.diff - refresh.
    - 13_qt4_designer_plugins_path.diff - refresh.
    - 14_hardcode_ptm_device.diff - refresh.
    - 15_kfreebsd_support.diff - refresh.
    - 16_debian_menu.diff - refresh.
    - 17_findservicebydesktoppath_try_realfilepath.diff - refresh.
    - 18_always_set_cmake_policy.diff - remove, obsolete.
    - 19_findqt4_optional_x11_pthread.diff - refresh.
    - 20_use_dejavu_as_default_font.diff - refresh.
    - 22_hack_in_etc_kde4_in_kstandarddirs.diff - refresh.
  * Update cmake (build-)dependency to 2.6.2:
    - depend on 2.6.2-3~ due to cmake common config lib support;
    - 23_2.6.2_use_common_cmake_config_dir.diff - enable support for common
      cmake config dir with cmake 2.6.2 (debian patched version);
    - enable cmake var KDE4_USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR.
  * Build with -DCMAKE_USE_RELATIVE_PATHS=ON.
  * Bump standards-version to 3.8.0:
    - add README.source.
  * Cleanup old conflicts/replaces (for KDE 4.0 prerelease versions).
  * Add new packages for Plasma. They were based on the respective Plasma
    packages from kdebase-workspace.
    - libplasma3 - contains Plasma library and plugins. Make kdelibs5-dbg
      recommend it;
    - add Plasma headers to kdelibs5-dev, make it provide libplasma-dev,
      conflict and replace earlier libplasma-dev and recommend
      libqt4-opengl-dev needed to build GLapplet stuff;
    - kdelibs5-data replaces kdebase-workspace-data and libplasma2 from KDE 4.1
  * Update install and installgen files.
  * Make kdelibs5 recommend kdebase-runtime >= 4:4.1.80 because some
    stuff does not work (e.g. kwallet) with previous versions.
  * Build depend on strigi >= 0.6.3.
  * Move some libkdeinit4 stuff to kdelibs5 since their executables are in
    libexec:
    - libkdeinit4_klauncher.so
    - libkdeinit4_kio_http_cache_cleaner.so
    - libkdeinit4_kconf_update.so
  * Build depend on soprano >= 2.1.67.
  * Use better approach to enforcing kde4- prefix to applications.menu. The
    previous way broken menu spec and made 3rd party applications end up in
    Lost&Found menu. 11_kde4_applications_menu.diff patch was replaced by
    11_default_kde4_xdg_menu_prefix.diff. Thanks to Harald Sitter for the
    heads up.
  * Switch to new installgen file format.
  * Move upstream manpages from debian/*.manpages to debian/*.install files.
  * Build depend on pkg-kde-tools 0.3, add symbols file for libplasma3,
    add appropriate hooks to debian/rules.
  * kdelibs5-dev conflicts with kdepimlibs5-dev (<< 4:4.1.81+svn891439) because
    of upstream changes.
  * Rename debian/*.lintian to debian/*.lintian-overrides.
  * Bump debian/compat and debhelper build dependency to v7 (to get more
    sophisticated debian/tmp handling).

  +++ Changes by George Kiagiadakis:

  * Update automoc (build-)dependency to 1.0~svn850570.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Rework slightly patch 15_kfreebsd_support.diff.
  * Redo patch 20_use_dejavu_as_default_font.diff.
  * Force to build depend on libphonon-dev (>= 4:4.3.0).
  * Remove redudant section/priority fields in debian/control.
  * Update lintian overrides.
  * Update copyright years.

  +++ Changes by Armin Berres:

  * Fix patch 09_disable_debug_messages_if_not_explicitly_enabled.diff. Now
    really only debug output is disabled.
  * Add dependency on xdg-utils to kdelibs5. KDE applications use xdg-open to
    invoke a browser when not running in a KDE environment these days.

  +++ Changes by Sune Vuorela:

  * Copyright file updates. Thanks to Modestas and his magic scripts.
  * Remove plasma abi handling. It is expected to be stable now.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 24 Jan 2009 06:14:48 +0200

kde4libs (4:4.1.4-1) experimental; urgency=low

  * New upstream release.

  +++ Changes by Sune Vuorela:

  * shlibs bump.

  +++ Changes by Modestas Vainius:

  * Use better approach to enforcing kde4- prefix to applications.menu. The
    previous way broken menu spec and made 3rd party applications end up in.
    Lost&Found menu. 11_kde4_applications_menu.diff patch was replaced by
    11_default_kde4_xdg_menu_prefix.diff. Thanks to Harald Sitter for the
    heads up.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 09 Jan 2009 22:00:46 +0100

kde4libs (4:4.1.3-2) experimental; urgency=low

  +++ Changes by Modestas Vainius:

  * Bump kdebase-runtime dependency back to 4.1.3. The previous change was
    a mistake.
  * Bump kdelibs5 shlibs to 4.1.3-2 to ease the pain.

  +++ Changes by Sune Vuorela:

  * Add patch for http cache cleaner to keep the cache revision in sync.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 07 Nov 2008 22:18:05 +0200

kde4libs (4:4.1.3-1) experimental; urgency=low

  * New upstream release

  +++ Changes by Sune Vuorela:

  * Remove kdedglobalaccel crash patch. Merged upstream.

  +++ Changes by Modestas Vainius:

  * Bump shlibs to 4.1.3.
  * Loosen kdebase-runtime dependency back to 4.1.0. There seems to be no
    other easy way to solve experimental buildd failures. This should not
    hurt too much.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 04 Nov 2008 09:56:56 +0200

kde4libs (4:4.1.2-2) experimental; urgency=low

  * Fix kdedglobalaccel crashes. Patch 02.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sun, 12 Oct 2008 20:00:14 +0200

kde4libs (4:4.1.2-1) experimental; urgency=low

  * New upstream release.
  * Update UPSTREAMVERSION to 4.1.2 in debian/rules.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sun, 28 Sep 2008 12:33:31 +0200

kde4libs (4:4.1.1-1) experimental; urgency=low

  * New upstream release.

  +++ Changes by Sune Vuorela:

  * Update patches;
    - remove 01_r840377_840379_unload_on_close.diff merged upstream
    - remove 02_41branch_link_interface_libraries.diff.
    - remove 99_conservative_link_interface_libraries.diff, no need to be more
      conservative than upstream.
  * Add new file FindEigen2.cmake in kdelibs5-dev.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 02 Sep 2008 00:22:08 +0200

kde4libs (4:4.1.0-3) unstable; urgency=low

  +++ Changes by Fathi Boudra:

  * Update kross to version 11 (r838337). Fix build of latest kdevplatform
    and kdevelop4 (Closes: #491272).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 26 Aug 2008 18:56:06 +0200

kde4libs (4:4.1.0-2) unstable; urgency=low

  +++ Changes by Modestas Vainius:

  * Add 01_r840377_840379_unload_on_close.diff patch.
    Fixes a nasty bug which makes some KDE4 apps stay in memory when closed
    resulting into excessive memory usage after some time.
  * Readd usr/share/man/man1/kdecmake.1 kdelibs5-dev.
  * Build depend on cmake >= 2.6.
  * Update automoc build-dependency.
  * Replace unofficial 90 patch with the one taken from KDE 4.1 branch.
    (02_41branch_link_interface_libraries.diff). It is the version "supported"
    by upstream with some extra features. It does not seem to be much different
    from the previous 90_ patch.
  * Add 99_conservative_link_interface_libraries.diff which *adds* some more
    LINK_INTERFACE_LIBRARIES to reduce linking failures of third party
    applications. This patch surely does not break anything, it only adds more
    libraries which are eliminated by --as-needed in Debian packaging.
    However, it might help to link a random KDE4 3rd party application against
    our kde4libs.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Rename debian/kdelibs5.bug-presubj to right filename debian/kdelibs5.presubj.
  * Replace libcupsys2-dev with libcups2-dev.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 06 Aug 2008 20:29:38 +0200

kde4libs (4:4.1.0-1) unstable; urgency=low

  * New upstream release 4.1.0.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Bump build depends to new versions of phonon and soprano.
  * Update UPSTREAMVERSION to 4.1.0 in debian/rules.
  * Keep build-depend on cmake >= 2.4.5, but force everything build depending
    on kdelibs5-dev use cmake 2.6.
  * Remove patch 98_link_interface_libraries, merged upstream.

  +++ Changes by Modestas Vainius:

  * Adapt kdelibs5-dev deps to new dh_sameversiondeps syntax.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 25 Jul 2008 21:08:49 +0200

kde4libs (4:4.0.98+svn833207-1) unstable; urgency=low

  * New upstream snapshot.

  +++ Changes by Modestas Vainius:

  * Do not require cmake 2.6 (kdelibs5-dev).

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Remove patch 01, merged upstream.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 16 Jul 2008 15:17:41 +0200

kde4libs (4:4.0.98-2) unstable; urgency=medium

  * Add patch 01_ to add missing LGPL entity needed to build french
    translations.
  * Remove kdelibs5-doc package for now. (Closes: #464396)

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Tue, 15 Jul 2008 14:11:23 +0200

kde4libs (4:4.0.98-1) unstable; urgency=low

  * New upstream release, Release Candidate 1.

  +++ Changes by Sune Vuorela:

  * Yay. Now Debian menu items in Debian menu instead of in Lost & Found.
  * Remove deprecate applnk patch. It is already deprecated, no need for the
    patch. It only removes legacy handling.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Do not install kdecmake.1 because it is not created when building in hppa
    with cmake 2.4.8. (Closes: #488661)

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 14 Jul 2008 01:10:40 +0200

kde4libs (4:4.0.84+svn828328-1) unstable; urgency=low

  * New upstream development snapshot.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Remove patches 97_use_imported_targets_with_cmake26.diff and
    99_more_implicit_link_libs.diff
  * Update 98_link_interface_libraries.diff
  * Add 90_reduce_linking.diff by A. Neundorf.

  +++ Changes by Armin Berres:

  * Disable debug output of KMail by default.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 05 Jul 2008 18:48:48 +0200

kde4libs (4:4.0.84-1) experimental; urgency=low

  * New upstream snapshot.

 -- Sune Vuorela <debian@pusling.com>  Fri, 27 Jun 2008 19:19:33 +0200

kde4libs (4:4.0.82+svn819867-1) experimental; urgency=low

  * New upstream development snapshot.

  +++ Changes by Armin Berres:

  * Add libxcursor-dev build dependency.
  * Recommend the new default font ttf-dejavu.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Remove phonon package stuff, it has been split out from kde4libs.
  * Add build depends on phonon-dev.
  * Update UPSTREAMVERSION in debian/rules.
  * Update installed files.
  * Add Conflicts with libkjsembed-dev from KDE 3 to kdelibs5-dev.
    (Closes: #480686)

  +++ Changes by Modestas Vainius:

  * Drop 18_always_set_cmake_policy.diff patch - applied upstream.
  * Make kdelibs5-dev depend on libphonon-dev, KDE4Internal.cmake REQUIRES it.
  * Bump shlibs to 4.0.82.
  * Exclude dependancy on phonon metapackage.

  +++ Changes by Sune Vuorela:

  * Install config files in /usr/share/kde4/config.
  * Patch kstandarddirs to look in home, installpath, prefix/path except when
    config files, where home, /etc/kde4, prefix/path, installpath is
    preferred. Patch developed in cooperation with Fedora. (Closes: #484897).
  * Add README file about the configuration stuff.
  * Versioned build-dep on shared-mime-info.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 14 Jun 2008 00:05:51 +0300

kde4libs (4:4.0.80-1) experimental; urgency=low

  * New upstream development milestone (KDE 4.1 Beta1).

  +++ Changes by Modestas Vainius:

  * Disable 97 patch (will be removed later).
    Pass -DKDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT=on to cmake which enables
    equivalent functionality.
  * Update install files.
    - Add makekdewidgets.1 man page to kdelibs5-dev.
    - Move checkXML.1 from kdelibs5-data to kdelibs5-dev. Bump replaces.
  * Refresh patches.
  * Ligthen cmake build-dependency to 2.4.5.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 21 May 2008 22:53:51 +0300

kde4libs (4:4.0.74-1) experimental; urgency=low

  * New upstream snapshot.
  * Raise the added shlibs dependency for kdebase-runtime to 4:4.0.72.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 17 May 2008 17:41:23 +0200

kde4libs (4:4.0.73+svn806390-1) experimental; urgency=low

  * New upstream development snapshot:
    - The latest upstream commit is r806390 by uwolfer
    - Date: Sun, 11 May 2008 10:32:27 -0000

  * Corrections to *.install files:
    - kdelibs5-dev.install: 1 new file(s) added;
    - kdelibs-bin.install: 1 file(s) removed;

  +++ Changes by Modestas Vainius:

  * Add libacl1-dev to build depends.
    Refresh 98 patch (kio_file build failure).
  * Allow to set UPSTREAMVERSION in the environment.
  * Use external automoc. Build-depend on automoc (>= 1.0~svn805317), make
    kdelibs5-dev depend on it too.

  +++ Changes by Armin Berres:

  * kdelibs5-dev must replace kdelibs-data << 4:4.0.72-1 after the move of the
    dbus-1 XML interfaces.

  +++ Changes by Fathi Boudra:

  * Add 20 patch to use DejaVu font as default font.
  * Add libxml2-utils dependency to kdelibs-bin: meinproc4 needs it.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 11 May 2008 13:51:16 +0300

kde4libs (4:4.0.72-1) experimental; urgency=low

  * New upstream snapshot. (r802761)

  * Fixes heap based buffer overflow via specially encoded image.
    CVE-2008-1670 (Closes: #478283)

  +++ Changes by Modestas Vainius:

  * 98_link_interfaces_library.diff - major update:
    - Drop ${QT_QTNETWORK_LIBRARY}, ${QT_QTDBUS_LIBRARY}, ${QT_QTXML_LIBRARY}
      from kdecore LINK_INTERFACE_LIBRARIES leaving only ${QT_QTCORE_LIBRARY}.
      Those 3 libraries are no longer implicitly provided by any kdelibs
      target. This may cause a few link time FTBFSes.
    - Further update LINK_INTERFACE_LIBRARIES of other public libraries.
  * Export ${KDE4_THREADWEAVER_LIBRARIES} and an alias for
    ${KDE4_THREADWEAVER_LIBS} to restore compatibility.
  * Fix offsets in other patches so they apply cleanly.
  * Move usr/include/KDE/Phonon from kdelibs5-dev to libphonon-dev. Update
    *.install files and Replaces for libphonon-dev appropriately.
  * Enhance 19_findqt4_optional_x11.diff patch. Do not implicitly add
    -lphread.
  * Build depend on libenchant-dev.
  * Add 99_more_implicit_link_libs.diff which adds more implicit link
    interface libraries to diverge from upstream as least as possible.
    - In addition, kdecore implies QtDBus, QtXml, QtNetwork.
    - In addition, kdeui implies QtSvg.
    - In addition, kde3support and ktuils imply kparts.
    - In addition, kio implies solid.
  * Move dbus-1 XML interfaces to kdelibs5-dev.install.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 30 Apr 2008 18:03:58 +0200

kde4libs (4:4.0.70+svn799089-2) experimental; urgency=low

  +++ Changes by Modestas Vainius:

  * Export kparts as khtml interface library.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 21 Apr 2008 20:22:47 +0300

kde4libs (4:4.0.70+svn799089-1) experimental; urgency=low

  * New upstream development snapshot:
    - The latest upstream commit is r799089.

  +++ Changes by Armin Berres:

  * Update and sort *.install files.

  +++ Changes by Ana Beatriz Guerrero Lopez

  * Add new build depends after Qt4 have updated its build depends:
    libpng-dev, libssl-dev, libsm-dev.
  * Add version to the RUNTIME_DEPS in debian/rules.

  +++ Changes by Modestas Vainius:

  * New version of 17_findservicebydesktoppath_try_realfilepath.diff. Still
    incomplete.
  * Shrink *-dev dependency list of kdelibs5-dev to libqt4-dev (>= 4.4.0~),
    libsoprano-dev (>= 2.0.97~). Thanks to Sune Vuorela for determining this
    set from #include's of the public headers.
  * Add 18_always_set_cmake_policy.diff patch to set CMake policy settings
    regardless of KDE_FOUND value.
  * Introduce 97_use_imported_targets_with_cmake26.diff which changes the way
    libraries dependences are exported when built with CMake 2.6:
    - Rationale behind this is to reduce excess linkage.
    - Build-depend on cmake 2.6 or later. Make kdelibs5-dev depend on
      cmake 2.6.
    - Do not use export_library_dependencies() to export library dependences
      with CMake 2.6. This method was the main source of excess linkage
      problems. Use a brand new install(EXPORT) instead which supports
      LINK_INTERFACE_LIBRARIES.
    - Due to the change above, add "EXPORT kdelibs" property for all public
      install(TARGETS).
    - Rewrite the part of FindKDE4Install.cmake which deals with
      KDE4_*_LIBRARY and KDE4_*_LIBS setup. Since we are using cmake IMPORTED
      targets now and let cmake do a major part of dependency handling for us,
      make each KDE4_*_LIBS variable refer to the IMPORTED target of the
      respective public KDE library. KDE4_*_LIBRARY semantics were not changed
      and they still point to the result of find_library().
  * Add 98_link_interface_libraries.diff which:
    - Tweaks target_link_libraries() calls where dependences where were
      missing.
    - Makes use of LINK_INTERFACE_LIBRARIES target property to control which
      libraries are exported via link interface (property values probably need
      more tweaking). This is CMake 2.6 or only, ignored for CMake 2.4.
  * Make kdelibs shlibs "dynamic" and ensure kdebase-runtime from KDE 4.1
    series is used as runtime dependency.
  * Build-depend on libglu1-mesa-dev as libqt4-dev 4.4.0~rc1-5 is dropping it
    from Depends.
  * Add myself to Uploaders.
  * Add 19_findqt4_optional_x11.diff - make X11 optional for in FindQt4.cmake.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 20 Apr 2008 22:12:38 +0300

kde4libs (4:4.0.68+svn794641-1) experimental; urgency=low

   * New upstream development snapshot.

   +++ Changes by Modestas Vainius:

   * Sort *.install files
   * Drop 16_postgresql_include_path_fix.diff - merged upstream.
   * Add 17_findservicebydesktoppath_try_realfilepath.diff to improve
     desktop file location by path on the systems where e.g. /usr is a
     symlink. Please note this patch still does not fix what I developed
     it for. So it's useless but it does not hurt. Work in progress.
  * Add Replaces: kdebase-runtime-data << KDE 4.1 for kdelibs5-dev due to
    common file /usr/share/kde4/apps/cmake/modules/FindXine.cmake

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Tighten build depend version on libstreamanalyzer-dev 0.5.8-2
    from experimental.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 06 Apr 2008 22:12:02 +0300

kde4libs (4:4.0.66+svn791114-1) experimental; urgency=low

  * First KDE 4.1 snapshot packaged, this is going to experimental.
  * Update installed files.
  * Refresh and update patches.
  * Bump to new version number where needed.
  * Add some versioned depends on Qt4 4.4.
  * Replace libqt4-debug with libqt4-dbg.
  * Build depend on soprano >= 2.0.97~.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Fri, 28 Mar 2008 13:36:21 +0100

kde4libs (4:4.0.2-1) unstable; urgency=low

  * New upstream release.

  +++ Changes by Armin Berres:

  * Don't bump shlibs version automatically on every upload. Bumping on new
    upstream versions is enough now that the libs are stable.
  * Add versioned shlibs to libphonon4.
  * Remove kde-icons-oxygen and kdebase-runtime-data from the shlibs file of
    kdelibs5. kdebase-runtime depends on them anyway.
  * Add strict dependency of kdelibs-bin on kdelibs5 and use a more obvious
    way to remove the dependency on kdebase-runtime. shlibs.local is no more
    needed now.

  +++ Changes by Matthew Rosewarne:

  * Build-Depend on libgif-dev instead of libungif4-dev.

  +++ Changes by Modestas Vainius:

  * New patch 16_postgresql_include_path_fix.diff, which adds PostgreSQL
    include paths used on Debian to FindPostgreSQL cmake module.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Drop patches pulled from KDE's SVN, now part of the release
    - 01_make_stackingOrder_work_r769072.diff
    - 02_re-register_global_shortcuts_r769363.diff
  * Update installed files.
  * Update UPSTREAMVERSION in debian/rules.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 04 Mar 2008 12:52:59 +0100

kde4libs (4:4.0.1-1) unstable; urgency=low

  * New upstream release.

  +++ Changes by Matthew Rosewarne:

  * Make dependencies binNMU-friendly.
  * Bump Soprano minimum version to 2.0.0.
  * Remove redundant Depends: shared-mime-info from kdelibs5-dev.
  * Add Suggests: kdelibs5-doc to kdelibs5-dev.

  +++ Changes by Armin Berres:

  * Update 10_kdehome_kde4 patch. Set kde home directory to ~/.kde4
    where ~/.kde was used. Thanks to Jonathan Riddell and Suse people.
  * Update installed files.
  * Drop no more needed patch 16_arm_fixes.diff.

  +++ Changes by Fathi Boudra:

  * Make kdelibs5-dev installable on GNU/kFreeBSD. Thanks to Aurelien Jarno.
    (Closes: #462338)
  * Add dbus-x11 dependency to kdelibs5. Thanks to Chris Desjardins.
  * Add Vcs-Browser and Vcs-Svn fields.
  * Cherry pick from branches/KDE/4.0:

    + 02_re-register_global_shortcuts_r769363:
      Re-register global shortcuts if kded4 is restarted.

  +++ Changes by Adeodato Simó:

  * Cherry pick from /branches/KDE/4.0:

    + 01_make_stackingOrder_work_r769072: fix KWindowSystem::stackingOrder() to
      actually return a non-empty list with the list of windows.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Update to debhelper 6.
  * Add versioned b-d on cdbs (>= 0.4.51) to get debhelper 6 support and fixed
    cmake.mk class.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 04 Feb 2008 09:59:44 +0100

kde4libs (4:4.0.0-2) unstable; urgency=low

  +++ Changes by Fathi Boudra:

  * Update arm patch. Avoid conversion to float. Thanks to Pino Toscano.
  * Move hal and pmount Recommends to kdebase-runtime-bin-kde4 package.
  * Rename kdelibs-dbg to kdelibs5-dbg.
    Conflicts/Replaces against kdelibs-dbg >= 4:3.91.0-1 and << 4:4.0.0-2

  +++ Changes by Armin Berres:

  * Add ${shlibs:Depends} dependency to kdelibs5-dev.

 -- Fathi Boudra <fabo@debian.org>  Sun, 13 Jan 2008 00:39:59 +0100

kde4libs (4:4.0.0-1) experimental; urgency=low

  * New upstream release. KDE 4.0.0 yay!

  +++ Changes by Armin Berres:

  * Add patch to disable debug information by default. They can be enabled
    with kdebugdialog.
  * Add patch to build no special debug code, but release code, and remove
    all hardcoded optimization and debug compiler flags. Use $(CXXFLAGS) and
    $(CFLAGS) instead.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Update patch 15_kfreebsd_support to build in kfreebsd after latest changes
    in ConfigureChecks.cmake.
  * Update lintian overrides.
  * Add patch to fix make it build in arm and hopefully armel. Thanks Aurel.
    (Closes: #459515)

  +++ Changes by Matthew Rosewarne:

  * Add Homepage: to control.
  * Tweak package descriptions.
  * Replace dependency on xbase-clients with xauth.
  * Replace source:Version with binary:Version.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 09 Jan 2008 06:19:10 +0100

kde4libs (4:3.98.0~svn755919-1) experimental; urgency=low

  * New svn snapshot release to revision 755919.

  +++ Changes by Fathi Boudra:

  * Build-dep on soprano >= 1.99~rc2-1. (Closes: #458334)
  * Split kdelibs5-dev and kdelibs. Move Phonon in his own packages.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Fix offsets in 15_kfreebsd_support patch.
  * Update years in debian/copyright. Happy new year!

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 02 Jan 2008 14:08:10 +0100

kde4libs (4:3.98.0~svn753247-1) experimental; urgency=low

  * Svn snapshot of revision 753247.
  * Remove extra LDFLAGS. Included via CDBS now.
  * Update patches.
  * Update installed files.
  * Force runtime dependency on kdebase-runtime instead of the removed
    kdebase-runtime-bin.

 -- Armin Berres <armin+debian@space-based.de>  Thu, 27 Dec 2007 16:11:13 +0100

kde4libs (4:3.97.0-2) experimental; urgency=low

  * The "Pizza with Champagne" release.

  +++ Changes by Armin Berres:

  * Add patch to hardcode /dev/ptmx as ptm device to work around broken
    build environments.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Add patch for kfreebsd support.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 15 Dec 2007 03:31:22 +0100

kde4libs (4:3.97.0-1) experimental; urgency=low

  * New upstream release.
  * Update *.install files.
  * Update Standards-Version to 3.7.3.
  * Remove README.Debian, packages are stable now.
  * Update package descriptions, remove references to beta status.
  * Add export LDFLAGS+="-Wl,--as-needed" in rules to make dpkg-shlibdeps
    happier.
  * Do not build depend on libasound2-dev and libkeyutils-dev in the archs
    they do not exist.
  * Move Depends on hal | kfreebsd-gnu | hurd, pmount | kfreebsd-gnu | hurd,
    to Recommends. (Closes: #452255)
  * Add lintian override for extra-license-file warnings in kdelibs5-data.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sun, 09 Dec 2007 15:47:28 +0100

kde4libs (4:3.96.0-1) experimental; urgency=low

  * New upstream release.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Update *.install files.

  +++ Changes by Fathi Boudra:

  * Bump build dependencies versions.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Wed, 14 Nov 2007 13:17:32 +0100

kde4libs (4:3.95.0-1) experimental; urgency=low

  * New upstream release: KDE4 beta 4.

  +++ Changes by Fathi Boudra:

  * Remove libpulse0 conflict. It was a temporary workaround.
  * Update 11_applications_menu patch. We must keep the extension unchanged.
  * Add 12_deprecate_applnk patch. We use /usr/share/applications in any case.

  +++ Changes by Armin Berres:

  * Update *.install files.

  +++ Changes by Sune Vuorela:

  * Leet shlibs hacking.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 25 Oct 2007 14:47:24 +0200

kde4libs (4:3.94.0-2) experimental; urgency=low

  +++ Changes by Fathi Boudra:

  * Pull SVN branch to r726725.

  +++ Changes by Armin Berres:

  * Add debug package.
  * Make kdelibs5-dev depend on recent soprano.
  * Add dependency of kdelibs5 on kde-icons-oxygen. It is needed by nearly
    every KDE4 application.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Update *.install files.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 18 Oct 2007 20:56:22 +0200

kde4libs (4:3.94.0-1) experimental; urgency=low

  * KDE4 beta3.

  +++ Changes by Armin Berres:

  * Add kdelibs5 dependency on shared-mime-info.
  * Update *.install files.
  * Install man pages.
  * Rename debian/no-install.txt to debian/not-installed and reformat it for
    being usable with "debian/rules list-missing".
  * Update patches.
  * Depend on up to date libsoprano.
  * Conflict with libpulse0 for preventing crashes. This is definitely just a
    temporary workaround and should be removed ASAP.
  * Depend on hal which is used as Solid backend.
  * Depend on pmount.

  +++ Changes by Sune Vuorela:

  * kjscmd also exists in kjscmd from kdebindings. Adding conflict.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 17 Oct 2007 13:42:50 +0200

kde4libs (4:3.93.0-1) experimental; urgency=low

  * New upstream version.
   - Remove patches: 01_libkdeprint_management_soname and
     02_strigi-0.5.5_support merged upstream. And 12_no_emoticon is not
     longer needed.
  * Update *.install files.
  * Update not-installed.list
  * Remove prune-nonfree, there is not longer non-free stuff.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Sun, 03 Sep 2007 20:13:59 +0200

kde4libs (4:3.92.0.dfsg.1-2) experimental; urgency=low

  +++ Changes by Fathi Boudra:

  * Add patch to support strigi-0.5.5.
  * Move binaries to kdelibs5-dev:
    * checkXML, kconfig_compiler, ksvgtopng, kunittestmodrunner,
      makekdewidgets, preparetips.
  * Add kdelibs5-dev conflicts against kdelibs4-dev.
  * Remove qt4-designer-kde4-plugins package. No need to have an extra package
    as qt4 designer plugins are higky dependent on kdelibs5 and development.
  * Add qt4_designer_plugins_path patch to fix plugins installation path.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * No shipping emoticons images to avoid conflicts with current kdebase-data
    (KDE3), patch 12. See list in no-install.list.
  * Add patch 04_libkdeprint_management_soname.diff to avoid same soname name
    than in current KDE version.
  * Build-Depend only on libungif4-dev. kdegraphics b-d on imlib11 that b-d on
    libungif4-dev, if we build against libgif-dev, this kdelibs version and
    kdegraphics3 can not co-exist.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 13 Aug 2007 02:21:33 +0200

kde4libs (4:3.92.0.dfsg.1-1) experimental; urgency=low

  * KDE4 beta 1, first upload to the Debian archive.
  * Update *.install files.
  * Prune non-free files, added script prune-nonfree.
  * Add patches:
    * 01_kdehome_kde4: set kdehome directory to .kde4.
    * 02_applications_menu_kde4: append .kde4 to applications.menu.
  * Add warning about experimental packages in README.Debian.
  * Remade the copyright file, thanks to  Marc 'HE' Brockschmidt, for
    sharing the fun.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Mon, 06 Aug 2007 16:38:29 +0200