summaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 88d1cce88e3a153509312fb9f5d3715ef76a7248 (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
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
gnome-control-center (1:43.6-2~deb12u1) bookworm; urgency=medium

  * Team upload
  * Rebuild for bookworm

 -- Simon McVittie <smcv@debian.org>  Thu, 15 Jun 2023 11:35:10 +0100

gnome-control-center (1:43.6-2) unstable; urgency=medium

  * Team upload
  * Expand previous changelog entry to include more details of the
    upstream changes

 -- Simon McVittie <smcv@debian.org>  Tue, 13 Jun 2023 09:40:29 +0100

gnome-control-center (1:43.6-1) unstable; urgency=medium

  * New upstream bugfix release 43.5
    - Populate list of previous WWAN (Mobile Network) connetions more
      reliably, avoiding creation of duplicate connections in
      NetworkManager (gnome-control-center#1468 upstream)
    - Stop listing displays in the reverse of the intended order
    - Add 32:9 as a well-known aspect ratio
      (gnome-control-center#2334 upstream)
    - Fix an assertion failure when activating the Users panel
      (gnome-control-center#2219 upstream)
    - Don't access User objects before they are fully loaded
      (gnome-control-center#2348, #2349 upstream)
    - Fix an assertion failure when cropping an avatar
    - Don't allow commas in users' "real name" field, because the GECOS
      encoding in /etc/passwd cannot represent those
      (gnome-control-center#888 upstream)
    - Automatically close user avatar chooser before showing file
      chooser (gnome-control-center#2315 upstream)
    - Restore the default cursor when leaving the dialog to crop an
      avatar (gnome-control-center#2359 upstream)
    - Fix a crash when cancelling authentication for Thunderbolt
    - Remove a duplicate property from the "add user" UI
    - Translation updates: ca, fr, hu
  * New upstream bugfix release 43.6
    - Fix a use-after-free crash when editing network connections
    - Translation updates: ab, hu; add fo

 -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 29 May 2023 15:21:14 -0400

gnome-control-center (1:43.4.1-1) unstable; urgency=medium

  * New upstream release
  * Branch for bookworm

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 14 Feb 2023 11:08:53 -0500

gnome-control-center (1:43.2-2) unstable; urgency=medium

  * d/control.in: Add libspa-0.2-bluetooth as an alternative for
    pulseaudio-module-bluetooth

 -- Laurent Bigonville <bigon@debian.org>  Wed, 25 Jan 2023 13:01:34 +0100

gnome-control-center (1:43.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Dropped patches (applied upstream):
    - d/p/object-cache-Avoid-use-after-free-of-task-error.patch
    - d/p/network-fix-crashes-in-eap-method-simple.patch
  * d/p/keyboard-Allow-disabling-alternate-characters-key.patch
    (closes: #1027003)
  * Bump Standards-Version to 4.6.2

 -- Gunnar Hjalmarsson <gunnarhj@debian.org>  Thu, 29 Dec 2022 17:13:57 +0100

gnome-control-center (1:43.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove 2 obsolete maintscript entries in 1 files.
  * Update upstream metadata fields: Bug-Database, Bug-Submit

  [ Jeremy Bicha ]
  * Add patch to build with the new snapd-glib
  * debian/control.in: Bump minimum snapd-glib to 1.63

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 08 Dec 2022 21:06:20 -0500

gnome-control-center (1:43.1-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * Drop patches applied in new release
  * Cherry-pick 2 crash fixes from the gnome-43 branch

  [ Simon McVittie ]
  * Update syntax of Lintian overrides

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 22 Nov 2022 14:28:00 -0500

gnome-control-center (1:43.0-2) unstable; urgency=medium

  * Team upload
  * d/control.in: Build-Depend on polkitd instead of transitional policykit-1
  * d/control.in: Recommend polkitd and Suggest pkexec instead of
    recommending transitional policykit-1.
    polkitd is needed for many privileged actions, such as setting up user
    accounts, networking and the system clock. pkexec is currently only
    needed when enabling or disabling remote logins (sshd).
  * d/patches: Update translations from upstream
    (ab, ca, cs, de, fur, he, hr, ka, kk, ne, nl, sk, sl, tr, zh_TW)
  * d/patches: Add post-release bug fixes from upstream.
    This effectively updates the package to commit 43.0-32-g3182b7019.
  * Standards-Version: 4.6.1 (no changes required)

 -- Simon McVittie <smcv@debian.org>  Fri, 14 Oct 2022 10:05:39 +0100

gnome-control-center (1:43.0-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release

  [ Sebastien Bacher ]
  * Include dh_translations override needed for Ubuntu

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 15 Sep 2022 14:17:01 -0400

gnome-control-center (1:43~rc-2) unstable; urgency=medium

  * New upstream release
    - Fixes Screen Blank control (Closes: #1018672, LP: #1988087)
  * debian/control.in: Bump minimum meson to 0.57.0
  * Build against libsoup3 libraries
  * Drop sound patch: applied in new release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 05 Sep 2022 16:57:51 -0400

gnome-control-center (1:43~beta-4) unstable; urgency=medium

  * Cherry-pick patch to fix sound alert selection (LP: #1987161)
  * Recommend gnome-bluetooth-sendto

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 28 Aug 2022 13:21:15 -0400

gnome-control-center (1:43~beta-3) unstable; urgency=medium

  * Add patch to disable new Device Security panel.
    It's too technical and unhelpful currently (LP: #1987162)
    You can get the same info by running
      fwupdmgr security
  * debian/control.in: Depend on webp-pixbuf-loader
    - This is required to display several of the new GNOME 43
      wallpapers. Please log out and log back in for this feature
      to work fully.

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 26 Aug 2022 20:07:03 -0400

gnome-control-center (1:43~beta-2) unstable; urgency=medium

  * Release to unstable

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 21 Aug 2022 18:48:25 -0400

gnome-control-center (1:43~beta-1) experimental; urgency=medium

  * New upstream release
    - New Privacy > Device Security screen
    - New alert sounds
  * Drop gnome-desktop and distributor-logo patches: applied in new release
  * debian/control.in: Bump minimum libadwaita to 1.2~alpha

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 19 Aug 2022 13:33:46 -0400

gnome-control-center (1:42.3-2) unstable; urgency=medium

  * Lower gnome-remote-desktop from Depends to Recommends (Closes: #1014879)
  * Cherry-pick patches to use gnome-shell version number as
    the GNOME Version in the About page

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sat, 16 Jul 2022 16:24:18 +0200

gnome-control-center (1:42.3-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * debian/control.in: Depend on gnome-remote-desktop (LP: #1980606)

  [ Marco Trevisan (Treviño) ]
  * debian/patches: Use Fedora patch to handle distro logo

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 03 Jul 2022 19:21:29 -0400

gnome-control-center (1:42.2-1) unstable; urgency=medium

  * New upstream release
  * Drop the snap & RDP patches: applied in new release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 27 May 2022 08:06:29 -0400

gnome-control-center (1:42.1-3) unstable; urgency=medium

  * Cherry-pick patch to fix snap support
  * Enable snap support in the Applications panel

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 25 May 2022 20:33:19 -0400

gnome-control-center (1:42.1-2) unstable; urgency=high

  * Add patch to turn off RDP gsettings key when turning off RDP Sharing
    (LP: #1971415)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 10 May 2022 21:56:10 -0400

gnome-control-center (1:42.1-1) unstable; urgency=medium

  * New upstream release
    - Fix On switch for RDP Sharing
  * Drop 4 patches applied in new release

 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 26 Apr 2022 14:17:10 -0400

gnome-control-center (1:42.0-3) unstable; urgency=medium

  * Team upload
  * d/p/appdata-Correct-name-of-launchable.patch:
    Add proposed patch to correct name of .desktop file in appdata
  * d/p/debian/Ignore-result-of-test-network-panel.patch:
    Add patch to work around build-time test failure
  * Reorder patch series so patches from upstream come first

 -- Simon McVittie <smcv@debian.org>  Fri, 15 Apr 2022 11:54:13 +0100

gnome-control-center (1:42.0-2) unstable; urgency=medium

  * Team upload

  [ Jeremy Bicha ]
  * Update build-dependencies
  * Revert "Disable colord panel until colord GTK4 client library is available"
  * debian/control.in: Recommend power-profiles-daemon for power mode feature
  * debian/rules: Disable malcontent on Ubuntu: it's not in main there yet
  * d/p/online-accounts-Fix-goa-helper-on-X11.patch:
    Cherry-pick a patch to fix GNOME Online Accounts in Xorg
  * d/p/network-connection-editor-destroy-the-editor-when-closing.patch,
    d/p/network-connection-editor-always-load-all-available-VPN-p.patch:
    Cherry-pick two network connection-editor fixes

  [ Simon McVittie ]
  * Add a Breaks to upgrade -control-center and -remote-desktop together
  * Add a Breaks to get gnome-shell upgraded to version 42
  * Release to unstable

 -- Simon McVittie <smcv@debian.org>  Wed, 13 Apr 2022 16:48:13 +0100

gnome-control-center (1:42.0-1) experimental; urgency=medium

  * Team upload
  * New upstream release
  * Refresh patch series
  * d/copyright: Update
  * Update build-dependencies
  * Update colord dependency
  * Disable colord panel until colord GTK4 client library is available
    (this is a known regression, blocked by #1008678).

 -- Simon McVittie <smcv@debian.org>  Wed, 30 Mar 2022 20:24:07 +0100

gnome-control-center (1:41.4-2) unstable; urgency=medium

  * Team upload

  [ Marco Trevisan (Treviño) ]
  * d/p/debian/Debian-s-adduser-doesn-t-allow-uppercase-letters-by-defau.patch:
    Fix a memory leak when creating a new user

  [ Jeremy Bicha ]
  * Update Lintian override for new gnome-control-center .desktop name.
    This update is harmless for GNOME 41, but useful for GNOME 42.

  [ Simon McVittie ]
  * Update to upstream gnome-41 branch commit 41.4-10-g3c47db21a2
    - Improve keyboard accessibility for setting hostname
    - Translation updates
  * Stop installing configuration for keyboard shortcuts for screenshots.
    With GNOME Shell 42, this duplicates a similar file shipped by GNOME
    Shell itself; and with gnome-settings-daemon 42, it causes a
    gnome-control-center assertion failure, because those keyboard shortcuts
    have been removed from g-s-d's settings schema. (Closes: #1008493)
  * d/patches: Add various bug fixes from upstream 42.0, via Ubuntu.
    Ubuntu 22.04 is going to stick with gnome-control-center 41.x, so we're
    not upgrading to 42 in Debian either until Ubuntu is further into its
    freeze.
    - This includes a dependency on gsettings-desktop-schemas, so update
      d/control accordingly.

 -- Simon McVittie <smcv@debian.org>  Mon, 28 Mar 2022 19:13:05 +0100

gnome-control-center (1:41.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Only show network configuration button for active/connecting
      connections
    - Fix error cancelling PPD dialog
    - Translation updates
    - Other changes were already included in 1:41.2-2
  * Drop patches that came from upstream
  * d/copyright: Update
    - Document that some files are now GPL-3+ (Closes: #1005755)
  * Mark a Debian-specific patch as deliberately not forwarded
  * Standards-Version: 4.6.0 (no changes required)
  * Silence some Lintian tags

 -- Simon McVittie <smcv@debian.org>  Wed, 16 Feb 2022 10:54:42 +0000

gnome-control-center (1:41.2-2) unstable; urgency=medium

  * Team upload
  * d/patches: Update to gnome-41 branch commit 41.2-19-g600b0a014
    - Fix build with recent meson versions (Closes: #1004761)
    - Do not invert order of video modes, which can result in a lower
      than intended refresh rate being selected for a non-preferred mode
    - Adjust icon for default applications panel
    - Ensure sound recording level indicator is cleared when microphone
      is unplugged
    - Translation updates

 -- Simon McVittie <smcv@debian.org>  Tue, 01 Feb 2022 22:56:12 +0000

gnome-control-center (1:41.2-1) unstable; urgency=medium

  * New upstream release
  * Bump debhelper-compat to 13
  * debian/rules: Drop unneeded -Wl,--as-needed

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 05 Dec 2021 09:54:38 -0500

gnome-control-center (1:41.1-1) unstable; urgency=medium

  * Team upload

  [ Jeremy Bicha ]
  * debian/control.in: Bump minimum gnome-settings-daemon to 41,
    for power-saver-profile-on-low-battery gsettings key

  [ Simon McVittie ]
  * New upstream release

 -- Simon McVittie <smcv@debian.org>  Fri, 05 Nov 2021 19:38:16 +0000

gnome-control-center (1:41.0-2) unstable; urgency=medium

  * Release to unstable

 -- Jeremy Bicha <jbicha@debian.org>  Tue, 28 Sep 2021 19:35:52 -0400

gnome-control-center (1:41.0-1) experimental; urgency=medium

  * New upstream release
  * Refresh patches
  * debian/control.in: Bump minimum glib to 2.68.0 & libhandy to 1.2
  * debian/control.in: Build-Depend on libgcr-3-dev
  * debian/control.in: Build-Depend on libxml2-utils for xmllint
  * debian/control.in: Don't Build-Depend on libgrilo-0.3-dev & at-spi2-core

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 26 Sep 2021 16:46:05 -0400

gnome-control-center (1:40.1-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 18 Sep 2021 07:37:48 -0400

gnome-control-center (1:40.0-2) unstable; urgency=medium

  * Team upload
  * Release to unstable, part of transition #992870

 -- Simon McVittie <smcv@debian.org>  Sat, 11 Sep 2021 21:32:44 +0100

gnome-control-center (1:40.0-1) experimental; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release
  * debian/control: Update dependencies to match upstream
  * debian/control: Bump dependency on schemas 40
  * d/p/distro-logo: Update to follow upstream changes.
  * debian/patches: Cleanup to use gbp-pq generated names.
    And we can avoid annoying numbered patches that doesn't make any sense
    in the patch-queue branch.
  * debian/control: B-D on dh-sequence-gnome (>= 0.22.2)
    It's required for supporting new gnome versioning schema. As per this we
    can drop the explicit --with gnome in debian/rules

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 10 Jun 2021 18:36:49 +0200

gnome-control-center (1:3.38.5-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 23 Mar 2021 08:46:50 +0100

gnome-control-center (1:3.38.4-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 19 Feb 2021 11:59:19 +0100

gnome-control-center (1:3.38.3-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Use upstream/3.38.x branch for packaging
  * Standards-Version: 4.5.1 (no changes required)

 -- Simon McVittie <smcv@debian.org>  Fri, 15 Jan 2021 09:34:04 +0000

gnome-control-center (1:3.38.2-2) unstable; urgency=medium

  * debian/control.in: Explicitly add libgoa-backend-1.0-dev to the BD
  * debian/control.in: Explicitly add libsoup2.4-dev to the BD

 -- Laurent Bigonville <bigon@debian.org>  Fri, 25 Dec 2020 10:16:26 +0100

gnome-control-center (1:3.38.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Applications: Fix a NULL pointer dereference
    - Keyboard: Fix an assertion failure
    - Network: Correctly detect when Ethernet devices are hotplugged
    - Printers: Fix memory leaks
    - Printers: Reduce panel's minimum width
    - Sharing: When disabling Tracker, also disable Tracker 3
    - Sound: Update libgvc to support UCM in recent ALSA and PulseAudio
    - Users: Avoid freeing a const string
    - Wacom: Fix a critical warning if loading a cursor fails
  * Bump libpulse-dev dependency according to meson.build
  * Preferentially build-depend on libgdk-pixbuf-2.0-dev.
    We don't need the deprecated Xlib integration that is also pulled in
    by the older libgdk-pixbuf2.0-dev package (see #974870).

 -- Simon McVittie <smcv@debian.org>  Mon, 23 Nov 2020 10:14:09 +0000

gnome-control-center (1:3.38.1-1) unstable; urgency=medium

  * New upstream release
  * debian/rules:
    - remove deprecated -Dgnome_session_libexecdir

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 05 Oct 2020 15:07:48 +0200

gnome-control-center (1:3.38.0-2) unstable; urgency=medium

  * Team upload
  * Revert "d/watch: Watch for development releases"
  * Release to unstable

 -- Simon McVittie <smcv@debian.org>  Fri, 25 Sep 2020 10:27:01 +0100

gnome-control-center (1:3.38.0-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 15 Sep 2020 15:01:27 +0200

gnome-control-center (1:3.37.92-1) experimental; urgency=medium

  * Team upload
  * d/watch: Watch for development releases
  * New upstream release
    - Updated translations
    - Show screen orientation setting even when accelerometer is present
    - Wacom: group pad/stylus devices together with the group name
  * Update libhandy dependency
  * d/copyright: Update
  * Add Breaks on gnome-shell (<< 3.37.92).
    gnome-control-center now talks to the Mutter DisplayConfig interface
    to get the screen orientation, and that's new in libmutter 3.37.92.
    gnome-shell 3.37.92 is the first version to guarantee to be linked
    to that version of libmutter.
  * Depend on gnome-settings-daemon 3.37.x.
    The core components of the GNOME desktop should be upgraded as a group,
    and mismatched combinations will not have been tested in practice.

 -- Simon McVittie <smcv@debian.org>  Mon, 07 Sep 2020 18:24:55 +0100

gnome-control-center (1:3.37.90-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in:
    - Build-Depends on libhandy-1-dev

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 18 Aug 2020 16:08:27 +0200

gnome-control-center (1:3.37.3-1) experimental; urgency=medium

  * New upstream release
  * debian/control.in:
    - updated gsettings-desktop-schemas requirement

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 07 Aug 2020 17:36:45 +0200

gnome-control-center (1:3.36.4-1) unstable; urgency=medium

  * New upstream release (lp: #1886495)

 -- Sebastien Bacher <seb128@debian.org>  Mon, 06 Jul 2020 16:47:10 +0200

gnome-control-center (1:3.36.3-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 18 Jun 2020 13:38:15 +0200

gnome-control-center (1:3.36.2-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 01 May 2020 09:02:41 +0200

gnome-control-center (1:3.36.1-1) unstable; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 27 Mar 2020 10:17:23 +0100

gnome-control-center (1:3.36.0-1) unstable; urgency=medium

  * New upstream release
    - Bump the build-dependencies
    - debian/patches/Revert-build-Bump-build-dependency-on-polkit.patch:
      Revert the bump of the minimal polkit version, ITS files were backported
      in earlier versions in debian

 -- Laurent Bigonville <bigon@debian.org>  Tue, 10 Mar 2020 19:17:55 +0100

gnome-control-center (1:3.35.92-1) experimental; urgency=medium

  * New upstream version, update based on Ubuntu
  * debian/control.in:
    - updated the requirements
  * debian/patches/01_menu_category.patch:
    - removed, those issues are fixed in the new version
  * debian/patches/07_polkit_wheel_sudo_group.patch:
    - removed in favor of the new build option
  * debian/rules:
    - use -Dprivileged_group=sudo

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 04 Mar 2020 12:18:35 +0100

gnome-control-center (1:3.34.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Bump Standards-Version to 4.5.0
  * Wrap long lines in changelog entries: 1:2.4.0-7, 1:2.4.0-2,
    1:2.2.2-2, 1:2.2.0-1, 1.0.51-1
  * Set field Upstream-Name in debian/copyright
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse
  * Move to debhelper-compat 12

 -- Simon McVittie <smcv@debian.org>  Sat, 29 Feb 2020 23:04:24 +0000

gnome-control-center (1:3.34.2-1) unstable; urgency=medium

  * Team upload

  [ Will Thompson ]
  * control: make -dev depend on -data, for the ITS files needed to tell
    xgettext how to extract strings from keybinding and sound XML files

  [ Simon McVittie ]
  * d/watch: Only watch for stable-branch versions
  * d/gbp.conf: Use upstream/3.34.x branch now that 3.35.x releases exist
  * New upstream release
    - Fix crash when selecting display on secondary GPU (Closes: #945375)

 -- Simon McVittie <smcv@debian.org>  Tue, 10 Dec 2019 12:24:48 +0000

gnome-control-center (1:3.34.1-1) unstable; urgency=medium

  * New upstream release
    - Fix crash on clicking 'Search Locations' (lp: #1846210)

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 07 Oct 2019 17:03:23 +0200

gnome-control-center (1:3.34.0.1-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 30 Sep 2019 17:48:50 +0200

gnome-control-center (1:3.34.0.1-1) experimental; urgency=medium

  * New upstream release
    + Fix sliders not behaving properly (LP: #1841897)

 -- Iain Lane <laney@debian.org>  Mon, 09 Sep 2019 17:11:55 +0100

gnome-control-center (1:3.33.90-1) experimental; urgency=medium

  [ Laurent Bigonville ]
  * debian/control.in: Drop libgnomekbd-dev from the build-dependencies, this
    is apparently not needed for quite some time already

  [ Iain Lane ]
  * New upstream release
    + Search
      - Introduce Drag n' Drop
      - Visual polishment
      - Various minor improvements from the Every Detail Matters session
      - Add shadows to application icons
    + Background
     - Redesigned panel
    + Display
     - Move Night Light to a tab, instead of a dialog
    + Keyboard Shortcuts
     - Panel renamed from "Keyboard"
    + Mouse & Touchpad
     - Reinstate keyboard navitation
    + Power:
     - Don't treat all batteries as laptop batteries
    + Sharing
      - Use a HdyLeaflet
    + User Accounts
      - Present the default avatar in the avatar popover
    + Wacom
      - Ensure calibrator UI CSS only applies to its UI
  * control: Bump BDs per upstream
  * 06_handle_passwd_with_ldap.patch: Drop, merged upstream

 -- Iain Lane <laney@debian.org>  Mon, 19 Aug 2019 15:21:34 +0100

gnome-control-center (1:3.32.2-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 29 May 2019 12:27:36 +0200

gnome-control-center (1:3.32.1-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 03 Apr 2019 18:25:00 +0200

gnome-control-center (1:3.32.0.1-1) experimental; urgency=medium

  * New upstream release
  * Remove the patches included in the new version

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 12 Mar 2019 10:47:36 +0100

gnome-control-center (1:3.31.92-3) experimental; urgency=medium

  * Cherry-pick two patches from upstream libhandy to fix translations

 -- Iain Lane <laney@debian.org>  Thu, 07 Mar 2019 15:51:05 +0000

gnome-control-center (1:3.31.92-2) experimental; urgency=medium

  * debian/control.in:
    - Build-Depends on libudisks2-dev

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 06 Mar 2019 16:05:01 +0100

gnome-control-center (1:3.31.92-1) experimental; urgency=medium

  * New upstream release

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 06 Mar 2019 15:26:53 +0100

gnome-control-center (1:3.31.90-1) experimental; urgency=medium

  * New upstream development release
  * Build-Depend on libgsound-dev
  * Bump Build-Depends: meson 0.48.0, libupower-glib-dev 0.99.8 and
    gsettings-desktop-schemas-dev 3.31.0
  * Remove 10 patches applied in new release
  * Refresh patches

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 07 Feb 2019 14:27:18 -0500

gnome-control-center (1:3.30.2-5) unstable; urgency=medium

  * Add distro-logo.patch used by Fedora and Ubuntu. See the
    desktop-base README.Debian for how to override using Debian alternatives.

 -- Jeremy Bicha <jbicha@debian.org>  Wed, 06 Feb 2019 20:39:07 -0500

gnome-control-center (1:3.30.2-4) unstable; urgency=medium

  * debian/patches/power-Label-the-PENDING_CHARGING-state-as-Not-Charging.patch:
    - Label the PENDING_CHARGING state as "Not Charging" (LP: #1745032)

 -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Fri, 25 Jan 2019 12:39:58 +0000

gnome-control-center (1:3.30.2-3) unstable; urgency=medium

  * Cherry-pick 8 commits to improve accessibility
    - Include fix for reversed Repeat Keys speed slider (LP: #1736883)

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 10 Jan 2019 09:08:13 -0500

gnome-control-center (1:3.30.2-2) unstable; urgency=medium

  * Drop Build-Depend on gnome-common & intltool (Closes: #829788)
  * Restore -Wl,-O1 to our LDFLAGS
  * Enable all hardening flags
  * Bump Standards-Version to 4.3.0

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 23 Dec 2018 11:17:33 -0500

gnome-control-center (1:3.30.2-1) unstable; urgency=medium

  * d/p/Debian-s-adduser-doesn-t-allow-uppercase-letters-by-defau.patch:
    - Debian's adduser doesn't allow uppercase letters by default
      (Closes: #910141)
  * New upstream release
  * d/p/region-Autodisconnect-IBusBus-connected-handler.patch:
    - Do not segfault when region panel is closed during init
      (Cherry-picked from upstream commit 88ca2fcd)

 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Thu, 08 Nov 2018 12:55:32 +0000

gnome-control-center (1:3.30.1-1) unstable; urgency=medium

  * New upstream release
    - d/p/Fix-icons-in-translations.patch:
    - d/p/Update-Belarusian-translation.patch:
    - d/p/Update-German-translation.patch:
    - d/p/Update-Russian-translation.patch:
    - d/p/Updated-Czech-translation-1.patch:
    - d/p/Updated-Czech-translation-2.patch:
    - d/p/Updated-Czech-translation.patch:
    - d/p/color-Fix-fallout-from-the-GtkTemplate-port.patch:
    - d/p/region-Cancel-async-permission-requests-when-panel-is-clo.patch:
    - d/p/region-Do-not-release-locale-keys-in-IM-hash-table.patch:
    - d/p/region-Don-t-leak-GFile-objects.patch:
    - d/p/region-Fix-language-section-not-being-marked-insensitive.patch:
    - d/p/region-Remove-duplicate-cancellable-code.patch:
    - d/p/region-Replace-tab-characters-with-spaces.patch:
      Drop patches applied upstream.
  * debian/rules:
    - Bump Standards-Version to 4.2.1 (no changes required)
    - Don't include gnome-get-source.mk because it's no longer required since
      Debian Policy 4.1.4

 -- Andrea Azzarone <andrea.azzarone@canonical.com>  Mon, 01 Oct 2018 16:37:52 +0100

gnome-control-center (1:3.30.0-2) unstable; urgency=medium

  * Team upload
  * d/patches: Update from upstream gnome-3-30 branch at commit
    3.30.0-21-g230f659a3 (excluding CI and Flatpak changes) for bug fixes
    and translation updates
  * Release to unstable
    - d/gbp.conf, d/control: Switch branches for unstable
    - d/watch: Watch for upstream stable (even-numbered) releases

 -- Simon McVittie <smcv@debian.org>  Thu, 20 Sep 2018 12:49:10 +0100

gnome-control-center (1:3.30.0-1) experimental; urgency=medium

  * Team upload
  * d/gbp.conf: Update from glib2.0
  * New upstream release

 -- Simon McVittie <smcv@debian.org>  Wed, 19 Sep 2018 14:55:49 +0100

gnome-control-center (1:3.29.92-1) experimental; urgency=medium

  * New upstream version
    - Wi-Fi, Fix a potential crash (lp: #1718727)

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 28 Aug 2018 10:38:40 +0200

gnome-control-center (1:3.29.90-1) experimental; urgency=medium

  * Team upload

  [ Arnaud Rebillout ]
  * Bump requirement for libgtk-3, libupower-glib and cheese (per meson.build)

  [ Iain Lane ]
  * debian/gbp.conf:
    + Upstream's tags are normal now - remove the commented out
      upstream-vcs-tag.
    + Use patch-numbers = False
  * debian/*: Update for experimental / 3.29 series
  * New upstream release 3.29.4
    + Use symbolic icons in Shell search
    + Introduce Dynamic Panel
    + Display:
      - Improve display arrangement widget
      - Fix a few crashers
    + Sharing:
      - Expose Remote Desktop work on Wayland
    + User Accounts:
      - Use term "Confirm" instead of "Verify"
      - Use the same phrase when passwords do not match
    + Wacom:
      - Hide when no Wacom devices are connected
      - Remove deprecated APIs
    + Wi-Fi:
      - Hide when no Wi-Fi adapters are available
    + Power:
      - Fix showing approximate percentages
    + Thunderbolt:
      - Introduce new Thunderbolt panel
    + User Accounts:
      - Fix hint for wrong enterprise user/password
    + Improve logging engine
    + Add an object caching mechanism
    + Vastly improve CI
    + Organize tests
    + Add Network tests
  * d/p/Show-scrollbar-on-first-Language-window-if-needed.patch: Drop, applied
    upstream.
  * d/p/Expose-touchpad-settings-if-synaptics-is-in-use.patch: Refresh.
  * debian/control*:
    + Bump libnm* deps, and add libsecret-1-dev per meson.build.
    + Add test deps (xvfb, python3-dbusmock, at-spi2-core)
  * debian/gnome-control-center.docs: Remove AUTHORS, README → README.md
  * debian/control*: Require gnome-settings-daemon 3.29

  [ Simon McVittie ]
  * Bump Standards-Version to 4.1.5 (no changes required)
  * Set Rules-Requires-Root to no
  * d/copyright: Update and convert to machine-readable format

 -- Simon McVittie <smcv@debian.org>  Sun, 05 Aug 2018 18:18:52 +0100

gnome-control-center (1:3.28.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release 3.28.2
    - Fixes file permissions regression introduced in meson conversion
      (Closes: #900911)
  * Standards-Version: 4.1.4 (no changes required)

 -- Simon McVittie <smcv@debian.org>  Wed, 27 Jun 2018 09:18:33 +0100

gnome-control-center (1:3.28.1-1) unstable; urgency=medium

  [ Gunnar Hjalmarsson ]
  * d/p/0005-Show-scrollbar-on-first-Language-window-if-needed.patch:
    - If the list of languages in the region & language panel is too long,
      show a scroll bar.

  [ Michael Biebl ]
  * New upstream version 3.28.1
  * Drop Build-Depends on network-manager-dev, no longer necessary

 -- Michael Biebl <biebl@debian.org>  Wed, 11 Apr 2018 18:20:17 +0200

gnome-control-center (1:3.28.0-1) unstable; urgency=medium

  [ Simon McVittie ]
  * New upstream stable release
  * Switch Vcs-* to salsa.debian.org git
  * d/gbp.conf: Add
  * Refresh patches via gbp pq

  [ Daniel van Vugt ]
  * Add 0004-Expose-touchpad-settings-if-synaptics-is-in-use.patch
    - Allow touchpad settings to work with xserver-xorg-input-synaptics
      Note that this is unneeded on GNOME on Wayland where libinput is
      always used. (LP: #1686081)

 -- Jeremy Bicha <jbicha@debian.org>  Sun, 18 Mar 2018 20:14:00 -0400

gnome-control-center (1:3.27.92-1) unstable; urgency=medium

  * New upstream release candidate
  * Build with meson
  * Build-Depend on policykit-1 for itstool rules
  * Build-Depend on networkmanager-dev
  * Bump minimum gnome-desktop3 and gsettings-desktop-schemas
  * Bump debhelper compat to 11
  * Bump Standards-Version to 4.1.3

 -- Jeremy Bicha <jbicha@debian.org>  Sat, 10 Mar 2018 14:50:31 -0500

gnome-control-center (1:3.26.2-1) unstable; urgency=medium

  * New upstream release
  * Recommend gnome-user-docs instead of transitional package gnome-user-guide
  * Drop debian/patches/fix-about-desktop.patch, merged upstream
  * Switch to dh_missing and abort on uninstalled files

 -- Michael Biebl <biebl@debian.org>  Sun, 05 Nov 2017 19:11:44 +0100

gnome-control-center (1:3.26.1-2) unstable; urgency=medium

  * Release to unstable
  * Add fix-about-desktop.patch:
    - Fix launching About panel (LP: #1721802)
  * Bump Standards-Version to 4.1.1

 -- Jeremy Bicha <jbicha@debian.org>  Fri, 13 Oct 2017 17:16:32 -0400

gnome-control-center (1:3.26.1-1) experimental; urgency=medium

  * Team upload
  * New upstream release

 -- Simon McVittie <smcv@debian.org>  Fri, 06 Oct 2017 10:36:51 +0100

gnome-control-center (1:3.26.0-1) experimental; urgency=medium

  * Team upload
  * debian/watch: Go back to checking for stable versions only
  * New upstream stable release

 -- Simon McVittie <smcv@debian.org>  Wed, 13 Sep 2017 11:56:48 +0100

gnome-control-center (1:3.25.92.1-1) experimental; urgency=medium

  * Team upload
  * debian/watch: Check for development versions too
  * New upstream release
    - Increase build and runtime dependencies as per configure.ac
  * Add Suggests: gnome-software | gnome-packagekit, for Updates
    button in overview panel

 -- Simon McVittie <smcv@debian.org>  Thu, 07 Sep 2017 11:59:44 +0100

gnome-control-center (1:3.24.3-1) unstable; urgency=medium

  [ Laurent Bigonville ]
  * New upstream release.
    - Drop d/p/git_allow_empty_ip4_gateway.patch and
      d/p/info-Do-not-crash-if-Renderer-is-not-set-by-SessionM.patch, applied
      upstream
    - debian/control.in: Bump (build-)dependencies

  [ Jeremy Bicha ]
  * debian/control.in:
    - Bump minimum gnome-settings-daemon to 3.23.90
  * Bump Standards-Version to 4.1.0

 -- Laurent Bigonville <bigon@debian.org>  Wed, 30 Aug 2017 02:01:50 +0200

gnome-control-center (1:3.22.2-3) unstable; urgency=medium

  * Add debian/patches/git_allow_empty_ip4_gateway.patch
    - Allow entering manual ipv4 configuration *without* a gateway.
      (Cherry-picked from upstream commit 898d0aa4e9780078ff3)
      Closes: #863595 (see also bgo: #708500)

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 30 May 2017 22:29:04 +0200

gnome-control-center (1:3.22.2-2) unstable; urgency=medium

  * Remove leftover Build-Depends on network-manager-dev, libnm-util-dev and
    libnm-glib-dev. Those are no longer needed after the switch to
    libnm-dev/libnma-dev.

 -- Michael Biebl <biebl@debian.org>  Mon, 15 May 2017 17:21:05 +0200

gnome-control-center (1:3.22.2-1) unstable; urgency=medium

  * New upstream release.
  * Set --with-gnome-session-libexecdir so gnome-control-center can find the
    gnome-session-check-accelerated binary which is required for the info
    panel.
  * debian/patches/info-Do-not-crash-if-Renderer-is-not-set-by-SessionM.patch
    - Fix a crash in the info panel if the renderer can not be retrieved from
      SessionManager.

 -- Michael Biebl <biebl@debian.org>  Tue, 14 Mar 2017 23:15:36 +0100

gnome-control-center (1:3.22.1-2) unstable; urgency=medium

  [ Helmut Grohne ]
  * Mark gnome-control-center-{dev,data} Multi-Arch: foreign.
    (Closes: #842527)

  [ Michael Biebl ]
  * Drop Recommends: gnome-control-center from gnome-control-center-data.
    (Closes: #819458)

 -- Michael Biebl <biebl@debian.org>  Wed, 25 Jan 2017 16:51:16 +0100

gnome-control-center (1:3.22.1-1) unstable; urgency=medium

  * New upstream release.

 -- Michael Biebl <biebl@debian.org>  Tue, 11 Oct 2016 17:30:11 +0200

gnome-control-center (1:3.22.0-2) unstable; urgency=medium

  [ Jeremy Bicha ]
  * debian/control.in:
    - Recommend libcanberra-pulse for Test Speakers feature (Closes: #676234)

  [ Andreas Henriksson ]
  * Add build-dependency on tzdata as zone.tab is used in tests.
    (Closes:  #839485)

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 08 Oct 2016 22:42:58 +0200

gnome-control-center (1:3.22.0-1) unstable; urgency=medium

  * New upstream release.
  * Drop fix-crash-entering-ipv4-gateway.patch and
    fix-crash-entering-ipv4-routes.patch, merged upstream.
  * Bump debhelper compat level to 10.
  * Bump Build-Depends on libgtk-3-dev to (>= 3.22.0) for
    GtkScrolledWindow.propagate_natural_width. (Closes: #838336)
  * Use non-multiarch path (/usr/lib/gnome-control-center) for libexecdir.

 -- Michael Biebl <biebl@debian.org>  Wed, 21 Sep 2016 02:00:20 +0200

gnome-control-center (1:3.21.92-2) unstable; urgency=high

  * Team upload.
  * Add fix-crash-entering-ipv4-gateway.patch and
    fix-crash-entering-ipv4-routes.patch taken from upstream git fixing
    crashes when setting IPv4 gateway or IPv4 routes. They can be dropped for
    3.21.93. Closes: #836835
  * High urgency to get those fixes in testing as quickly as possible.

 -- Raphaël Hertzog <hertzog@debian.org>  Thu, 15 Sep 2016 21:40:56 +0200

gnome-control-center (1:3.21.92-1) unstable; urgency=medium

  * New upstream beta release.
  * debian/gnome-control-center.install: ship usr/share/gettext/its
    - this installs the new gnome-keybindings.its and .loc
  * Append a ~ to the versioned libsmbclient-dev build-dependency
    to silence lintian.

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 13 Sep 2016 14:19:49 +0200

gnome-control-center (1:3.21.90-1) unstable; urgency=medium

  [ Andreas Henriksson ]
  * New upstream beta release.
  * Update (build-)dependencies according to configure.ac changes:
    - bump gsettings-desktop-schemas-dev to >= 3.21.4
    - bump libgoa-1.0-dev to >= 3.21.5
    - bump libgnome-desktop-3-dev to >= 3.21.2
    - bump libgtk-3-dev to >= 3.21.4
    - bump libnm-* to >= 1.2.0
    - Replace libnm-glib-dev, libnm-glib-vpn-dev, libnm-gtk-dev and
      libnm-util-dev with libnm-dev (>= 1.2.0) and libnma-dev (>= 1.2.0)
  * Drop Recommends on mesa-utils
    - not needed for a long time since upstream commit c60221e0b4187a
      which has now been superseded by fetching the info over dbus
      from gnome-session.
  * Bump build-dependency on libgtk-3-dev to >= 3.21.5
    - the keyboard panel uses GtkShortcutLabel which is not in 3.21.4.

  [ Michael Biebl ]
  * Drop Build-Depends on libdbus-1-dev and libnotify-dev, no longer required.
  * Drop obsolete cleanup code in maintainer scripts.
  * Convert from cdbs to dh.

 -- Michael Biebl <biebl@debian.org>  Thu, 01 Sep 2016 12:43:52 +0200

gnome-control-center (1:3.20.1-2) unstable; urgency=medium

  * debian/control.in: Switch system-config-printer recommends to
    system-config-printer-common, g-c-c only needs a subset of s-c-p
  * debian/control.in: Bump Standards-Version to 3.9.8 (no further changes)

 -- Laurent Bigonville <bigon@debian.org>  Sun, 05 Jun 2016 14:10:48 +0200

gnome-control-center (1:3.20.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop Build-Depends on libdbus-glib-1-dev, no longer needed.
  * Recommend policykit-1 instead of policykit-1-gnome. The GNOME Shell
    already has a PolicyKit authentication agent builtin, so we only need the
    system service.
  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Tue, 19 Apr 2016 15:22:11 +0200

gnome-control-center (1:3.19.92-1) experimental; urgency=medium

  [ Dmitry Shachnev ]
  * Drop dependencies on gnome-icon-theme{,-symbolic}. It is superseded
    by adwaita-icon-theme, which is pulled in by libgtk-3-common.

  [ Andreas Henriksson ]
  * New upstream release.
  * Update (build-)dependencies according to configure.ac changes:
    - Bump gnome-settings-daemon(-dev) to >= 3.19.1
    - Bump gsettings-desktop-schemas(-dev) to >= 3.19.3
    - Bump libglib2.0-dev to (>= 2.44.0)
    - Bump libgnome-desktop3-dev to >= 3.19.93
    - Bump gtk+ to >= 3.19.12
    - switch libgrilo-0.2-dev -> libgrilo-0.3-dev (>= 0.3.0)
  * Bump Standards-Version to 3.9.7

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 17 Mar 2016 23:47:32 +0100

gnome-control-center (1:3.18.2-1) unstable; urgency=medium

  [ Laurent Bigonville ]
  * Add pulseaudio-module-bluetooth to the Recommends, this is allowing the
    user to use his computer as an external speaker for devices like
    smartphones

  [ Michael Biebl ]
  * New upstream release.
  * Drop 08_fix_syntax_errors_in_sharing_panel_translations.patch, merged
    upstream.

 -- Michael Biebl <biebl@debian.org>  Wed, 11 Nov 2015 16:32:17 +0100

gnome-control-center (1:3.18.1-1) unstable; urgency=medium

  * New upstream release.
  * Upload to unstable.
  * Update Build-Depends as per configure.ac:
    - Bump libgrilo-0.2-dev to (>= 0.2.12).
    - Bump libgnome-bluetooth-dev to (>= 3.18.0).
  * Drop debian/patches/debian-uses-ssh-service.patch and instead set
    SSHD_SERVICE=ssh.service via CPPFLAGS in debian/rules.
  * Cherry-pick patch from upstream which fixes syntax errors in
    gnome-sharing-panel.desktop translations.

 -- Michael Biebl <biebl@debian.org>  Wed, 14 Oct 2015 21:51:58 +0200

gnome-control-center (1:3.17.92-1) experimental; urgency=medium

  [ Josselin Mouette ]
  * Remove Debian menu entry.

  [ Andreas Henriksson ]
  * New upstream release candidate.
  * Update build-dependencies according to configure.ac changes:
    - bump gnome-bluetooth >= 3.17.90
    - bump gnome-desktop >= 3.17.4
  * Update debian/patches/debian-uses-ssh-service.patch

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 16 Sep 2015 17:22:36 +0200

gnome-control-center (1:3.16.3-1) unstable; urgency=medium

  [ Andreas Henriksson ]
  * Add debian/patches/debian-uses-ssh-service.patch
    - look for ssh.service (rathen than sshd.service) to make
      Remote Login show up under sharing panel.

  [ Michael Biebl ]
  * New upstream release.
  * Drop clean-la.mk include from debian/rules, the package no longer ships
    any libtool .la files.
  * Drop obsolete Breaks/Replaces from pre-wheezy and the no longer used
    Conflicts/Replaces/Provides: capplet-data.
  * Bump debhelper compatibility level to 9.

 -- Michael Biebl <biebl@debian.org>  Wed, 22 Jul 2015 21:00:37 +0200

gnome-control-center (1:3.16.2-2) unstable; urgency=medium

  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 14 Jun 2015 13:44:52 +0200

gnome-control-center (1:3.16.2-1) experimental; urgency=medium

  * New upstream release.
  * Update build-dependencies according to configure.ac changes:
    - Bump libaccountsservice-dev to >= 0.6.39
    - Bump gsettings-desktop-schemas-dev to >= 3.15.4
    - Bump libgoa-1.0-dev to >= 3.15.1
    - Bump libgtk-3-dev to >= 3.15.0
    - Bump gsettings-desktop-schemas to >= 3.15.4
    - Add libgudev-1.0-dev [linux-any]
  * gnome-control-center: install new appdata file

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 11 Jun 2015 15:51:24 +0200

gnome-control-center (1:3.14.4-1) unstable; urgency=medium

  * New upstream release.
  * Update patches.

 -- Michael Biebl <biebl@debian.org>  Mon, 27 Apr 2015 16:35:53 +0200

gnome-control-center (1:3.14.2-3) unstable; urgency=medium

  * Re-add system-config-printer recommendation. (Closes: #774257)
    - it's still needed to be able to add new printers.

 -- Andreas Henriksson <andreas@fatal.se>  Thu, 05 Feb 2015 19:44:41 +0100

gnome-control-center (1:3.14.2-2) unstable; urgency=medium

  * Remove system-config-printer recommendation.

 -- Josselin Mouette <joss@debian.org>  Sun, 30 Nov 2014 14:38:52 +0100

gnome-control-center (1:3.14.2-1) unstable; urgency=medium

  * New upstream translation and bugfix release.
    + Disables SSLv3 because POODLE.
  * 30_stack_overflow.patch: patch from upstream git. Prevents stack
    overflow in sharing panel.
  * 31_printers_border.patch: patch from upstream git. Removes unwanted
    border around printer model name.

 -- Josselin Mouette <joss@debian.org>  Sun, 30 Nov 2014 11:08:12 +0100

gnome-control-center (1:3.14.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)

 -- Laurent Bigonville <bigon@debian.org>  Sat, 18 Oct 2014 01:35:32 +0200

gnome-control-center (1:3.14.0-1) unstable; urgency=medium

  * Bump gnome-settings-daemon dependency
    - 'org.gnome.settings-daemon.plugins.media-keys' key 'control-center'
      added during 3.13 and needed by gnome-control-center keyboard panel.
  * Drop Recommends on ntp since we now rely on systemd-timesyncd for
    automatic time (and AIUI ntp integration in gnome never really worked
    anyway because of the default configuration the debian package shipped).
  * New upstream release.
  * Upload to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 22 Sep 2014 19:49:03 +0200

gnome-control-center (1:3.13.91-1) experimental; urgency=medium

  [ Jordi Mallach ]
  * Add cracklib-runtime to Recommends, it's needed for password changing.

  [ Andreas Henriksson ]
  * New upstream development release.
  * Update build-dependencies according to configure.ac changes:
    - Bump gsettings-desktop-schemas-dev to (>= 3.13.91)
    - Drop libgnome-menu-3-dev
    - Bump libgtk-3-dev to (>= 3.13.0)
  * Update dependencies:
    - Drop gnome-menus
    - Bump gsettings-desktop-schemas to (>= 3.13.91)

  [ Laurent Bigonville ]
  * Add debian/patches/07_polkit_wheel_sudo_group.patch: The "wheel" group is
    not existing on debian, check if the user is member of the "sudo" group
    instead (Closes: #760722)

  [ Andreas Henriksson ]
  * Update debian/gnome-control-center.pkla with what is currently listed
    in upstreams panels/common/gnome-control-center.rules since we don't yet
    have/depend-on policykit-1 >= 0.106 which means the rules file is still
    unused. This fixes automatic time/timezone, etc.

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 07 Sep 2014 11:34:18 +0200

gnome-control-center (1:3.12.1-4) unstable; urgency=medium

  [ Laurent Bigonville ]
  * debian/control.in: Recommends realmd package

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Drop duplicate libgnome-bluetooth-dev build dependency.

  [ Andreas Henriksson ]
  * Bump dependency on gsettings-desktop-schemas to >= 3.9.91
    - build-dependency already set to this version.
    - needed for newly added datetime schema
    (Closes: #752569)
  * Upload to unstable.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 14 Jul 2014 23:49:42 +0200

gnome-control-center (1:3.12.1-3) experimental; urgency=medium

  * debian/control.in:
    Add recommends to libnss-myhostname (Closes: #705319)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 27 Apr 2014 18:20:29 +0200

gnome-control-center (1:3.12.1-2) experimental; urgency=medium

  [ Josselin Mouette ]
  * Remove Suggests on screensavers.

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 27 Apr 2014 10:14:45 +0200

gnome-control-center (1:3.12.1-1) experimental; urgency=medium

  [ Laurent Bigonville]
  * New upstream release.
    - Add libkrb5-dev to the build-dependencies
    - Re-add libgnome-bluetooth-dev build-dependency
  * debian/control.in: Bump Standards-Version to 3.9.5 (no further changes)

  [ Sjoerd Simons ]
  * Re-add gnome-bluetooth support

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 26 Apr 2014 18:41:34 +0200

gnome-control-center (1:3.12.0-1) experimental; urgency=medium

  * New upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 24 Mar 2014 19:58:34 +0100

gnome-control-center (1:3.11.91-1) experimental; urgency=medium

  [ Jordi Mallach ]
  * Bumb Build-Depends for libgnome-bluetooth-dev to >= 3.9.3.

  [ Andreas Henriksson ]
  * New upstream release.
  * Update build-dependencies according to configure.ac changes:
    - Bump libgnome-desktop-3-dev to >= 3.11.3
    - Bump libgtk-3-dev to >= 3.11.1
    - Bump libupower-glib-dev to >= 0.99.0
    - Add libgrilo-0.2-dev (>= 0.2.6)
    - Drop libsocialweb-client-dev
  * Drop debian/patches/background-Fix-compilation-with-libsocialweb.patch
    - socialweb integration dropped upstream.
  * debian/rules: remove --with-libsocialweb configure flag
  * Drop d/p/background-Fix-test-chooser-dialog-build-with-some-l.patch
    - merged upstream.
  * Have quilt refresh remaining patches
  * Drop build-dependency on libgnome-bluetooth-dev [linux-any]
    - Looks like we won't get bluez 5.x in unstable until some time
      after hell freezes over, so just disable the bluetooth panel
      for now to not let this hold us back.

 -- Andreas Henriksson <andreas@fatal.se>  Tue, 11 Mar 2014 23:44:49 +0100

gnome-control-center (1:3.10.1-1) experimental; urgency=low

  * New upstream release
  * debian/patches/background-Fix-compilation-with-libsocialweb.patch
    + Fix compilation with libsocialweb
  * debian/patches/background-Fix-test-chooser-dialog-build-with-some-l.patch
    + Fix compilation with more strictl linkers
  * debian/control: Recommend network-manager instead of depending
    (Closes: #726395)

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 01 Nov 2013 23:11:23 +0100

gnome-control-center (1:3.8.3-3) unstable; urgency=low

  * Drop recommends on gnome-session, it doesn't seem to be needed anymore
    and brings in all of gnome when installing network-manager-gnome which
    is also used in non-gnome environments.
  * Upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 13 Oct 2013 18:04:36 +0200

gnome-control-center (1:3.8.3-2) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Recommend gkbd-capplet, used by the Region & Language panel to
      display the selected keyboard layout.
    + Recommend ntp for the Date & Time panel.

  [ Laurent Bigonville ]
  * debian/control.in:
    - Use canonical URL for Vcs-Svn field
    - Drop duplicate Section to please lintian
    - Also Suggests libcanberra-gtk3-module
  * debian/rules:
    - Use DEB_LDFLAGS_MAINT_APPEND instead of LDFLAGS so we are
      sure we are not overrinding the hardening flags
    - Pass -Wl,-z,defs to DEB_LDFLAGS_MAINT_APPEND so we can detect undefined
      symbols during build
  * gnome-control-center-data.maintscript: Remove /etc/xdg/menus/gnomecc.menu
    and /etc/xdg/autostart/gnome-sound-applet.desktop on upgrade, the files
    are no longer shipped (Closes: #712831)
  * debian/control.in, debian/rules: Re-enable ibus support (Closes: #720585)

  [ Jeremy Bicha ]
  * Build-depend on gtk-doc-tools instead of docbook directly
  * Don't build-depend on gnome-doc-utils

 -- Laurent Bigonville <bigon@debian.org>  Sat, 24 Aug 2013 14:05:49 +0200

gnome-control-center (1:3.8.3-1) experimental; urgency=low

  [ Andreas Henriksson ]
  * Recommend both gnome-user-share and rygel | rygel-tracker
    - Needs to be of recent version, but we don't have versioned recommends.
    - This Makes Bluetooth Sharing, Personal File Sharing and Media Sharing
      visible under the Sharing panel.
      (Also, Remote Login will not show up until we ship a sshd.service
       in Debian.)

  [ Emilio Pozuelo Monfort ]
  * New upstream release.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 08 Jun 2013 18:32:00 +0200

gnome-control-center (1:3.8.2-1) experimental; urgency=low

  [ Thomas Bechtold ]
  * New upstream release 3.8.1.
  * debian/control:
    - Build-Depends on libgoa-1.0-dev (>= 3.8.1) according to
      configure.ac.
    - Bump Standards-Version to 3.9.4.

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Bump minimum gnome-menus dependency to fix loading desktop
      files from the shell. Thanks to Luca Bruno for pointing it
      out.
    + Recommend system-config-printer for the printers panel.
  * New upstream release 3.8.2.
    + Doesn't crash if the printing dbus service is missing.
      Closes: #709451.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 25 May 2013 13:00:07 +0200

gnome-control-center (1:3.8.0-2) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Remove obsolete libgconf2-dev build dependency.

  [ Sjoerd Simons ]
  * debian/control.in: Add libsmbclient-dev for the printer panel
  * debian/control.in: Add libnm*-dev (>= 0.9.8) for the network panel
  * debian/control.in: Add run-time depend on network-manager-gnome (>= 0.9.8)

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 10 Apr 2013 09:22:02 +0100

gnome-control-center (1:3.8.0-1) experimental; urgency=low

  [ Jeremy Bicha ]
  * debian/gnome-control-center-data.install, gnome-control-center.install:
    - Move the new polkit rules to gnome-control-center-data
      like the existing rule
  * debian/control.in:
    - Add temporary breaks/replaces for the previous change
  * Add gnome-control-center.pkla to allow admins to change the hostname
    without needing policykit from experimental (Closes: #693071)

  [ Thomas Bechtold ]
  *  New upstream release

 -- Thomas Bechtold <thomasbechtold@jpberlin.de>  Wed, 27 Mar 2013 19:02:54 +0100

gnome-control-center (1:3.7.92-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * New upstream release
  * debian/patches/90_force_fallback.patch
    + Dropped, no longer applicable
  * debian/patches/revert_git_datetime_port.patch
    + Follow upstream in the systemd datetime usage
  * debian/control.in: Bump build-deps
  * debian/control.in: Add run-time depend on colord
  * debian/gnome-control-center.install: Don't install panel .so files, all
    plugins are now static
  * debian/gnome-control-center-data.install: Remove installation of fallback
    files, no longer shipped with g-c-c

  [ Jean Schurger ]
  * debian/control.in: Dropped valac build-dependency (not longer needed).

  [ Sjoerd Simons ]
  * New upstream release (3.7.92)
  * debian/gnome-control-center.install: Install policykit rules & search
    provider
  * debian/control.in: Depend on gnome-icon-theme >= 3.7

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 23 Mar 2013 20:19:50 +0100

gnome-control-center (1:3.6.3-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * debian/control.in: Bump libgnome-bluetooth-dev to >= 3.5.5
  * debian/control.in: Bump libcheese-gtk-dev to >= 3.5.91

  [ Jeremy Bicha ]
  * New upstream version.
  * debian/gnome-control-center.sgml, debian/gnome-control-center.install
    debian/rules
    - Ship improved man page from GNOME

  [ Aron Xu ]
  * debian/control.in debian/rules: disable ibus integration.
    (Closes: #694301, #691656)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 10 Feb 2013 13:17:20 +0100

gnome-control-center (1:3.6.2-1) experimental; urgency=low

  * Team upload

  [ Andreas Henriksson ]
  * Fix typo in gsettings-desktop-schemas-dev build dependency version
    (3.3.91 should be 3.5.91). (Closes: #693027)

  [ Simon McVittie ]
  * Bump build-dependency to libgnome-desktop-3-dev (>= 3.5.91) as well,
    otherwise it'll continue to FTBFS
  * New upstream release
  * Install org.gnome.controlcenter.user-accounts.policy PolicyKit rule,
    which means that authenticating for
    org.gnome.controlcenter.user-accounts.administration is sufficient
    to administer accountsservice and (if later added to Debian) realmd
  * Do not install gnome-control-center.rules for now; it won't work in Debian
    since we don't have a wheel group. Patching it to use group sudo is
    a possibility for a future upload.

 -- Simon McVittie <smcv@debian.org>  Mon, 12 Nov 2012 17:14:50 +0000

gnome-control-center (1:3.6.1-1) experimental; urgency=low

  [ Josselin Mouette ]
  * Add missing epoch on libxi build-dependency.

  [ Michael Biebl ]
  * Rebuild with xz compression. Closes: #687279

  [ Sjoerd Simons ]
  * New upstream release (3.6.1)
  * debian/control.in: Updated dependencies
  * debian/patches/02_no_assert_on_null_streams.patch
    + Removed, was supposed to be a temporary patch
  * debian/patches/10_optional_wacom_support.patch
    + Removed, fixed upstream
  * debian/patches/90_force_fallback.patch: Refreshed

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 14 Oct 2012 21:42:26 +0200

gnome-control-center (1:3.4.2-2) unstable; urgency=low

  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Wed, 30 May 2012 12:54:24 +0200

gnome-control-center (1:3.4.2-1) experimental; urgency=low

  [ Sjoerd Simons ]
  * New upstream release
  * Sync with Ubuntu:
    + debian/control.in: Update build-depends
    + debian/patches/02_no_assert_on_null_streams.patch:
      - Don't crash on null streams (bgo: #633728, LP: #741155)
    + debian/patches/90_force_fallback.patch:
      - Refreshed
    + debian/patches/06_handle_passwd_with_ldap.patch:
      - Refreshed
    + debian/patches/revert_git_datetime_port.patch:
      - Added, don't switch to systemd for datetime functionality just yet.
  * Drop libgnome-control-center1 package, gnome-control-center no longer
    builds a library.
  * debian/patches/00git_handle_media_dialog_close.patch,
    debian/patches/91_configure_cheese.patch,
    debian/patches/08_dont_crash_on_null_territories.patch,
    debian/patches/92_link_language_chooser_against_fontconfig.patch:
    + All removed, fixed upstream
  * debian/rules: Don't use -Wl,-z,defs as it cause the panel plugins to fail
    to build
  * debian/gnome-control-center-data.install: gnome-control-center no longer
    ships a manual.

  [ Michael Biebl ]
  * Add Build-Depends on libwacom-dev and libxi-dev for the Wacom panel and
    libgnome-bluetooth-dev for the Bluetooth panel.
  * Mark libwacom-dev and libgnome-bluetooth-dev as linux-any.
  * Update Build-Depends according to configure.ac.
  * Add Breaks/Replaces: gnome-bluetooth (<< 3.4) as the Bluetooth panel moved
    into gnome-control-center.
  * debian/patches/10_optional_wacom_support.patch: Build the Wacom panel
    conditionally to support plattforms where libwacom-dev is not available.
  * Bump Standards-Version to 3.9.3.
  * Add Breaks against libgnome-bluetooth8 since loading booth
    libgnome-bluetooth8 and libgnome-bluetooth10 will lead to crashes when
    using the Bluetooth panel. Eventually we should use versioned directories
    for the gnome-bluetooth plugins but for now the Breaks will do.

 -- Michael Biebl <biebl@debian.org>  Sat, 19 May 2012 23:57:55 +0200

gnome-control-center (1:3.2.2-3) unstable; urgency=low

  * debian/patches/92_link_language_chooser_against_fontconfig.patch: Link
    language chooser panel against fontconfig. Patch cherry-picked from
    upstream Git.

 -- Michael Biebl <biebl@debian.org>  Thu, 29 Mar 2012 23:36:02 +0200

gnome-control-center (1:3.2.2-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Recommend cups-pk-helper. Closes: #622688.

  [ Michael Biebl ]
  * Add Recommends on mesa-utils. The glxinfo utilitity is required to show
    details about the graphics card.
  * Upload to unstable.

 -- Michael Biebl <biebl@debian.org>  Fri, 16 Dec 2011 23:55:34 +0100

gnome-control-center (1:3.2.2-1) experimental; urgency=low

  [ Laurent Bigonville ]
  * debian/control.in: Bump libgnome-desktop-3-dev build-dependency
    (Closes: #647954)

  [ Josselin Mouette ]
  * Breaks/Replaces g-p-m < 3.2. Closes: #648410.

  [ Michael Biebl ]
  * New upstream release.
  * Refresh debian/patches/91_configure_cheese.patch.
  * debian/control.in:
    - Mark Build-Depends on libnm-gtk-dev as linux-any.
    - Bump Build-Depends on libnotify-dev to (>= 0.7.3).
    - Bump Depends on gsettings-desktop-schemas to (>= 3.0.2).
  * Remove debian/libgnome-control-center-dev.install, obsolete.
  * Remove debian/libgnome-control-center1.symbols and instead add a strict
    dependency between gnome-control-center and libgnome-control-center1.

 -- Michael Biebl <biebl@debian.org>  Wed, 16 Nov 2011 00:45:49 +0100

gnome-control-center (1:3.2.1-1) experimental; urgency=low

  * New upstream release
  * Sync with Ubuntu
    + debian/libgnome-control-center1.symbols: Update symbols
    + debian/patches/90_force_fallback.patch: Updated
    + debian/patches/06_handle_passwd_with_ldap.patch: Added
    + debian/patches/08_dont_crash_on_null_territories.patch: Added
  * debian/patches/02_https.patch: Removed, fixed upstream
  * debian/patches/03_ppd_h.patch: Removed, fixed upstream
  * debian/patches/91_configure_cheese.patch: Include cheese pkg-config flags
    as symbols of it are being used
  * debian/control.in: Remove libgnome-control-center-dev package
  * debian/control.in: Add build-dependency on libgoa-1.0-dev, libcolord-dev,
    and libnotify-dev
  * debian/control.in: Tighten libgtk-3-dev build-dependency
  * debian/control.in: Add libnm-gtk-dev b-d for network panel
  * debian/control.in: Add libcheese-gtk-dev b-d to take account pictures
  * debian/control.in: Add libsocialweb-client-dev b-d to use flickr background
     service

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 05 Nov 2011 00:46:41 +0000

gnome-control-center (1:3.0.2-3) unstable; urgency=low

  * debian/control.in:
    - Also add Breaks/Replaces against gdm (<< 3.0). Closes: #645400
    - Update Depends on gnome-desktop-data to gnome-desktop3-data.
  * Rename control-center2.xpm to gnome-control-center.xpm and refresh the
    icon based on what's currently shipped in gnome-icon-theme.
    Update the menu file accordingly.

 -- Michael Biebl <biebl@debian.org>  Sat, 15 Oct 2011 20:49:56 +0200

gnome-control-center (1:3.0.2-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Drop useless gst-alsa | gst-audiosink suggstion; suggest
    gst-pulseaudio instead.

  [ Michael Biebl ]
  * Upload to unstable.
  * debian/watch:
    - Switch to .xz tarballs.
    - Track stable releases.
  * Bump debhelper compatibility level to 8.
    - Update Build-Depends on debhelper.
    - Strip debian/tmp/ from .install files.
  * debian/control.in:
    - Update Vcs-* URLs.
    - Bump Standards-Version to 3.9.2. No further changes.
    - Change network-manager build-dependencies to linux-any.
    - Add Breaks/Replaces against gdm3 (<< 3.0) which shipped the faces
      in previous versions.
    - Add Breaks/Replaces against gnome-settings-daemon (<< 3.0).
      Closes: #625783
  * Refresh patches.
  * debian/gnome-control-center-data.install
    - Install face pictures.

 -- Michael Biebl <biebl@debian.org>  Fri, 14 Oct 2011 16:13:54 +0200

gnome-control-center (1:3.0.2-1) experimental; urgency=low

  [ Josselin Mouette ]
  * Break glib < 2.28.6-2 for x-scheme-handler support.

  [ Sjoerd Simons ]
  * New upstream release

  [ Josselin Mouette ]
  * Break gnome-session < 3.0 because of the sound-applet startup.
  * 01_menu_category.patch: new patch. Put g-c-c.desktop in the Settings
    menu instead of the System one.
  * 90_force_fallback.patch: new patch. Disable the “forced fallback
    mode” switch, since we already provide a xsession file for it in
    gnome-session-fallback.
  * Break gnome-power-manager < 3.0 because of the power panel.
  * 02_https.patch: patch from upstream git. Correctly register https
    scheme together with http.
  * 03_ppd_h.patch: patch from upstream git. Include ppd.h explicitly.
  * Use dh-autoreconf to go with this patch.

 -- Josselin Mouette <joss@debian.org>  Sun, 04 Sep 2011 19:15:55 +0200

gnome-control-center (1:3.0.1.1-1) experimental; urgency=low

  * New upstream release.
  * gnome-control-center-data.install: drop GConf schemas.
  * gnome-control-center-data.gconf-defaults: dropped, obsolete.

 -- Josselin Mouette <joss@debian.org>  Fri, 29 Apr 2011 02:24:28 +0200

gnome-control-center (1:3.0.0.1-1) experimental; urgency=low

  * New upstream release.
  * debian/control.in:
    + add build dependency on new libnm-glib-dev, libnm-util-dev, and
      network-manager-dev.
    + bump build dependency on gnome-settings-daemon-dev.
    + add dependency on gnome-icon-theme-symbolic.
    + bump dependency on gnome-settings-daemon, required for new gsettings
      schema.
  * debian/patches/00_disable-nm.patch: removed as NM 0.9 is now available.
  * debian/patches/99_autoreconf.patch: removed.
  * debian/libgnome-control-center-dev.install: do not install gtk-doc as it
    was incomplete and got removed.

 -- Frederic Peters <fpeters@debian.org>  Thu, 31 Mar 2011 01:01:31 +0530

gnome-control-center (1:2.91.93-1) experimental; urgency=low

  * New upstream release.

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + Build depend on a new enough version of gdk-pixbuf. Closes: #619282.
    + Drop Breaks on gnome-media-common.

  [ Frederic Peters ]
  * debian/patches/00_disable-nm.patch: updated.
  * debian/patches/99_autoreconf.patch: refreshed.

 -- Frederic Peters <fpeters@debian.org>  Wed, 30 Mar 2011 23:44:16 +0530

gnome-control-center (1:2.91.92-1) experimental; urgency=low

  * New upstream release.

  [ Emilio Pozuelo Monfort ]
  * debian/control.in:
    + gnome-control-center-dev belongs in the devel section.

  [ Laurent Bigonville ]
  * debian/control.in
    - Add Vcs-* fields
    - Bump libglib2.0-dev and gnome-settings-daemon-dev Build-dependencies
    - Bump gnome-control-center Dependency against gnome-settings-daemon
    - gnome-control-center-data Breaks gnome-media-common (<< 2.91)

  [ Frederic Peters ]
  * debian/patches/00_disable-nm.patch: updated.
  * debian/images/, debian/patches/12_timezones.patch: merged upstream.
  * debian/patches/10_libshortcuts-link.patch: merged upstream.
  * debian/control.in: update build-deps.
  * debian/control.in: add dependency on gsettings-desktop-schemas.

 -- Frederic Peters <fpeters@debian.org>  Mon, 21 Mar 2011 22:30:04 +0100

gnome-control-center (1:2.91.91-3) experimental; urgency=low

  * debian/control.in: add build-dep on locales, required for the datetime
    test-endianess check.

 -- Frederic Peters <fpeters@debian.org>  Sun, 13 Mar 2011 20:05:56 +0100

gnome-control-center (1:2.91.91-2) experimental; urgency=low

  * debian/rules, debian/images/*, debian/patches/12_timezones.patch: ship
    and install missing timezone graphics.
  * debian/libgnome-control-center1.symbols: updated with three new symbols.

 -- Frederic Peters <fpeters@debian.org>  Sat, 12 Mar 2011 21:38:35 +0100

gnome-control-center (1:2.91.91-1) experimental; urgency=low

  * New upstream release.
    + debian/patches/00_disable-nm.patch: updated.
    + debian/patches/10_mouse-panel-link.patch: fixed upstream.
    + debian/patches/11_keyboard-panel-link.patch: ditto.
    + debian/patches/10_libshortcuts-link.patch: fix linking of the shortcut
      code.
    + debian/patches/99_autoreconf.patch: refreshed.
    + debian/control.in: build build-dep on libgnomekbd-dev

 -- Frederic Peters <fpeters@debian.org>  Thu, 10 Mar 2011 17:35:21 +0100

gnome-control-center (1:2.91.90-1) experimental; urgency=low

  * New upstream release.
    + debian/patches/00_disable-nm.patch: disable Network Manager 0.9 bits.
    + debian/patches/10_mouse-panel-link.patch: fix linking of the mouse
      panel.
    + debian/patches/11_keyboard-panel-link.patch: fix linking of the keyboard
      panel.
    + debian/libgnome-control-center1.symbols: updated with a new symbol.

 -- Frederic Peters <fpeters@debian.org>  Fri, 25 Feb 2011 10:44:34 +0100

gnome-control-center (1:2.91.6-1) experimental; urgency=low

  * debian/control.in:
    + Depend on accountsservice and apg for the User Accounts panel.
    + Update for the new gtk+ package names.
  * New upstream release.
    + debian/patches/01_printers_link.patch:
      - Fix linking for the printers capplet.
    + debian/control.in:
      - Update build dependencies.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sat, 19 Feb 2011 14:40:15 +0000

gnome-control-center (1:2.91.5-2) experimental; urgency=low

  * debian/control.in:
    - Drop gnome-control-center breaks/replaces against gnome-media(-common),
      they seem unneeded.
    - capplets-data replaces gnome-media-common.
    - Build depend on docbook-xml, needed to build the docs.
    - capplets-data: stop breaking g-c-c, it already depends on a new
      enough version of the former so this is not needed.
    - gnome-control-center: no need to manually depend on
      libgnome-control-center1. The shlibs does that for us.
    - Don't use tabs for padding.
    - Drop obsolete dpkg-dev b-d.
  * debian/control.in,
    debian/rules,
    debian/source/format:
    - Switch to source format 3.0 (quilt).
  * debian/control.in,
    debian/{capplets,gnome-control-center}-data.*,
    debian/rules:
    - Rename capplets-data to gnome-control-center-data.
  * debian/index.theme:
    - Removed, unused.
  * debian/libgnome-control-center1.symbols:
    - Add a Build-Depends-Package field.
  * debian/gnome-keyboard-properties.1,
    debian/gnome-control-center.manpages:
    - gnome-keyboard-properties is gone, drop the manpage.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 16 Jan 2011 23:01:37 +0000

gnome-control-center (1:2.91.5-1) experimental; urgency=low

  * New upstream release
  * Based on ubuntu 1:2.91.3.1-0ubuntu1~build2, by Robert Ancell and others
  * debian/patches/01_ml_po.patch
    - Removed
  * patches/25_window_manager_settings.patch
    - Removed, no longer applicable

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 15 Jan 2011 12:18:29 +0000

control-center (1:2.30.1-2) unstable; urgency=low

  * debian/control.in:
    - Let gnome-control-center depend on evolution-data-server, instead of
      only recommending it. It's needed by gnome-about-me. Closes: #592525.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 11 Aug 2010 01:37:07 +0200

control-center (1:2.30.1-1) unstable; urgency=low

  * New upstream release.
  * Update build-dependencies.
  * Require g-s-d 2.30.
  * 01_fix_libslab_build.patch, 02_xrandr_assert.patch: dropped, merged
    upstream.
  * 70_relibtoolize.patch: updated for the new version.
  * 01_ml_po.patch: new patch. Fix Malayalam translation that causes
    GConf errors.

 -- Josselin Mouette <joss@debian.org>  Tue, 27 Apr 2010 20:22:38 +0200

control-center (1:2.28.1-2) unstable; urgency=low

  * Drop libxxf86misc-dev build-dependency, it is not used.
    Closes: #559694.
  * 02_xrandr_assert.patch: stolen upstream. Fix assertion when using
    mirroring. Closes: #563094.

 -- Josselin Mouette <joss@debian.org>  Mon, 04 Jan 2010 18:26:06 +0100

control-center (1:2.28.1-1) unstable; urgency=low

  * New upstream release.
    - debian/patches/70_relibtoolize.patch:
      + Updated.
    - debian/control.in:
      + Stop build depending on libhal-dev, it's not needed anymore.
  * debian/rules: Remove check-dist.mk include to upload to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 22 Oct 2009 05:11:23 +0200

control-center (1:2.28.0-2) experimental; urgency=low

  * Build depend on a recent libslab-dev to build against one that doesn't
    use libgnomeui, making gnome-control-center start again. Closes: #550461.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 12 Oct 2009 01:58:10 +0200

control-center (1:2.28.0-1) experimental; urgency=low

  [ Loic Minier ]
  * Drop --disable-mime-cache configure flag which was introduced in a Debian
    specific patch which was dropped in 1:2.18.1-1.

  [ Emilio Pozuelo Monfort ]
  * debian/patches/05_ta_po.patch: forwarded, add header.

  [ Josselin Mouette ]
  * Require gnome-settings-daemon 2.26. Closes: #540418.

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
    - debian/control.in:
      + Bump libgtk2.0-dev and libgnomekbd-dev build dependencies.
      + Build depend on libxklavier-dev >= 4.0 rather than libxklavier12-dev.
      + Remove libglade2-dev, libpanel-applet2-dev and libgnomeui-dev build
        dependencies.
      + Add libunique-dev and libxi-dev build dependencies.
      + Remove libpolkit-gnome-dev from build depends, recommend
        policykit-1-gnome for PolicyKit 1 support.
    - debian/patches/05_ta_po.patch:
      + Removed, the issue is no longer present in the po file.
    - debian/patches/01_fix_libslab_build.patch:
      + Updated from https://bugzilla.gnome.org/show_bug.cgi?id=591428.
    - debian/patches/25_window_manager_settings.patch,
      debian/patches/70_relibtoolize.patch:
      + Updated.
    - debian/patches/04_path_xtra.patch:
      + Removed, Debian's autoconf patch doesn't patch AC_PATH_XTRA to check
        for its arguments anymore, so it's useless.
  * debian/rules:
    - Stop touching every file, it was done to workaround a broken tarball.
    - Include check-dist.mk to avoid uploads to experimental.
  * debian/control.in:
    - Tighten libgnome-window-settings-dev dependency on the shared library.
    - Standards-Version is 3.8.3, no changes needed.
    - Remove old conflicts/replaces.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 09 Oct 2009 20:54:05 +0200

control-center (1:2.26.0-1) unstable; urgency=low

  * Stop mentioning GNOME 2.
  * Remove scrollkeeper dependency.
  * New upstream release.
  * Update build-dependencies.
  * Remove build-deps unneeded thanks to the external libslab: librsvg,
    pango.
  * 02_build_libgnome.patch, 06_gnomedesktop_api.patch: removed, fixed
    upstream.
  * 03_a11y_logout.patch: removed, now uses the gnome-session dbus
    interface.
  * 05_ta_po.patch, 70_relibtoolize.patch: updated for the new version.
  * Install the autostart file in /usr/share/gnome/autostart.
  * capplets-data.postinst: remove the one in the old location.

 -- Josselin Mouette <joss@debian.org>  Fri, 29 May 2009 13:28:19 +0200

control-center (1:2.24.0.1-5) unstable; urgency=low

  * Remove useless build-dependency on libeel2-dev.

 -- Josselin Mouette <joss@debian.org>  Sat, 25 Apr 2009 13:18:24 +0200

control-center (1:2.24.0.1-4) unstable; urgency=low

  * Set the team as primary maintainer. Closes: #523535.
  * 02_build_libgnome.patch: new patch. Fix build failure by linking
    explicitly to libgnomeui for stuff incorrectly listing gnome-desktop
    only as a requirement. Closes: #524308.
  * 06_gnomedesktop_api.patch: patch to cope with the API changes in
    GnomeRR 2.26.
  * 70_relibtoolize.patch: regenerated.
  * Bump build-dependency on gnome-desktop to 2.26.

 -- Josselin Mouette <joss@debian.org>  Thu, 16 Apr 2009 10:34:54 +0200

control-center (1:2.24.0.1-3) unstable; urgency=low

  * capplets-data.gconf-defaults: remove the keybinding settings. Now
    that X.org returns correctly the XF86* keys, they must be used
    instead.
  * Add missing shortcuts for Home and Help.

 -- Josselin Mouette <joss@debian.org>  Fri, 10 Apr 2009 20:51:39 +0200

control-center (1:2.24.0.1-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Depend on gnome-settings-daemon >= 2.24. Closes: #510172.
  * Standards version is 3.8.1.
  * Upload to unstable.

  [ Emilio Pozuelo Monfort ]
  * debian/rules, debian/shlibs.local: Call dh_makeshlibs for libgnome-
    window-settings1 instead of using shlibs.local. It was likely
    there to workaround dpkg-dev setting ignoring the dependency from
    the Depends line and using that of dpkg-shlibdeps, but it's no
    longer the case. As a side effect, this makes the shlibs
    file be versioned as it should be.

  [ Loic Minier ]
  * Demote the scrollkeeper dep of capplets-data to a Suggest on rarian-compat
    | scrollkeeper; the scrollkeeper dep seems to have been added around 2002
    due to use of scrollkeeper-update in the postinst.

 -- Josselin Mouette <joss@debian.org>  Tue, 07 Apr 2009 09:11:09 +0200

control-center (1:2.24.0.1-1) experimental; urgency=low

  * 03_a11y_logout.patch: use gnome-panel-logout for logout when
    available.
  * New upstream release.
    + Correctly sets background without nautilus. Closes: #472902.
    + The about-me capplet correctly saves emails. Closes: #350651.
    + Resolutions are sorted in the display capplet. Closes: #509899.
  * Update build-dependencies.
  * Build-depend on libeel 2.24 to build against the experimental
    version.
  * Suggest libcanberra-gtk-module instead of esound-clients.
  * Remove obsolete files: libgnome-settings-daemon-dev.install,
    gnome-control-center.dirs.
  * Switch to quilt for managing patches; build-depend on quilt.
  * 01_fix_libslab_build.patch: updated for the new version.
  * 02_xklavier_utf8.patch: dropped, merged upstream
  * 25_window_manager_settings.patch: don’t patch the Makefile.in’s.
  * 70_relibtoolize.patch: regenerated.
  * capplets-data.gconf-defaults: the /music key is renamed to /media.
  * Don’t remove the GConf schemas in the installation target.
  * *.install: simplify a lot the installation files.
    + Remove the pkg-config files in capplets-data.
  * Remove -1 suffix in build-deps.
  * 99_ltmain_as-needed.patch: make --as-needed work for the library as
    well.
  * debian/gnome-control-center.postinst: remove gnome-vfs conffiles.
  * 05_ta_po.patch: new patch. Fix Tamil translation of the GConf
    defaults.

 -- Josselin Mouette <joss@debian.org>  Sun, 28 Dec 2008 12:38:50 +0100

control-center (1:2.22.2.1-2) unstable; urgency=low

  * 02_xklavier_utf8.patch: patch from upstream to accommodate the UTF8
    changes in libxklavier 3.5-2.
  * Standards version is 3.8.0, no changes.
  * Suggest x11-xserver-utils for xrdb instead of xbase-clients.

 -- Josselin Mouette <joss@debian.org>  Wed, 10 Sep 2008 12:34:52 +0200

control-center (1:2.22.2.1-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Suggest gstreamer0.10-alsa | gstreamer0.10-audiosink.
    Closes: #482794.

  [ Sebastian Dröge ]
  * New upstream bugfix release:
    + debian/patches/70_relibtoolize.patch:
      - Updated to apply cleanly again.
    + debian/rules:
      - Run touch on every file to fix up timestamps.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 29 May 2008 10:32:54 +0200

control-center (1:2.22.1-1) unstable; urgency=low

  * New upstream bugfix release:
    + debian/patches/70_relibtoolize.patch:
      - Updated for the new version.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 16 Apr 2008 11:03:33 +0200

control-center (1:2.22.0-2) unstable; urgency=low

  * Upload to unstable.
  * debian/control.in,
    debian/gnome-control-center.install:
    + Use nautilus 2.20 for now.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 19 Mar 2008 02:14:49 +0100

control-center (1:2.22.0-1) experimental; urgency=low

  * New upstream stable release:
    + Upload to experimental first because of intrusive changes.
    + gnome-settings-daemon moved to it's own source package.
    + Update build dependencies and dependencies.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 15 Mar 2008 19:06:48 +0100

control-center (1:2.20.3-3) unstable; urgency=low

  [ Josselin Mouette ]
  * Conflict against gnome-session << 2.20.3-2 because earlier versions
    require the dbus service file.

  [ Sebastian Dröge ]
  * debian/control.in:
    + Build depend on libxklavier12-dev | libxklavier-dev and rebuild against
      the new soname.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 28 Feb 2008 10:03:20 +0100

control-center (1:2.20.3-2) unstable; urgency=low

  * capplets-data.install: don’t install the dbus service file, as g-s-d
    should not be started through dbus.
  * gnome-keyboard-properties.1:
    + Fix missing space.
    + Fix whatis entry.
  * gnome-control-center.dirs: removed.
  * Don’t run dh_makeshlibs for g-c-c.
  * Update menu entry to the latest menu layout.

 -- Josselin Mouette <joss@debian.org>  Sat, 16 Feb 2008 14:58:03 +0100

control-center (1:2.20.3-1) unstable; urgency=low

  * New upstream bugfix release.
  * debian/control.in:
    + Update Standards-Version to 3.7.3, no additional changes needed.
  * debian/patches/70_relibtoolize.patch:
    + Updated for the new version.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 12 Jan 2008 07:34:06 +0100

control-center (1:2.20.1-2) unstable; urgency=high

  [ Josselin Mouette ]
  * 30_pkgconfig-path.patch: provide the path to the
    gnome-settings-daemon binary in the pkgconfig file.

  [ Loic Minier ]
  * Upload with urgency high as we need this minor change for next
    gnome-session.

 -- Loic Minier <lool@dooz.org>  Tue, 27 Nov 2007 13:57:27 +0100

control-center (1:2.20.1-1) unstable; urgency=low

  * New upstream bugfix release:
    + debian/patches/70_relibtoolize.patch:
      - Regenerated for the new version.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 25 Oct 2007 19:45:06 +0200

control-center (1:2.20.0.1-1) unstable; urgency=low

  [ Loic Minier ]
  * gnome-settings-daemon is in /usr/lib/control-center, not
    gnome-control-center; closes: #443997.
  * Drop the version of the scrollkeeper dependency.

  [ Josselin Mouette ]
  * Run dh_installmime for capplets-data, otherwise cdbs runs it before
    dh_install.

  [ Sven Arvidsson ]
  * Add man page for gnome-keyboard-properties (Closes: #345818)

  [ Sebastian Dröge ]
  * New upstream bugfix release:
    + debian/patches/70_relibtoolize.patch:
      - Updated for the new version.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 05 Oct 2007 08:45:45 +0200

control-center (1:2.20.0-1) unstable; urgency=low

  [ Loic Minier ]
  * Bump up gnome-icon-theme dep to >= 2.16 for applications-internet etc.
  * Bump up libpango1.0-dev b-dep to >= 1.17 to help experimental's sbuild to
    install libgtk2.0-dev >= 2.11.

  [ Sebastian Dröge ]
  * New upstream release:
    + debian/patches/27_nobashizms.patch:
      - Dropped, merged upstream.
    + 70_relibtoolize.patch:
      - Updated for the new version.
  * Upload to unstable, drop check-dist include.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 22 Sep 2007 11:06:14 +0200

control-center (1:2.19.6-1) experimental; urgency=low

  * New upstream development release; no API change.
    - Bump up libgtk2.0-dev build-dep to >= 2.11.6.
    - Relibtoolize.
    - Drop 99_ltmain_as-needed; fails to apply and not easy to update for me.

 -- Loic Minier <lool@dooz.org>  Fri, 03 Aug 2007 10:28:44 +0200

control-center (1:2.19.5-2) experimental; urgency=low

  * Update defaults to string type by explicitely quoting them;
    closes: #432933.

 -- Loic Minier <lool@dooz.org>  Fri, 13 Jul 2007 11:14:52 +0200

control-center (1:2.19.5-1) experimental; urgency=low

  [ Josselin Mouette ]
  * capplets-data.gconf-defaults: set the default keybindings, formerly
    in patches/07_default_keys.patch.
  * patches/07_default_keys.patch: removed.
  * 99_ltmain_as-needed.patch: get --as-needed back to work.

  [ Loic Minier ]
  * Drop DEB_CONFIGURE_LOCALSTATEDIR which seems to be useless since forever.
  * Drop Marc Dequènes (Duck) from Uploaders; thanks!
  * Cleanups.
  * New upstream release series; these are development releases, the API may
    still change incompatibly; no API change in this release though.
    - Target at experimental; include check-dist.
    - Set GNOME_MODULE and update watch and copyright files as the upstream
      module was renamed to gnome-control-center; update debian/*.install and
      *.links files for new pathnames.
    - Update patch 01_fix_libslab_build.
    - Update patch 02_xrdb to only patch
      gnome-settings-daemon/gnome-settings-xrdb.c (same as Ubuntu package).
    - Update patch 09_locate_pointer (from Ubuntu package).
    - Drop patch 10_eggaccelerators, merged upstream.
    - Drop patch 15_gconf_peditor which has no documentation and seems
      completely obsolete.
    - Update patch 19_extra_keybindings (from the Ubuntu package).
    - Drop patch 24_theme_dont_require_metacity, deprecated with the new
      version (from the Ubuntu package).
    - Drop patch 36-compiz-keybindings-support, deprecated with the new
      version (from the Ubuntu package).
    - Update relibtoolizing patch, 70_relibtoolize.
    - Drop patch 90_workaround_gnome_doc_utils_bug, workaround not required
      anymore.
    - Bump up libglib2.0-dev build-dep to >> 2.13.
    - Drop private icon dir and png pixmaps from capplets-data.install.
    - Drop gnome-font-properties, gnome-background-properties,
      gnome-theme-manager, and gnome-ui-properties from
      gnome-control-center.install.
    - Add a (libxklavier11-dev >= 3.2) build-dep.
    - Update GConf defaults for the music and calculator keybindings and bind
      the rhythmbox command to the default media player.
    - Install gnome-keybindings.pc in libgnome-settings-daemon-dev.
    - Misc updates to *.install files.
    - New patch, 27_nobashizms, fixes a bashism in gnome-at-commandline; found
      in the Ubuntu package.
    - Install all files under usr/bin to gnome-control-center to ease handling
      of its install file.

 -- Loic Minier <lool@dooz.org>  Tue, 10 Jul 2007 18:55:45 +0200

control-center (1:2.18.1-1) unstable; urgency=low

  [ Marco Cabizza ]
  * New upstream release:
    - gswitchit should be working as most of the keyboard-releated stuff
      has been moved to libgnomekbd ( therefore depending on it ).
    - dropping 12_sort_entries.patch, 22_bkg_capplet_follow_symlink.patch,
      and 23_menu_files_conflict.patch due to code reorganisation.
    - dropping 28_thunderbird-no-compose-flag.patch and
      29_iceweasel-icedove-preferred-apps.patch as they're merged upstream.
    - fixing 02_xrdb.patch for the new upstream.
    - don't create the libslab* packages, depend on gnome-main-menu's
      libslab-dev.
    - don't install the control-center schema as it's provided by slab.
  * Fixing the .install files.

  [ Riccardo Setti ]
  * Built with the libslab-dev package provided by gnome-main-menu
    instead of the libslab shipped in the source
    - 01_fix_libslab_build.patch
  * Removed 06_disable_update_mime_at_install.patch. Use
    --disable-update-mimedb directly from the configure switch.
  * Updated 04_path_xtra.patch, 02_xrdb.patch
  * Added 05_autotools.patch
  * Dropped 30_pulseaudio.patch, merged upstream.
  * Added 07_default_keys.patch (patch taken from the ubuntu package)
  * Added 91_from_svn_fix_gstreamer_warning.patch:
    patch from SVN, "Initialise threads early, and fix option context
    translation". (patch taken from the ubuntu package)

  [ Loic Minier ]
  * Drop commented out DEB_BUILDDIR completely; seems useless; cleanups.
  * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
    cdbs >= 0.4.41.
  * New upstream release has API additions in gnome-settings-client.h, bump up
    shlibs to >= 2.17.5.
  * Suggest xrdb.
  * Bump up intltool build-dep to 0.35.5.
  * Build-depend on libpango1.0-dev, libgnomekbdui-dev.
  * Drop build-dep on liborbit2-dev, libxklavier11-dev.
  * Bump up dep on gnome-menus to >= 2.12.0.
  * Version the libgnomekbd and libgnomekbdui build-deps to >= 0.1.
  * New upstream release; no API change in libgnome-window-settings.
    - Apply update to patch 07_default_keys, found in the Ubuntu package.
    - Drop patch 91_from_svn_fix_gstreamer_warning, merged upstream.
    - Rename patch 05_autotools to 70_relibtoolize and update it.
    - New patch, 90_workaround_gnome_doc_utils_bug, works around a build
      failure with newer gnome-doc-utils; from the Ubuntu package.
  * New patch, 36-compiz-keybindings-support, permits configuring keybindings
    when using compiz as window manager; from the Ubuntu package.
  * Upload to unstable; drop check-dist include.
  * Wrap build-deps and deps.
  * Fix URL in copyright.
  * Build-depend on scrollkeeper.

 -- Loic Minier <lool@dooz.org>  Sun, 22 Apr 2007 13:48:12 +0200

control-center (1:2.16.3-1) experimental; urgency=low

  [ Sven Arvidsson ]
  * New patch, 30_pulseaudio.patch, Polypaudio is now PulseAudio;
    thanks Mike Hommey.

  [ Loic Minier ]
  * Merge 1:2.14.2-6 and 1:2.14.2-7; SVN r7995:8671.
  * New upstream stable release; bug fixes and translations.
    - Update patch 25_window_manager_settings.
    - Drop patch 30_null-terminate-font-list, merged upstream.
    - Update patch 30_pulseaudio.
    - Build-depend on scrollkeeper.

 -- Loic Minier <lool@dooz.org>  Sat, 17 Mar 2007 15:49:26 +0100

control-center (1:2.16.2-3) experimental; urgency=low

  * Add a get-orig-source target to retrieve the upstream tarball.
  * Include the new check-dist Makefile to prevent accidental uploads to
    unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
  * Build-depend on libgtk2.0-dev >= 2.10 for multihead support and to build
    typing-break which uses GtkStatusIcon, par of the 2.10 API.
  * Bump up libgnomeui-dev build-dep to >= 2.16.0-2 to get a Gtk 2.10
    transitionned version.

 -- Loic Minier <lool@dooz.org>  Sun,  4 Feb 2007 13:22:54 +0100

control-center (1:2.16.2-2) experimental; urgency=low

  * Conflict with gnome-session < 2.16.

 -- Josselin Mouette <joss@debian.org>  Mon, 27 Nov 2006 20:55:48 +0100

control-center (1:2.16.2-1) experimental; urgency=low

  [ Marco Cabizza ]
  * New upstream release:
    - gnome-settings-daemon doesn't crash anymore, hooray! (Closes: #372873)
    - dropping merged patches 26_ignore_pmu_permissions.patch and 27_bzip2.patch
    - adapting 19_extra_keybindings.patch
  * Bumping dependencies: libgtk2.0-dev, libxklavier11-dev, libebook-dev
  * Build-Depends on hal and dbus
  * Splitting off some stuff (gnome-window-settings.pc and its headers) into
    libgnome-window-settings-dev, and thus including the dbus .service in
    capplets-data
  * Updated the watch file

  [ Loic Minier ]
  * Fix watch file to track stable releases and use HTTP.

  [ Josselin Mouette ]
  * Merge 2.14.2-5.
  * rules: call clean-la.mk.
  * Build-depend on gnome-pkg-tools 0.7.
  * 29_iceweasel-icedove-preferred-apps.patch: remove the tons of
    useless translations of iceweasel and icedove by themselves.

 -- Josselin Mouette <joss@debian.org>  Sun, 26 Nov 2006 21:38:20 +0100

control-center (1:2.14.2-7) unstable; urgency=medium

  * Add a get-orig-source target to retrieve the upstream tarball.
  * New patch, 30_null-terminate-font-list, fixes crash triggerred by missing
    NULL terminator in name list; GNOME #356435.

 -- Loic Minier <lool@dooz.org>  Mon, 26 Feb 2007 11:00:38 +0100

control-center (1:2.14.2-6) unstable; urgency=low

  * Update patch 29_iceweasel-icedove-preferred-apps to drop the -compose
    flag, as in 28_thunderbird-no-compose-flag.

 -- Loic Minier <lool@dooz.org>  Mon, 27 Nov 2006 16:52:30 +0100

control-center (1:2.14.2-5) unstable; urgency=low

  * Update patch 29_iceweasel-icedove-preferred-apps to change the mixed case
    IceWeasel in Iceweasel.

 -- Loic Minier <lool@dooz.org>  Sat, 25 Nov 2006 13:34:41 +0100

control-center (1:2.14.2-4) unstable; urgency=low

  * New patch, 29_iceweasel-icedove-preferred-apps, to offer IceWeasel and
    Icedove in the list of preferred applications; thanks Sven Arvidsson;
    closes: #393549.

 -- Loic Minier <lool@dooz.org>  Sat, 25 Nov 2006 11:41:26 +0100

control-center (1:2.14.2-3) unstable; urgency=low

  [ Loic Minier ]
  * New patch, 28_thunderbird-no-compose-flag, to fix the way browsers invoke
    Thunderbird (drop the -compose flag which is added automatically for
    mailto: URLs); thanks Manuel Bilderbeek. (Closes: #380284)
  * Recommend gnome-user-guide instead of gnome2-user-guide; thanks Luk Claes.
    (Closes: #378718)

  [ Marco Cabizza ]
  * Set the correct path for bzip2 adding patches/27_bzip2.patch, and
    Recommends: bzip2, (Closes: #378141)

  [ Josselin Mouette ]
  * Suggest gnome-screensaver first, xscreensaver second.
  * Make libgnome-window-settings-dev tolerate binNMUs.
  * Depend on gnome-pkg-tools 0.6.
  * Use ${gnome:Version} and ${gnome:NextVersion}.
  * Call gnome-version.mk in rules.

 -- Josselin Mouette <joss@debian.org>  Fri,  1 Sep 2006 21:24:32 +0200

control-center (1:2.14.2-2) unstable; urgency=high

  [ Marco Cabizza ]
  * debian/control, debian/control.in:
    - libgnome-window-settings1 replaces capplets (Closes: #372804)

  [ Sjoerd Simons ]
  * debian/patches/26_ignore_pmu_permissions.patch
    - Added. Ignore errors when we can't open or use the pmu device for
      brightness settings. A better fix would be to use hal instead.
      (Closes: #373146)

  [ Loic Minier ]
  * Fix versioned dependency of capplets-data on gnome-control-center.
  * Let libgnome-window-settings1 conflict with capplets too.
  * Drop capplets Provides.

 -- Loic Minier <lool@dooz.org>  Fri,  7 Jul 2006 22:28:58 +0200

control-center (1:2.14.2-1) unstable; urgency=low

  * New upstream release
  * debian/control, debian/control.in:
    - libgnome-window-settings1, libgnome-window-settings-dev Replaces
      gnome-control-center << 1:2.14.0-1 (Closes: #370211)
    - New maintainer
  * compat, libgnome-window-settings1.install, gnome-control-center.install:
    - Debhelper compatibility is 5
    - Fixed some missing files errors

 -- Marco Cabizza <marco87@gmail.com>  Sun, 28 May 2006 18:53:48 +0200

control-center (1:2.14.1-1) unstable; urgency=low

  [ Marco Cabizza ]
  * New upstream release.
    - fixed the xkb releated bugs (Closes: #348809, #349399, #351798)
    - evdev doesn't crash gnome-settings-daemon any more
    (Closes: #362107, #362563)
    - fixed the gnome-settings-daemon crash at startup (Closes: #347796)
  * debian/control, debian/control.in:
    - dropped the dependency on xlibs due to its deprecation and since
      libxklavier depends on xkb-data (Closes: 342536, #365977)
    - standards version is 3.7.2
    - Build-depend on libgtk2.0-dev (>= 2.8.12) and
      libgstreamer-plugins-base0.10-dev
  * debian/rules:
    - append --enable-gstreamer=0.10 to configure
  * debian/capplets-data.install:
    - added usr/share/desktop-directories to the list
  * debian/patches/02_xrdb.patch:
    - updated to fit upstream
  * debian/patches/08_pmu_fix.patch:
    - dropped; already merged upstream
  * New packages:
    - Move libgnome-window-settings.so.1 in the newly created
      libgnome-window-settings1 and add libgnome-window-settings1.shlibs
    - Move the libwindow-settings' header files in the newly created
      libgnome-window-settings-dev
  * debian/patches/25_window_manager_settings.patch:
    - rename /usr/lib/window-manager-settings to
      /usr/lib/libgnome-window-settings1.

  [ Josselin Mouette ]
  * Make the package binNMU-safe.
    + Build-depend on dpkg-dev 1.13.19.
    + Use ${source:Version}.

 -- Marco Cabizza <marco87@gmail.com>  Sat,  6 May 2006 17:01:39 +0200

control-center (1:2.12.3-2) unstable; urgency=medium

  * Build-depend on libxrender-dev, libx11-dev, and libxt-dev explicitely as
    these are used in configure.in, fixes FTBFS.
    [debian/control, debian/control.in]
  * Add missing build-deps on libgconf2-dev, libbonoboui2-dev, libesd0-dev,
    libgnomevfs2-dev, libfontconfig1-dev, libfreetype6-dev, libglib2.0-dev.
    [debian/control, debian/control.in]
  * Fix old changelog entries:
    - Fix the bug number closed in 1:2.12.1-2.
    - Explain Marillat's joke in 1:2.4.0-8. (Closes: #244288)

 -- Loic Minier <lool@dooz.org>  Tue, 21 Feb 2006 11:38:12 +0100

control-center (1:2.12.3-1) unstable; urgency=low

  * New upstream release.
  * Recommend evolution-data-server since gnome-about-me seems to require it.
    (Closes: #340419)
    [debian/control, debian/control.in]

 -- Loic Minier <lool@dooz.org>  Mon, 20 Feb 2006 18:27:00 +0100

control-center (1:2.12.2-2) unstable; urgency=low

  [ Gustavo Noronha Silva ]
  * debian/control.in:
  - increased debhelper b-dep to >= 4.1.0, because of cdbs

  [ Josselin Mouette ]
  * Rebuild to get rid of libgamin0 dependency (closes: #348347).

 -- Josselin Mouette <joss@debian.org>  Mon, 16 Jan 2006 20:47:30 +0100

control-center (1:2.12.2-1) unstable; urgency=low

  * New upstream release
  * debian/control.in:
  - removed duplicated build-dep on libgnome-menu-dev, leaving
    the bigger one (>= 2.12), thanks to Kurt Roeckx <kurt@roeckx.be>
    for pointing out

 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  8 Jan 2006 12:02:37 -0200

control-center (1:2.12.1-2) UNRELEASED; urgency=low

  * Only install /usr/share/applications/*.desktop, not
    /usr/share/applications in capplets-data, and rm -rf
    /usr/share/applications/mimeinfo.cache in
    binary-post-install/capplets-data:: to be completely safe (the
    update-desktop-database can't be deactivated via configure).
    (Closes: #346062)
    [debian/capplets-data.install, debian/rules]

 -- Loic Minier <lool@dooz.org>  Sat,  7 Jan 2006 15:30:16 +0100

control-center (1:2.12.1-1) experimental; urgency=low

  [ Loic Minier ]
  * New upstream releases.
    - Update watch file. [debian/watch]
    - Don't run scrollkeeper. [debian/rules]
    - Bump libgtk2.0-dev build-dep to >= 2.6.0.
      [debian/control, debian/control.in]
    - Add a libxft-dev build-dep on >= 2.1.2.
      [debian/control, debian/control.in]
    - Version libgnome-menu-dev build-dep on >= 2.10.1.
      [debian/control, debian/control.in]
    - Enable about-me capplet.
      . Update configure flags. [debian/rules]
      . Add libebook1.2-dev build-dep. [debian/control, debian/control.in]
    - Suggest gnome-screensaver. [debian/control, debian/control.in]
  * Add CDBS' utils. [debian/rules]
  * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS and
    DEB_INSTALL_MANPAGES_gnome-control-center. [debian/rules]

  [ Sjoerd Simons ]
  * debian/patches/12_sort_entries.patch
    - Updated for new upstream
  * debian/patches/20_gswitchit_dont_crash_when_no_xkb_config.patch
    - Removed. fixed upstream
  * debian/patches/22_bkg_capplet_follow_symlink.patch
    - Updated for new upstream (from the ubuntu package)
  * debian/patches/23_menu_files_conflict.patch
    - Update for new upstream
  * debian/patches/99_reautogenization.patch
    - Removed
  * Updated build-depends
  * Install gnome-about-me and the nautilus extensions
  * Use upstream versions of gnome-font-viewer.desktop and
    themus-theme-applier.desktop

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 21 Nov 2005 18:21:32 +0000

control-center (1:2.10.2-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Use again --as-needed.

  [ Marc Dequènes (Duck) ]
  * New upstream release.
  * Applied patch for gnome-font-viewer 'fonts:///' url capability from
    Sam Morris (Closes: #316188).
  * Fixed 'Apply theme' contextual entry in 'themes://' (corrected
    'debian/themus-theme-applier.desktop') (Closes #298360).
  * Regenerated and merged reautogenization patches.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Fri, 30 Sep 2005 15:08:27 +0200

control-center (1:2.10.1-6) unstable; urgency=medium

  * Urgency medium because of FTBFS on sparc and alpha (binutils issue).
  * Remove --as-needed from LD_FLAGS.

 -- Loic Minier <lool@dooz.org>  Wed, 10 Aug 2005 12:48:11 +0200

control-center (1:2.10.1-5) unstable; urgency=high

  * Urgency high because of RC bugfix and because this holds the GNOME 2.10
    transition.
  * Add missing build-deps on libxss-dev (Closes: #319971) and
    libxinerama-dev.

 -- Loic Minier <lool@dooz.org>  Tue, 26 Jul 2005 09:52:43 +0200

control-center (1:2.10.1-4) unstable; urgency=medium

  * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely.
  * 24_theme_dont_require_metacity.patch: make gnome-theme-manager work
    without metacity being installed (closes: #315730).
  * Use type-handling's Provides: feature to avoid hacking the control file.
  * Remove the capplets package, which doesn't have a purpose anymore. Move
    all package contents back to gnome-control-center.
  * Remove most Replaces: and Conflicts:, not useful anymore.
  * Standards-version is 3.6.2.

 -- Josselin Mouette <joss@debian.org>  Sat, 25 Jun 2005 19:11:37 +0200

control-center (1:2.10.1-3) unstable; urgency=low

  * Fix menu files conflict (renaming 'preferences.menu' to 'gnome-
    preferences.menu') (causing control-center summary window to be
    empty).
  * Now building in 'debian/build/' directory (cleaner & avoid non-
    idempotency hackerie).
  * Updated 'debian/copyright' download URL.
  * 'debian/rules' spring-cleaning.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Wed, 15 Jun 2005 00:47:05 +0200

control-center (1:2.10.1-2) unstable; urgency=low

  * Upload to unstable (GNOME Team upload) (Closes: #313217).
  * Fixed in 2.10 :
    + crashes at startup when loading settings (Closes: #251126).
    + installing files from ~/.themes fails (Closes: #166983).
    + bad icon themes install path (Closes: #257241).
    + installing bad theme fails silently (Closes: #166982).
    + incorrect position of volume dialog (Closes: #260277).
    + cannot turn off sound events (Closes: #216927).
    and probably some more...
  * Buildsys not idempotent breaking next build because of missing
    schema '.in' file worked around in clean rule (GNOME people should
    really learn to test before releasing...).

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Sun, 12 Jun 2005 19:43:28 +0200

control-center (1:2.10.1-1) experimental; urgency=low

  * New upstream release.
  * debian/control.in:
    - Updated build-dependencies
  * debian/patches:
    - 01_gnome-default-applications-properties-structs.c.patch: Removed as
    Debian's default applications are included upstream
    - 03_gsd_actions_makefile.am.patch: Not more needed
    - 05_path_xtra-2.patch: Regenerated
    - 06_disable_update_mime_at_install.patch:
    - 07_disable_update_mime_at_install-2.patch:
      Don't call update-desktop-database
    - 11_sleepkey.patch: patch taken to seb128's package to use gdm-signal
    - 12_sort_entries.patch: Sort entries in each categories
    when suspending from keyboard key
    - 21_show_xkb_warning_one_time.patch: should not be needed anymore
    - 21_show_xkb_warning_one_time.patch: updated
    - 17_locate_pointer.patch:
    - 23_infinite_loop_theme_manager.patch:
      This upstream version has theses patches

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Sat,  9 Apr 2005 01:00:12 +0200

control-center (1:2.8.2-3) unstable; urgency=medium

  * 20_gswitchit_dont_crash_when_no_xkb_config.patch:
    + Reverse a wrong test condition.
    + Don't check the "options" key (closes: #296434).

 -- Josselin Mouette <joss@debian.org>  Thu, 17 Mar 2005 22:28:32 +0100

control-center (1:2.8.2-2) unstable; urgency=low

  * debian/control:
    - fixes the Build-Depends (Closes: #299753).

 -- Sebastien Bacher <seb128@debian.org>  Wed, 16 Mar 2005 23:29:27 +0100

control-center (1:2.8.2-1) unstable; urgency=low

  * New upstream version:
    - Fix theme thumbnailing
    - Fix widget expansion in the keyboard preferences
    - Handle backspace in multilayout setups correctly
    - theme-thumbnailer doesn't require an absolute path
  * debian/patches:
    - 05_relibtoolised.patch : Removed as no more accurate
    - 06_gst-fix.patch: Merged
    - 14_gst-mixer-grab.patch : Merged
    - 16_disable_text_editor_tab.patch: Merged
    - 18_logout.patch: Merged
    - 04_path_xtra.patch: Updated to patch only the configure.in file. The
    configure update is now in 05_path_xtra.patch-2.patch
    - 23_infinite_loop_theme_manager.patch: Forgotten patch in the 2.8.2
    release
  * debian/rules:
    - Pass --as-needed to LDFLAGS to reduce dependencies and removes
    dependency upon libhowl0. (Closes: 298805)
  * debian/control.in:
    - Depends on libgnomeui >= 2.8.1-3 to be sure to remove the dependency on
    the libhowl0

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Wed,  9 Mar 2005 23:18:44 +0100

control-center (1:2.8.1-4) unstable; urgency=low

  * debian/patches:
    - 17_locate_pointer.patch: fix the "locate pointer" when numlock is
    activated.
    - 18_logout.patch: fix the logout shortcut (Closes: #289009).
    - 01_gnome-default-applications-properties-structs.c.patch: Corrected
    Thunderbird command (Closes: #278762)
    - Updated 08_pmu_fix.patch with patches from Sjoerd Simons and Sven Luther
    as a fix for the pmu error message
    - 19_extra_keybindings.patch: Add bindings for calculator and music
    multimedia keys (Closes: #291917)
    - 20_gswitchit_dont_crash_when_no_xkb_config.patch: Patch from kov to
    prevent crash when used remotely (Closes: #286220)
    - 21_show_xkb_warning_one_time.patch: Adopt a similar behaviour as for the
    xmodmap warning (Closes: #287965)
    - 22_bkg_capplet_follow_symlink.patch: Resolv symlink to generate the
    thumbnails (Closes: #281657)

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Sun,  6 Feb 2005 19:13:04 +0100

control-center (1:2.8.1-3) unstable; urgency=low

  * debian/rules:
    - Corrected erroneous line responsible for not including the .desktop
    files (Closes: #274401)
  * debian/patches:
    - Suppressed 'Text Editor' in the "preferred applications" as it's useless
    with the new mime type system.

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Thu, 25 Nov 2004 21:16:04 +0100

control-center (1:2.8.1-2) unstable; urgency=low

  * debian/rules,debian/capplets.install:
    - Added manually a .desktop for fontilus taken from Gnome's cvs
    (Closes: #274401)
    - Added manually a .desktop for themes:///. Thanks to Dan Korostelev

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Wed, 17 Nov 2004 23:44:21 +0100

control-center (1:2.8.1-1) experimental; urgency=low

  * New upstream release
    - Some tweaking of the available default applications
    - Background capplet fixes
    - keyboard patchs
    - Patch leak in XKB code
    - update translations
  * Update the package with the modifications from the 2.6 package
  * Added Evolution 2.0 to preferred applications (Closes: 279198)
  * debian/patches:
    - Removed 13_drw_monitor.patch
    - Re-added an updated version of 14_gst-mixer-grab.patch as the bug
      isn't fixed upstream

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Tue,  9 Nov 2004 00:24:23 +0100

control-center (1:2.8.0-1) experimental; urgency=low

  * GNOME Team Upload with Rtp's permission.
  * New upstream release :
    + fix french typo (Closes: #238387) (or even closed in 2.6).
    + fix german typo (Closes: #267767)
  * Removed 07_acme_position.patch and 11_default_app.patch now
    applied upstream.
  * Removed part of the 12_custom_browser.patch related to the dead
    file-types capplet (due to mime system changes).
  * Corrected 'patch unexpectedly ends in middle of line' in
    13_drw_monitor.patch.
  * Removed 14_gst-mixer-grab.patch recoded upstream.
  * Updated URL in 'debian/copyright'.
  * Updated watch file.
  * 'debian/control.in' : using ${misc:Depends} and updated versions.
  * Added 'autotools-dev' to build dependencies to take advantage of the
    CDBS automatic 'config.*' management.
  * Regenerated relibtoolize patch.
  * As not (yet) DD i'm not listed as GNOME Team member, so adding
    myself to Uploaders to avoid this upload to be considered a NMU.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Wed, 15 Sep 2004 04:20:24 +0200

control-center (1:2.6.1-13) unstable; urgency=low

  * debian/patches:
    - Added a sanity check on the type of gconf value before calling strcmp in
    gconf_property_editor (Closes: #272358)
    - Check that one is on a powerpc with a pmu before reporting that's
    there is no /dev/pmu in 08_pmu_fix.patch (Closes: #273336)
    - Updated 01_gnome-default-applications-properties-structs.c.patch to add
    FireFox and ThunderBird (Closes: #265882)
    - Added a check on self->priv in 14_gst-mixer-grab.patch in order to
    provent a crash if something went wrong during initialiastion
    (Closes: #269429)
    - Updated 09_locate_pointer.patch XUngrabKeyboard call thanks to Sjoerd
    Simons (Closes: #275723)
  * debian/control{,.in},debian/rules:
    - Patch from Robert Millan to build on kfreebsd-gnu (Closes: #272722)

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Tue, 12 Oct 2004 13:49:27 +0200

control-center (1:2.6.1-12) unstable; urgency=low

  * debian/patches:
    - Corrected patch 11_default_app.patch so that it checks the pointer value
    before calling strlen (Closes: #264288)
    - Added a patch that close the mixer devices after 4s of inactivity
    (Closes: #255793)

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Fri, 13 Aug 2004 12:47:09 +0200

control-center (1:2.6.1-11) unstable; urgency=low

  * debian/patches:
    - Added a patch for fixing the default applications properties capplet
    (Closes: #245237)
    - Added a patch from http://bugzilla.gnome.org/show_bug.cgi?id=123487 for
    handling http,https, unknow urls with the custom browser setting
    (Closes: #236297)
    - Backported a patch from control-center 2.7 for preventing the typing
    break to starts while watching a movie with totem
  * debian/control.in:
    - Updated the libgnomeui-dev build-depends to get gnutls11
    (Closes: #263609)

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Thu,  5 Aug 2004 17:46:37 +0200

control-center (1:2.6.1-10) unstable; urgency=low

  * debian/patch
    - Added a patch so that using the 'locate cursor' mouse option doesn't
    disable all multimedia keybinding (Closes: #257581)
    - Corrected the patch for the pmu by suppressing the wrong test, as
    discussed with upstream (Closes: #258105)
    - Added a patch from http://bugzilla.gnome.org/show_bug.cgi?id=145271 to
    ensure that all keysims in shortcuts exists in the keymap (Closes: 254745)
  * debian
    - Corrected some errors in the man page.

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Mon, 12 Jul 2004 23:32:27 +0200

control-center (1:2.6.1-9) unstable; urgency=low

  * debian/patch:
    - Corrected the patch so that all modified files are in the diff
    (Closes: #257352)
    - Modified 06_gst-fix.patch to ensure the usage of the first soundcard on
    system with multiple soundcards

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Sat,  3 Jul 2004 12:50:18 +0200

control-center (1:2.6.1-8) unstable; urgency=low

  * debian/capplets-data.install:
    - Suppressed the line that was reponsible for copying Xresources two times
     (Closes: #252324).
  * debian/control.in:
    - Added libgstreamer-plugins0.8-dev to build-depends
    - Added some gstreamer sound plugin for the volume keybindings
  * debian/patch:
    - Added a patch from Sjoerd Simons to fix the gstreamer volume code
      (Closes: #251831,#253416)
    - Added a patch for setting the position of the volume window after
      showing it (Closes: #254822)
    - Added a patch for cleaning error messages for /dev/pmu from
      http://bugzilla.gnome.org/show_bug.cgi?id=132655. It will be merged
      in 2.7 (Closes: #252460)

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Thu,  1 Jul 2004 22:16:30 +0200

control-center (1:2.6.1-7) unstable; urgency=high

  * debian/control.in:
    + removed libgstreamer-plugins0.8-dev from Build-Depends.

 -- Sebastien Bacher <seb128@debian.org>  Sat, 19 Jun 2004 15:10:37 +0200

control-center (1:2.6.1-6) unstable; urgency=high

  * Rebuilt without gstreamer to try to get control-center in testing fast
    to fix nautilus' breakage.

 -- Sebastien Bacher <seb128@debian.org>  Fri, 18 Jun 2004 01:26:12 +0200

control-center (1:2.6.1-5) unstable; urgency=low

  * Rebuilt in a pbuilder, fix the crashe due to linkage with both libxft
    (Closes: #254076).

 -- Sebastien Bacher <seb128@debian.org>  Sat, 12 Jun 2004 23:22:42 +0200

control-center (1:2.6.1-4) unstable; urgency=low

  * Gnome Team Upload.
  * Added a link to the gnome-settings-daemon in /usr/bin (Closes: #251953).
  * debian/control.in:
    + Depends on xlibs (Closes: #253287).
    + Recommends gnome2-user-guide (Closes: #251992).

 -- Sebastien Bacher <seb128@debian.org>  Thu, 10 Jun 2004 22:28:02 +0200

control-center (1:2.6.1-3) unstable; urgency=low

  * debian/rules :
    - As gstreamer 0.8 as reached unstable, reactivate the default option to use
    it with the keybindings.
  * debian/control.in :
    - Added build dependency on libgstreamer-plugins0.8-dev
    - Removes dependency on libgnome-keyring-dev since no more needed.
    - Added libXrandr-dev as build dependency (Closes: #251429).
  * debian/patch :
    - Added a patch for resolving conflictings ALSA_CFLAGS problems (Closes:
    #249357).
    - Added a pathc for using Debian's ac_path_xtra
    - Modified the patch for relibtoolizing

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Sat, 29 May 2004 18:01:45 +0200

control-center (1:2.6.1-2) unstable; urgency=low

  * GNOME Team Upload.
  * Upload in unstable.

 -- Sebastien Bacher <seb128@debian.org>  Wed, 26 May 2004 17:30:32 +0200

control-center (1:2.6.1-1) experimental; urgency=low

  * New upstream release.
    - Fix uniqueness test for binding special keys with no name
    - Fix theme manager selection when not running metacity
    - Match nautilus' interpretation of icons in desktop files
    - Add Evolution 1.5 and 1.6 to "Preferred Applications" (Closes: #243973).
  * debian/patches:
    - Removes patch for keyboards
    - Updates patch for libtool
  * debian.control:
    - Added a dependency on gconf2 for capplets-data (Closes: #243894).

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Fri, 16 Apr 2004 12:50:54 +0200

control-center (1:2.6.0.3-2) experimental; urgency=low

  * debian/patch:
    - Added a patch from gnome cvs for fixing issues with multimedia
    keybindings (see http://bugs.gnome.org/show_bug.cgi?id=139190).
    - Added a patch to regenerate libtool files.

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Wed,  7 Apr 2004 01:44:10 +0200

control-center (1:2.6.0.3-1) experimental; urgency=low

  * New upstream release
    - Fix some keyboard problems
    (see http://bugzilla.gnome.org/show_bug.cgi?id=138701).
  * control.in:
    - Added versionning informations on depend for capplets (needed to ensure
    having right version of capplets when upgrapding).

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Sun,  4 Apr 2004 15:39:57 +0200

control-center (1:2.6.0.2-1) experimental; urgency=low

  * New Upstream release.
    + Disabled GStreamer (as it now depends on it by default and the package
    is not yet upgraded)
  * control.in:
    + Updated dependencies to libnautilus2 2.6.0.
    + Added a conflict on acme, since it's now a part of control-center
    + Changed the build dependency on libxrender-dev to libxcursor-dev
    (Closes #240483)

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Thu,  1 Apr 2004 00:09:52 +0200

control-center (1:2.5.4-1) experimental; urgency=low

  * New maintainer (Closes: #238876)
  * New upstream release
    - fix implicitly conversion (Closes: #226554).
    - support icon themes now (Closes: #215851).
  * debian/control.in, debian/rules:
    - now, it uses cdbs.
    - adapted for the gnome team packaging.
  * Modified patch 01_gnome-default-applications-properties-structs.c.patch to
    fit with new version.

 -- Arnaud Patard <arnaud.patard@rtp-net.org>  Thu, 25 Mar 2004 00:07:35 +0100

control-center (1:2.4.0-9) unstable; urgency=low

  * Debian/control set Maintainer to Debian QA Group

 -- Christian Marillat <marillat@debian.org>  Sat, 20 Mar 2004 09:34:15 +0100

control-center (1:2.4.0-8) unstable; urgency=low

  * You need
  * Notes by Loic Minier <lool@dooz.org>: the above changelog message was
    meant to be some sort of joke, a message split between many source
    packages.  No actual change besides orphaning was done in this version.
    You can read the full story at:
       <http://lists.debian.org/debian-curiosa/2004/03/msg00017.html>

 -- Christian Marillat <marillat@debian.org>  Fri, 19 Mar 2004 15:08:21 +0100

control-center (1:2.4.0-7) unstable; urgency=low

  * debian/control capplets package need to depends on capplets-data
    (Closes: #237311)

 -- Christian Marillat <marillat@debian.org>  Thu, 11 Mar 2004 09:07:06 +0100

control-center (1:2.4.0-6) unstable; urgency=low

  * Split the package. The gnome-control-center binary like nautilus is
    simply a front-end for capplets, thus move all capplets in a separate
    package (capplets) and add a dependency to 'gnome-control-center |
    nautilus | gnome-panel' for that package. Also move data files in
    capplets-data package.
  * Remove /usr/lib/libgnome-window-settings.{a,la,so},
    gnome-window-settings-2.0.pc and include files. These files are not
    needed and should not be packaged (Closes: #221283)

 -- Christian Marillat <marillat@debian.org>  Sun, 29 Feb 2004 17:40:37 +0100

control-center (1:2.4.0-5) unstable; urgency=low

  * debian/prerm Unregister schemas file from the database.
  * Patch from bugzilla to fix "symlink" in fontilus (Closes: #231639)

 -- Christian Marillat <marillat@debian.org>  Thu, 12 Feb 2004 14:35:46 +0100

control-center (1:2.4.0-4) unstable; urgency=low

  * Move Xresources files in /etc/gnome/config and disable all resources.

 -- Christian Marillat <marillat@debian.org>  Mon, 27 Oct 2003 15:51:37 +0100

control-center (1:2.4.0-3) unstable; urgency=low

  * Update gnome-desktop-data version in Replaces field (Closes: #217284)

 -- Christian Marillat <marillat@debian.org>  Fri, 24 Oct 2003 18:56:02 +0200

control-center (1:2.4.0-2) unstable; urgency=low

  * Suggest xbase-clients for xrdb
  * Rebuild to remove liblinc dependency in the -dev package (Closes: #216722)
  * Don't package .la files for modules (Closes: #182873)
  * Run libtoolize, I don't know but something is broken in the original
    tarball.

 -- Christian Marillat <marillat@debian.org>  Tue, 21 Oct 2003 21:56:55 +0200

control-center (1:2.4.0-1) unstable; urgency=low

  * New upstream release.
  * Conflicts with drwright and fontilus.
  * Need to Build-Depends on libnautilus2-dev
  * Add gok and gnopernicus in suggests

 -- Christian Marillat <marillat@debian.org>  Sat, 18 Oct 2003 16:54:45 +0200

control-center (1:2.2.2-3) unstable; urgency=low

  * debian/control Should suggests xscreensaver (Closes: #212737)

 -- Christian Marillat <marillat@debian.org>  Fri, 26 Sep 2003 14:39:18 +0200

control-center (1:2.2.2-2) unstable; urgency=low

  * debian/rules fix DEB_BUILD_OPTIONS=noopt (Closes: #199189)
  * Don't need to depends on xbase-clients
  * Suggests esound-clients (Closes: #205700)
  * Create /usr/share/themes/metacity-1 directory to remove warning
    (Closes: #211182)
  * Add hack to remove libtool rpath
  * Add libxrender-dev in Builde-Depends

 -- Christian Marillat <marillat@debian.org>  Sun, 21 Sep 2003 10:17:00 +0200

control-center (1:2.2.2-1) unstable; urgency=low

  * New upstream release.
  * New patches :
    * 02_network-preferences
      fix range of proxy port (Closes: #195644)
    * 01_gnome-default-applications-properties-structs.c:
      add epiphany in ww-browser list (Closes: #192241)
  * Add icon for Debian menu
  * Fix linkage bug (Closes: #187368)
  * debian/control Remove Suggests: xscreensaver-gnome

 -- Christian Marillat <marillat@debian.org>  Mon, 23 Jun 2003 11:18:45 +0200

control-center (1:2.2.1-2) unstable; urgency=low

  * Update section
  * Move metacity-properties package in control-center (Closes: #188077)

 -- Christian Marillat <marillat@debian.org>  Mon,  7 Apr 2003 22:42:55 +0200

control-center (1:2.2.1-1) unstable; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Fri, 14 Mar 2003 15:17:56 +0100

control-center (1:2.2.0.1-1) unstable; urgency=low

  * New upstream release.
  * Hack the Icon tag in Advanced.directory (Closes: #179593)

 -- Christian Marillat <marillat@debian.org>  Wed,  5 Feb 2003 09:49:20 +0100

control-center (1:2.2.0-2) unstable; urgency=low

  * Add flex and autotools-dev in Build-Depends (Closes: #178702)
  * Move the metacity capplet in a new package metacity-properties

 -- Christian Marillat <marillat@debian.org>  Thu, 30 Jan 2003 18:40:33 +0100

control-center (1:2.2.0-1) unstable; urgency=low

  * New upstream release.
  * Add a default theme. Thanks to Johannes Rohr
  * Drag and drop for theme work (Closes: #166980)
  * Themes aren't sorted case-sensitively (Closes: #166981)
  * Should fix key gnome binding properties and metacity key bindings
    (Closes: #172380)

 -- Christian Marillat <marillat@debian.org>  Thu, 23 Jan 2003 16:32:09 +0100

control-center (1:2.0.3.2-3) unstable; urgency=low

  * Remove duplicate advanced-directory.png

 -- Christian Marillat <marillat@debian.org>  Sat, 18 Jan 2003 11:54:29 +0100

control-center (1:2.0.3.2-2) unstable; urgency=low

  * Use sensible-browser as default browser.
  * Add replaces with gnome-desktop-data (Closes: #177141, #176977)

 -- Christian Marillat <marillat@debian.org>  Fri, 17 Jan 2003 16:10:52 +0100

control-center (1:2.0.3.2-1) unstable; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Fri, 20 Dec 2002 13:27:59 +0100

control-center (1:2.0.3-2) unstable; urgency=low

  * Should depends on scrollkeeper (Closes: #169850)

 -- Christian Marillat <marillat@debian.org>  Sun, 24 Nov 2002 16:11:14 +0100

control-center (1:2.0.3-1) unstable; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Sun, 24 Nov 2002 15:27:52 +0100

control-center (1:2.0.2.91-1) unstable; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Sun, 17 Nov 2002 00:52:21 +0100

control-center (1:2.0.1.1-5) unstable; urgency=low

  * Upload to unstable
  * Call scrollkeeper-update with -q (Closes: #166625)
  * New upstream release (Closes: #110004)
  * keyboard setup are correctly restored (Closes: #156856)
  * Bugs related to the old interface (Closes: #62491, #81299, #131440, #71042)
  * No more problem when rescaling an image (Closes: #72602)
  * Sould build correctly under mips (Closes: #163604)
  * Can center large image (Closes: #68651)

 -- Christian Marillat <marillat@debian.org>  Mon, 28 Oct 2002 11:46:53 +0100

control-center (1:2.0.1.1-4) experimental; urgency=low

  * Upload with the new original tarball

 -- Christian Marillat <marillat@debian.org>  Sun, 29 Sep 2002 17:22:15 +0200

control-center2 (1:2.0.1.1-3) experimental; urgency=low

  * Update package veriosn to 1:2.0.1.1-3 to supersedes the unstable version
    which is 1:1.4.0.5-6

 -- Christian Marillat <marillat@debian.org>  Sat, 28 Sep 2002 20:07:45 +0200

control-center2 (2.0.1.1-2) experimental; urgency=low

  * Update to standards version 3.5.7
  * Upload withtout the 2 suffix

 -- Christian Marillat <marillat@debian.org>  Sat, 28 Sep 2002 18:05:58 +0200

control-center2 (2.0.1.1-1) experimental; urgency=low

  * New upstream release.
  * Remove fam from recommends should be in libgnomevfs2-0 package.

 -- Christian Marillat <marillat@debian.org>  Thu, 22 Aug 2002 15:44:13 +0200

control-center2 (2.0.1-2) experimental; urgency=low

  * Build against the latest libgnomevfs2-dev 2.0.2-4

 -- Christian Marillat <marillat@debian.org>  Fri, 16 Aug 2002 17:44:03 +0200

control-center2 (2.0.1-1) experimental; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Wed,  7 Aug 2002 12:33:10 +0200

control-center2 (2.0.0-3) experimental; urgency=low

  * Should recommends fame.

 -- Christian Marillat <marillat@debian.org>  Thu, 25 Jul 2002 15:28:22 +0200

control-center2 (2.0.0-2) experimental; urgency=low

  * Add x-terminal-emulator in the list of terminal.
  * Build against the latest libzvt

 -- Christian Marillat <marillat@debian.org>  Sun,  7 Jul 2002 20:44:23 +0200

control-center2 (2.0.0-1) experimental; urgency=low

  * New upstream release.
  * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
    DEB_BUILD_OPTIONS

 -- Christian Marillat <marillat@debian.org>  Tue, 18 Jun 2002 12:34:40 +0200

control-center2 (1.99.10-2) experimental; urgency=low

  * debian/rules Add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 in install target.
  * Install schemas file in postinst.
  * debian/postinst check if schemas files are present before calling
    gconftool-2
  * debian/postrm call scrollkeeper-update with -q
  * Removed old package in suggests
  * Update the menu file with the rigth binary name

 -- Christian Marillat <marillat@debian.org>  Sun,  9 Jun 2002 20:29:30 +0200

control-center2 (1.99.10-1) experimental; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Sun, 12 May 2002 14:59:06 +0200

control-center2 (1.99.9-1) experimental; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Tue, 30 Apr 2002 10:47:01 +0200

control-center2 (1.99.7-1) experimental; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Mon, 22 Apr 2002 18:17:28 +0200

control-center2 (1.99.6-1) experimental; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Sun, 14 Apr 2002 17:43:36 +0200

control-center2 (1.99.4-3) experimental; urgency=low

  * Need to Depends on gnome-desktop-data

 -- Christian Marillat <marillat@debian.org>  Wed, 13 Mar 2002 11:17:58 +0100

control-center2 (1.99.4-2) experimental; urgency=low

  * Need to Depends on gnome-session2 (Closes: #137961)

 -- Christian Marillat <marillat@debian.org>  Wed, 13 Mar 2002 11:05:26 +0100

control-center2 (1.99.4-1) experimental; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Mon, 11 Mar 2002 14:49:29 +0100

control-center2 (1.99.3-2) experimental; urgency=low

  * Remove duplicate session.desktop file.

 -- Christian Marillat <marillat@debian.org>  Mon, 25 Feb 2002 18:14:07 +0100

control-center2 (1.99.3-1) experimental; urgency=low

  * New upstream release

 -- Christian Marillat <marillat@debian.org>  Fri, 15 Feb 2002 00:35:49 +0100

control-center2 (1.99.0-1) experimental; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Sun, 20 Jan 2002 18:08:37 +0100

control-center (1:1.5.11-1) unstable; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Mon, 17 Dec 2001 17:49:00 +0100

control-center (1:1.5.8-1) unstable; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Sat,  6 Oct 2001 19:12:41 +0200

control-center (1:1.5.4-1) unstable; urgency=low

  * New upstream release.
  * debian/*.sgml Use docbook 4.1

 -- Christian Marillat <marillat@debian.org>  Mon,  6 Aug 2001 15:30:44 +0200

control-center (1:1.4.0.1-11) unstable; urgency=low

  * Update config.sub and config.guess (Closes: #103733, #103903)
  *  Remove libtool hack.

 -- Christian Marillat <marillat@debian.org>  Sun,  8 Jul 2001 11:36:30 +0200

control-center (1:1.4.0.1-10) unstable; urgency=low

  * Switch to debhelper V3
  * Change the WPrefs location in WindowMaker.desktop (Closes: #101148)
  * Change libraries versionning to (>= 1:1.4.0.1-6) instead of the latest
    package number.

 -- Christian Marillat <marillat@debian.org>  Fri, 22 Jun 2001 16:48:15 +0200

control-center (1:1.4.0.1-9) unstable; urgency=low

  * Rewrote the callbacks.c patch (not complete) (Closes: #98085)

 -- Christian Marillat <marillat@debian.org>  Sun, 20 May 2001 09:36:48 +0200

control-center (1:1.4.0.1-8) unstable; urgency=low

  * Depends on gnome-bin (Closes: #97677)
  * Depends on xbase-clients

 -- Christian Marillat <marillat@debian.org>  Fri, 18 May 2001 00:06:13 +0200

control-center (1:1.4.0.1-7) unstable; urgency=low

  * Patch callbacks.c to reflect change in the new xscreensaver package (3.32-1)
    and update the suggests field. Thaks to Roderich Schupp. (Closes: #96542)

 -- Christian Marillat <marillat@debian.org>  Sun,  6 May 2001 22:34:12 +0200

control-center (1:1.4.0.1-6) unstable; urgency=low

  * Build against the latest gnome-libs 1.2.13-5.

 -- Christian Marillat <marillat@debian.org>  Tue, 24 Apr 2001 12:39:50 +0200

control-center (1:1.4.0.1-5) unstable; urgency=low

  * Typo in build depends (Closes: #93267)
  * Rewrote Flame.desktop

 -- Christian Marillat <marillat@debian.org>  Sat, 14 Apr 2001 15:32:28 +0200

control-center (1:1.4.0.1-4) unstable; urgency=low

  * Really add docbook-to-man in build-depends (Closes: #93190)
  * Replace libungif3g-dev by libungif4-dev in build-depends (Closes: #93197)

 -- Christian Marillat <marillat@debian.org>  Sat,  7 Apr 2001 12:18:03 +0200

control-center (1:1.4.0.1-3) unstable; urgency=low

  * Remove unused Flame.desktop (Closes: #92850)
  * Patch po/Makefile.in.in to use DESTDIR
  * Add scrollkeeper in depends (Closes: #93007)

 -- Christian Marillat <marillat@debian.org>  Thu,  5 Apr 2001 18:30:35 +0200

control-center (1:1.4.0.1-2) unstable; urgency=low

  * Add docbook-to-man in build-depends (Closes: #92421)
  * Don't compress control-center.sgml (Closes: #92603)
  * Call scrollkeeper-update in postinst and prerm for gnome-control-center

 -- Christian Marillat <marillat@debian.org>  Mon,  2 Apr 2001 21:35:15 +0200

control-center (1:1.4.0.1-1) unstable; urgency=low

  * New upstream release.
  * Write 12 manpages (Closes: #87098)

 -- Christian Marillat <marillat@debian.org>  Fri, 30 Mar 2001 19:38:51 +0200

control-center (1:1.4.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control build-depends on libgnome-vfs-dev and xml-i18n-tools

 -- Christian Marillat <marillat@debian.org>  Mon, 19 Mar 2001 11:10:30 +0100

control-center (1:1.2.4-1) unstable; urgency=low

  * New upstream release.
  * Add libgdk-pixbuf-dev in build-depends (Closes: #87416)
  * debian/menu The session properties capplet is now on the gnome-core
    package, remove this menu entry.

 -- Christian Marillat <marillat@debian.org>  Thu,  8 Mar 2001 00:12:29 +0100

control-center (1:1.2.3-1) unstable; urgency=low

  * New upstream release.
  * Removed locale and callback patchs included by upstream.
  * No more lockup while closing desktop (Closes: #76215)

 -- Christian Marillat <marillat@debian.org>  Sun, 18 Feb 2001 15:57:25 +0100

control-center (1:1.2.2-10) unstable; urgency=low

  * Build against the latest gnome-libs 1.2.11

 -- Christian Marillat <marillat@debian.org>  Mon,  5 Feb 2001 14:53:58 +0100

control-center (1:1.2.2-9) unstable; urgency=low

  * Remove xpm4g-dev from Build-depends (Closes: #82556)

 -- Christian Marillat <marillat@debian.org>  Wed, 17 Jan 2001 10:04:01 +0100

control-center (1:1.2.2-8) unstable; urgency=low

  * Patch to show the right debian version (Closes: #82391)

 -- Christian Marillat <marillat@debian.org>  Mon, 15 Jan 2001 15:35:59 +0100

control-center (1:1.2.2-7) unstable; urgency=low

  * Remove imlib-progs from depends. Move gnome-core from depends to Suggests.

 -- Christian Marillat <marillat@debian.org>  Thu, 30 Nov 2000 11:59:04 +0100

control-center (1:1.2.2-6) unstable; urgency=low

  * Change fonts attribute in callback.dpatch (Closes: #75320)
  * Install symlinks in /usr/share/doc for -dev package.

 -- Christian Marillat <marillat@debian.org>  Thu,  2 Nov 2000 17:48:11 +0100

control-center (1:1.2.2-5) unstable; urgency=low

  * Patch all capplets to add a call to setlocale(LC_ALL, "").

 -- Christian Marillat <marillat@debian.org>  Fri, 20 Oct 2000 15:55:34 +0200

control-center (1:1.2.2-4) unstable; urgency=low

  * Add a patch to display russian and other 8 byte character correctly
    thanks to ChiDeok Hwang <hwang@mizi.co.kr>
  * New version close this old bug (Closes: #58797)

 -- Christian Marillat <marillat@debian.org>  Wed, 11 Oct 2000 17:54:29 +0200

control-center (1:1.2.2-3) unstable; urgency=low

  * Fix bad symlink in gnome-control-center (Closes: #74279)

 -- Christian Marillat <marillat@debian.org>  Mon,  9 Oct 2000 15:02:57 +0200

control-center (1:1.2.2-2) unstable; urgency=low

  * Arrange documentation for dhelp.

 -- Christian Marillat <marillat@debian.org>  Fri,  6 Oct 2000 17:09:54 +0200

control-center (1:1.2.2-1) unstable; urgency=low

  * Return to the 1.2 branch, because 1.3 is ...
  * Switch to debhelper V2.
  * New/old GUI (Closes: #71043, #71040, #71039, #71038)

 -- Christian Marillat <marillat@debian.org>  Mon, 25 Sep 2000 17:33:23 +0200

control-center (1.3.0-5) unstable; urgency=low

  * Add debhelper in Build-Depends (Closes: #70220)
  * Build against libungif4g (Closes: #71236)

 -- Christian Marillat <marillat@debian.org>  Sun, 10 Sep 2000 00:48:36 +0200

control-center (1.3.0-4) unstable; urgency=low

  * Patch configure to install session-properties-capplet.

 -- Christian Marillat <marillat@debian.org>  Thu, 24 Aug 2000 20:35:38 +0200

control-center (1.3.0-3) unstable; urgency=low

  * Install screensaver-properties.desktop in the right place (Closes: #69502).
  * Install Documents.directory and Session.directory files.

 -- Christian Marillat <marillat@debian.org>  Mon, 21 Aug 2000 00:59:43 +0200

control-center (1.3.0-2) unstable; urgency=low

  * debian/control Added imlib-progs in the dependencies field (Closes: #69427).

 -- Christian Marillat <marillat@debian.org>  Sat, 19 Aug 2000 22:31:37 +0200

control-center (1.3.0-1) unstable; urgency=low

  * New upstream release.

 -- Christian Marillat <marillat@debian.org>  Mon, 14 Aug 2000 15:32:43 +0200

control-center (1.2.1-1) unstable; urgency=low

  * New upstrem release.
  * debian/patches Added 2 patches for IceWM.desktop and WindowMaker.desktop
    (Closes: #47353, #48099).
  * New e-mail address.
  * Removed 2 undocumented manpages (bell-properties-capplet.1, e-conf.1).
  * Removed property-background patche.
  * debian/menu removed entry for bell-properties and put all entrys in
    System/Gnome.

 -- Christian Marillat <marillat@debian.org>  Wed,  2 Aug 2000 09:03:59 +0200

control-center (1.2.0-2) unstable; urgency=low

  * Updated the Build-depends field. (Closes: #64904)

 -- Christian Marillat <marillat.christian@wanadoo.fr>  Tue, 30 May 2000 10:15:38 +0200

control-center (1.2.0-1) unstable; urgency=low

  * New upstream source (Closes: #64584)
  * debian/control removed depends libcapplet0 provided by shlibs:Depends.
  * Updated Standards-Version to 3.1.1.1 added Build-depends field.

 -- Christian Marillat <marillat.christian@wanadoo.fr>  Thu, 25 May 2000 19:21:14 +0200

control-center (1.0.53-1) unstable; urgency=low

  * New upstream source.

 -- Christian Marillat <marillat.christian@wanadoo.fr>  Fri, 31 Mar 2000 11:32:47 +0200

control-center (1.0.51-5) frozen unstable; urgency=low

  * debian/copyright updated to the new directory.

 -- Christian Marillat <marillat.christian@wanadoo.fr>  Wed, 22 Mar 2000 23:17:17 +0100

control-center (1.0.51-4) frozen unstable; urgency=low

  * Apply a patch I wrote to fix the RCB. Closes: #51568
  * New maintainer. Christian Marillat is taking the package over.
    I'm sponsoring him for the moment ...
  * Changed the description. Removed the part about beta software.
    Closes: #54979
  * Applied the patch for centering the background picture.
    Closes: #54285
  * Added patch-on-the-fly support to debian/rules.

 -- Raphael Hertzog <hertzog@debian.org>  Tue, 21 Mar 2000 20:31:20 +0100

control-center (1.0.51-3) frozen unstable; urgency=low

  * NMU.
  * Fixes RC bug #56769, WindowMaker wm settings fixed.

 -- Chris McKillop <cdm@debian.org>  Thu,  3 Feb 2000 07:13:39 -0500

control-center (1.0.51-2) frozen unstable; urgency=low

  * Orphaned.

 -- Michael Alan Dorman <mdorman@debian.org>  Thu,  3 Feb 2000 07:13:29 -0500

control-center (1.0.51-1) unstable; urgency=low

  * Officially claimed as my own.
  * libcapplet has been stripped for a while (closes: bug#31245)
  * We've updated... (closes: bug#44136)
  * Correct xworm definition for screensaver (closes: bug#51514)
  * The libc/libglib issues are resolved now (closes: bug#37535)
  * control-center is much more stable, and should work with window-maker
    (closes: bug#38706)
  * gnomecc seems to respect current bg color better (closes: bug#38917)
  * Couldn't reproduce this error with current versions (closes: bug#38995)
  * Invoking individual capplets seems to work now (closes: bug#39135)
  * Screensavers seem to be more stable now (closes: bug#41992)
  * URL handler assignments seems to work now (closes: bug#44983)
  * Fudged dependency on esd to get rid of versioned depends (closes: bug#52353)
  * Totally revamped build process (closes: bug#33848, bug#38344)
  * Appears to have been fixed (closes: bug#33736, bug#33472))

 -- Michael Alan Dorman <mdorman@debian.org>  Mon, 20 Dec 1999 14:19:48 -0500

control-center (1.0.51-0.2) unstable; urgency=low

  * Fix from Christian Marillat <marillat@alpes-net.fr> for wm-properties

 -- Michael Alan Dorman <mdorman@debian.org>  Tue, 19 Oct 1999 14:22:43 -0400

control-center (1.0.51-0.1) unstable; urgency=low

  * New upstream version.  NMU.

 -- Michael Alan Dorman <mdorman@debian.org>  Sun, 10 Oct 1999 16:48:39 -0400

control-center (1.0.50-0.1) unstable; urgency=low

  * New upstream version.  NMU

 -- Michael Alan Dorman <mdorman@debian.org>  Thu, 30 Sep 1999 22:24:11 -0400

control-center (1.0.5-2) unstable; urgency=low

  * Actually changed maintainer address in debian/control
  * Fixed up WindowMaker and IceWM paths for wm-properties

 -- Steve Haslam <araqnid@debian.org>  Thu, 27 May 1999 02:05:10 +0100

control-center (1.0.5-1) unstable; urgency=low

  * New maintainer.
  * Moved "xscreensaver" to "Suggests:" field. (Bug#32724)
  * Called dh_strip when making libcapplet-dev

 -- Steve Haslam <araqnid@debian.org>  Thu, 20 May 1999 03:50:25 +0100

control-center (1.0.5-0.1) unstable; urgency=low

  * Non-maintainer upload
  * New upstream version

 -- Steve Haslam <araqnid@debian.org>  Mon, 19 Apr 1999 10:08:13 +0100

control-center (1.0.1-0.1) unstable; urgency=low

  * NMU for GNOME-1.0

 -- Jules Bean <jules@debian.org>  Fri,  5 Mar 1999 10:34:56 +0000

control-center (0.99.3-3) unstable; urgency=low

  * Patched to remove #define HAVE_REDHAT_SCREENSAVER_RPM.
    Also, added Recommends: xscreensaver
    Fixes: BUG#32462

 -- Jim Pick <jim@jimpick.com>  Wed, 27 Jan 1999 21:40:24 -0800

control-center (0.99.3-2) unstable; urgency=low

  * Recompiled due to dependencies.

 -- Jim Pick <jim@jimpick.com>  Sun, 24 Jan 1999 01:11:12 -0800

control-center (0.99.3-1) unstable; urgency=low

  * New upstream release.

 -- Jim Pick <jim@jimpick.com>  Thu, 21 Jan 1999 21:31:48 -0800

gnome-core (0.30-2) frozen unstable; urgency=low

  * Recompiled with new libs.
  * Fixed reference to /usr/X11R6 in README.Debian.
  * Added warnings (Gnome is ALPHA).
  * Patched dialer_applet to use pon/poff.
  * Patched drivemount_applet to default to /floppy.

 -- Jim Pick <jim@jimpick.com>  Tue, 24 Nov 1998 10:56:08 -0800

gnome-core (0.30-1) unstable; urgency=low

  * New upstream release.

 -- Jim Pick <jim@jimpick.com>  Thu, 24 Sep 1998 21:28:02 -0700

gnome-core (0.28.1-1) unstable; urgency=low

  * New upstream release.
  * Hopefully fixes panel applet bug.

 -- Jim Pick <jim@jimpick.com>  Wed, 19 Aug 1998 20:12:25 -0700

gnome-core (0.28-1) unstable; urgency=low

  * New upstream release.

 -- Jim Pick <jim@jimpick.com>  Mon, 17 Aug 1998 12:59:26 -0700

gnome-core (0.27-1) unstable; urgency=low

  * New upstream release.
  * Added /usr/doc/gnome

 -- Jim Pick <jim@jimpick.com>  Sat, 15 Aug 1998 14:21:06 -0700

gnome-core (0.25-1) unstable; urgency=low

  * New upstream release.

 -- Jim Pick <jim@jimpick.com>  Thu,  6 Aug 1998 22:51:22 -0700

gnome-core (0.20-2) unstable; urgency=low

  * Added Debian menu-method for gnome-panel.  Fixed Bug #24025
    (Thanks to Ray Dassen for reporting the bug, and Riku Voipio
     who wrote the menu method for Gnome 0.12)

 -- Jim Pick <jim@jimpick.com>  Wed, 22 Jul 1998 20:22:00 -0700

gnome-core (0.20-1) unstable; urgency=low

  * New upstream release.

 -- Jim Pick <jim@jimpick.com>  Mon,  8 Jun 1998 12:00:08 -0700

gnome-core (0.13-1) unstable; urgency=low

  * Initial Release.

 -- Jim Pick <jim@jimpick.com>  Mon, 16 Mar 1998 15:27:43 -0800