summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: e67936d77a96ad4c0537c0c03e717b2df525a312 (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
console-setup (1.225) unstable; urgency=medium

  * Team upload

  [ Philip Hands ]
  * eliminate use of egrep and \# (closes: #1019660)

  [ Updated translations ]
  * Catalan (ca.po) by d
  * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
  * Polish (pl.po) by Matthaiks
  * Swedish (sv.po) by bittin1ddc447d824349b2
  * Turkish (tr.po) by Oğuz Ersen
  * Ukrainian (uk.po) by Сергій

 -- Holger Wansing <hwansing@mailbox.org>  Thu, 08 Feb 2024 22:42:09 +0100

console-setup (1.224) unstable; urgency=medium

  * Team upload

  [ Alper Nebi Yasak ]
  * Add Taiwanese as an xkb-keymap answer for taiwanese(indigenous) and
    default to it for zh_TW as suggested by Andrew Lee (李健秋).

  [ Updated translations ]
  * Indonesian (id.po) by Andika Triwidada
  * Lithuanian (lt.po) by Rimas Kudelis
  * Marathi (mr.po) by omwani
  * Dutch (nl.po) by Frans Spiesschaert
  * Punjabi (Gurmukhi) (pa.po) by Aman Alam
  * Romanian (ro.po) by Remus-Gabriel Chelu
  * Turkish (tr.po) by Fatih Altun
  * Ukrainian (uk.po) by Сергій
  * Simplified Chinese (zh_CN.po) by Zi Jiaxu

 -- Holger Wansing <hwansing@mailbox.org>  Sat, 27 Jan 2024 22:25:36 +0100

console-setup (1.223) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Gujarati (gu.po) by Kartik Mistry
  * Malayalam (ml.po) by Anish Sheela
  * Romanian (ro.po) by NicolaeFericitu
  * Turkish (tr.po) by Fatih Altun

 -- Holger Wansing <hwansing@mailbox.org>  Sat, 23 Sep 2023 21:22:37 +0200

console-setup (1.222) unstable; urgency=medium

  * Team upload
  * New no-change upload, since the NMU failed to build
    - I suspect the '+nmu1' in the version string has something to do
      with it. Also the BTS seems to not understand that version string,
      so again: closes: #1038759, #1038729 .

 -- Gunnar Hjalmarsson <gunnarhj@debian.org>  Wed, 21 Jun 2023 21:34:22 +0200

console-setup (1.221+nmu1) unstable; urgency=medium

  * Non-maintainer upload
  * No-change upload to build against xkb-data 2.38-2
    (merge request !19, closes: #1038759, #1038729)

 -- Gunnar Hjalmarsson <gunnarhj@debian.org>  Wed, 21 Jun 2023 19:20:15 +0200

console-setup (1.221) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * Belarusian (be.po) by Viktar Siarheichyk
  * Bengali (bn.po) by Indrani Roy
  * Norwegian Nynorsk (nn.po) by Yngve Spjeld-Landro

 -- Holger Wansing <hwansing@mailbox.org>  Sun, 21 May 2023 23:30:42 +0200

console-setup (1.220) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * Norwegian Bokmal (nb.po) by Kjetil Sørlund
  * Norwegian Nynorsk (nn.po) by Kjetil Sørlund

 -- Holger Wansing <hwansing@mailbox.org>  Sun, 07 May 2023 12:41:53 +0200

console-setup (1.219) unstable; urgency=medium

  [ Updated translations ]
  * Georgian (ka.po) by Temuri Doghonadze

 -- Cyril Brulebois <kibi@debian.org>  Wed, 26 Apr 2023 01:01:53 +0200

console-setup (1.218) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * German (de.po) by Holger Wansing
  * Vietnamese (vi.po) by tictactoe

 -- Holger Wansing <hwansing@mailbox.org>  Tue, 14 Mar 2023 21:19:40 +0100

console-setup (1.217) unstable; urgency=medium

  [ Updated translations ]
  * Macedonian (mk.po) by Kristijan Fremen Velkovski

  [ Samuel Thibault ]
  * control: Move unifont and unifont-bin build-deps to b-d.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 15 Feb 2023 17:18:52 +0100

console-setup (1.216) unstable; urgency=medium

  * Fonts/Makefile: Generate unifont.bdf from the getting-updates unifont
    package. Closes: #1027446

 -- Samuel Thibault <sthibault@debian.org>  Tue, 31 Jan 2023 19:49:03 +0100

console-setup (1.215) unstable; urgency=medium

  * Team upload.
  * Keyboard/ckbcomp: Fix dead_{ogonek,caron,breve,doubleacute} in layouts.
    See kbd's ./src/libkeymap/syms.synonyms.h about them being aliases for
    other dead keys.
  * Keyboard/{ckbcomp,compose_translator}: Special-case dead_acute +
    dead_diaeresis for greek layouts. Closes: #1026986

 -- Samuel Thibault <sthibault@debian.org>  Fri, 30 Dec 2022 00:36:06 +0100

console-setup (1.214) unstable; urgency=medium

  * Team upload.
  * Keyboard/compose_translator: Do not use Linux aliases for the diacritical
    and base, they don't actually seem supported there by kbd. Closes: #1027247

 -- Samuel Thibault <sthibault@debian.org>  Thu, 29 Dec 2022 10:15:58 +0100

console-setup (1.213) unstable; urgency=medium

  * Team upload.
  * Keyboard/compose_translator: Fix reading ACM files in UTF-8.
  * Keyboard/{ckbcomp,compose_translator}: Fix supporting dead accents in Linux.
    Closes: #1026986
  * Keyboard/Makefile: Add some composition rules for KOI8.
  * Keyboard/{Makefile,ckbcomp,ckbcomp-mini,compose_translator}: Use compose
    files when console is in UTF-8 mode too.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 26 Dec 2022 23:05:49 +0100

console-setup (1.212) unstable; urgency=medium

  * Team upload.

  [ Samuel Thibault ]
  * debian/console-setup-linux.console-setup.service: Make display managers
    wait for console-setup to start, otherwise setupcon cannot work once the
    console has switched to graphical mode.

  [ Updated translations ]
  * Amharic (am.po) by Danial Behzadi
  * Asturian (ast.po) by Danial Behzadi
  * Bengali (bn.po) by Danial Behzadi
  * Kazakh (kk.po) by Baurzhan Muftakhidinov

 -- Holger Wansing <hwansing@mailbox.org>  Tue, 13 Dec 2022 12:15:44 +0100

console-setup (1.211) unstable; urgency=medium

  * Team upload.

  * rules: get version from xkb-data.
  * control: make keybor-configuration depend on the same xkb-data version as
    during build, to make sure we have a coherent set of items in
    KeyboardNames.pl. Closes: #1012041

 -- Samuel Thibault <sthibault@debian.org>  Tue, 18 Oct 2022 17:14:22 +0200

console-setup (1.210) unstable; urgency=medium

  * Team upload.

  * Pre-depend on debconf | debconf-2.0 instead of just debconf, to allow
    cdebconf transition. Closes: #1006491

 -- Holger Wansing <hwansing@mailbox.org>  Sun, 21 Aug 2022 17:26:20 +0200

console-setup (1.209) unstable; urgency=medium

  * Team upload.

  [ Holger Wansing ]
  * Adapt lintian-overrides to recent 'pointed hints' changings.

  [ Raf Czlonka ]
  * Fix script path in usage message.

  [ Updated translations ]
  * Basque (eu.po) by Gontzal Manuel Pujana Onaindia
  * Vietnamese (vi.po) by Trần Ngọc Quân

 -- Holger Wansing <hwansing@mailbox.org>  Mon, 18 Jul 2022 14:23:48 +0200

console-setup (1.208) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * Welsh (cy.po) by Ceiri Wyn Tudur
  * Danish (da.po) by Joe Hansen
  * Hebrew (he.po) by Yaron Shahrabani
  * Norwegian Nynorsk (nn.po) by aujawindar
  * Ukrainian (uk.po) by Taras Panchenko
  * Simplified Chinese (zh_CN.po) by Wenbin Lv

  [ Christian Göttsche ]
  * Drop splashy/usplash workaround.

  [ Diego Escalante Urrelo ]
  * setupcon: Check files are regular files before copying.

  [ Holger Wansing ]
  * Move COPYRIGHT file into debian/copyright, and reinstate COPYRIGHT as a
    symlink to debian/copyright. Fixes lintian tag.

 -- Holger Wansing <hwansing@mailbox.org>  Thu, 26 May 2022 23:29:31 +0200

console-setup (1.207) unstable; urgency=medium

  * Team upload.
  * More reproducibility fixes against umask.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 01 Nov 2021 22:05:42 +0100

console-setup (1.206) unstable; urgency=medium

  * Team upload.

  [ Sébastien Villemot ]
  * ckbcomp: When translating X symbols to kernel symbols, ignore Unicode
    code points above 0xFFFF. Those code points aren’t supported by the
    Linux kernel, so loadkeys won’t be able to load them, or even parse
    the value. This affects the fr(bepo_afnor) keymap, which includes the
    copyleft symbol U+1F12F.
    Thanks to Jean-Louis Biasini for the bug report and Anisse Astier for the
    initial patch. (Closes: #968195)

  [ Reiner Herrmann ]
  * Fix reproducibility against file ordering.
  * Fix reproducibility against umask. Closes: #825138.

  [ Peter Hutterer ]
  * Keyboard/ckbcomp: use the "base" XKB files, not "xorg".

  [ Samuel Thibault ]
  * Keyboard/kbdcompiler: Avoid 'custom' layout. Closes: #997110.
  * console-setup-linux.lintian-overrides: Suppress warnings about national
    encodings.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 31 Oct 2021 18:13:37 +0100

console-setup (1.205) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * Finnish (fi.po) by Kimmo Kujansuu

 -- Holger Wansing <hwansing@mailbox.org>  Fri, 23 Jul 2021 19:05:53 +0200

console-setup (1.204) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * Lithuanian (lt.po) by Gediminas Murauskas
  * Turkish (tr.po) by Fatih Altun

 -- Holger Wansing <hwansing@mailbox.org>  Thu, 08 Jul 2021 16:30:43 +0200

console-setup (1.203) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * Arabic (ar.po) by Fahim Sabah
  * Greek (el.po) by Michalis
  * Persian (fa.po) by Sina Carnelious
  * Japanese (ja.po) by Nozomu KURASAWA
  * Polish (pl.po) by Matthaiks

 -- Holger Wansing <hwansing@mailbox.org>  Sun, 30 May 2021 22:30:16 +0200

console-setup (1.202) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * Arabic (ar.po) by zer0-x
  * Hindi (hi.po) by Aryan L
  * Lithuanian (lt.po) by Kornelijus Tvarijanavičius

 -- Holger Wansing <hwansing@mailbox.org>  Sat, 20 Mar 2021 21:54:30 +0100

console-setup (1.201) unstable; urgency=medium

  * Team upload.

  [ Updated translations ]
  * Arabic (ar.po) by zer0-x
  * Bengali (bn.po) by Indrani Roy
  * Catalan (ca.po) by d
  * Danish (da.po) by Michael Millet
  * Spanish (es.po) by Javier Fernández-Sanguino
  * Estonian (et.po) by Kristjan Räts
  * Galician (gl.po) by mantinan
  * Hindi (hi.po) by KushagraKarira
  * Kabyle (kab.po) by Selyan Sliman Amiri
  * Latvian (lv.po) by Tranzistors
  * Tamil (ta.po) by Vasudevan Tirumurti
  * Thai (th.po) by Theppitak Karoonboonyanan
  * Simplified Chinese (zh_CN.po) by TTT DEAL
  * Traditional Chinese (zh_TW.po) by louies0623

 -- Holger Wansing <hwansing@mailbox.org>  Thu, 18 Feb 2021 22:42:35 +0100

console-setup (1.200) unstable; urgency=medium

  * Team upload.

  * Fix missing changelog entries for 1.199.

  [ Updated translations ]
  * Icelandic (is.po) by Sveinn à Felli
  * Romanian (ro.po) by Sergiu
  * Serbian (sr.po) by Filipovic Dragan

 -- Holger Wansing <hwansing@mailbox.org>  Thu, 31 Dec 2020 22:19:38 +0100

console-setup (1.199) unstable; urgency=medium

  * Team upload.

  [ Holger Wansing ]
  * Remove duplicated Section: and Priority: fields.

  [ Updated translations ]
  * Bulgarian (bg.po) by Damyan Ivanov
  * Czech (cs.po) by Miroslav Kure
  * German (de.po) by Holger Wansing
  * Greek (el.po) by EG
  * Esperanto (eo.po) by Felipe Castro
  * Basque (eu.po) by Iñaki Larrañaga Murgoitio
  * French (fr.po) by Baptiste Jammet
  * Hebrew (he.po) by Yaron Shahrabani
  * Croatian (hr.po) by Milo Ivir
  * Indonesian (id.po) by Andika Triwidada
  * Kabyle (kab.po) by Slimane Selyan Amiri
  * Kurdish (ku.po) by Lecwan Munzur
  * Norwegian Bokmal (nb.po) by Allan Nordhøy
  * Dutch (nl.po) by Frans Spiesschaert
  * Occitan (oc.po) by Quentin PAGÈS
  * Punjabi (Gurmukhi) (pa.po) by Aman Alam
  * Portuguese (pt.po) by Miguel Figueiredo
  * Brazilian Portuguese (pt_BR.po) by Adriano Rafael Gomes
  * Russian (ru.po) by Yuri Kozlov
  * Swedish (sv.po) by Kristoffer Grundström

 -- Cyril Brulebois <kibi@debian.org>  Tue, 01 Dec 2020 02:02:30 +0100

console-setup (1.198) unstable; urgency=medium

  * Team upload

  * Add Berber (Latin) keymap for new language Kabyle.

  [ Updated translations ]
  * Bulgarian (bg.po) by Damyan Ivanov
  * Czech (cs.po) by Miroslav Kure
  * Persian (fa.po) by سهیل خانعلی‌پور
  * Italian (it.po) by Milo Casagrande
  * Marathi (mr.po) by Prachi Joshi
  * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
  * Punjabi (Gurmukhi) (pa.po) by Aman ALam
  * Traditional Chinese (zh_TW.po) by Walter Cheuk

  [ New translations ]
  * Kabyle (kab.po) by Slimane Selyan Amiri
  * Occitan (oc.po) by Quentin PAGÈS

 -- Holger Wansing <hwansing@mailbox.org>  Thu, 29 Oct 2020 18:59:47 +0100

console-setup (1.197) unstable; urgency=medium

  * Team upload

  [ Anton Zinoviev ]
  * standard.equivalents: map more aggressively the box drawing symbols.
    Mappings for ballot symbols.  Thanks to Nick Black, closes: #965029.
  * sync the Terminus font with the xfonts-terminus package (new upstream
    version with new font size 18x10, apply the patches dv1.diff (modified
    Cyrillic letters d and v) and td1.diff (centered tilde)).
  * console-setup.templates: remove references for the console-tools
    package which is no longer in the Debian archive.  Do not refer to the
    font size at boot time which is irrelevant with framebuffer.

  [ Updated translations ]
  * German (de.po) by Holger Wansing
  * Greek (el.po) by root
  * Esperanto (eo.po) by Felipe Castro
  * Spanish (es.po) by Javier Fernández-Sanguino
  * Estonian (et.po) by Kristjan Räts
  * Persian (fa.po) by Abbas Baharforoosh
  * French (fr.po) by Baptiste Jammet
  * Hebrew (he.po) by Yaron Shahrabani
  * Croatian (hr.po) by Milo Ivir
  * Indonesian (id.po) by Andika Triwidada
  * Icelandic (is.po) by Sveinn í Felli
  * Kannada (kn.po) by Yogesh
  * Dutch (nl.po) by Frans Spiesschaert
  * Polish (pl.po) by Bartosz Feński
  * Portuguese (pt.po) by Miguel Figueiredo
  * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
  * Serbian (sr.po) by Filipovic Dragan
  * Swedish (sv.po) by Anders Jonsson
  * Uyghur (ug.po) by Abdusalam
  * Simplified Chinese (zh_CN.po) by Boyuan Yang

 -- Holger Wansing <hwansing@mailbox.org>  Mon, 21 Sep 2020 21:32:54 +0200

console-setup (1.196) unstable; urgency=medium

  * Team upload

  [ Sergey V. Udaltsov ]
  * Sort out licensing issue for Latvian.

  [ Anton Zinoviev ]
  * Keyboard/ckb: update with keyboard data of version 2.29 of xkb files.
    (This change is not relevant for the binary packages in Debian.)

  [ Laurent Vivier ]
  * Drop macintosh_old layout and replace it with the macintosh layout.

  [ Holger Wansing]
  * Build-depend on debhelper >= 9.20160709, and remove dependency on empty
    transitional package dh-systemd. Closes: #958612

  [ Updated translations ]
  * Malayalam by Fahad Shihab
  * Tamil by Jeyanthinath MuthuRam

 -- Holger Wansing <hwansing@mailbox.org>  Sun, 12 Jul 2020 20:23:26 +0200

console-setup (1.195) unstable; urgency=medium

  [ Mantas Kriaučiūnas ]
  * Fix Lithuanian layout Closes: #951387
    in keyboard-configuration.config: replace not intuitive second lt(us)
    layout with us(altgr-intl), which contains Euro (€) and other symbols,
    often used in Lithuania. us layout is used by the majority of
    Lithuanian users as second layout.

  [ D-I role ]
  * [l10n]  Commit changed/added po files (from l10n-sync run at dillon)

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Thu, 26 Mar 2020 13:34:12 +0000

console-setup (1.194) unstable; urgency=medium

  * Team upload

  [ Julien Cristau ]
  * keyboard_present: don't check for Linux 1.x.  Thanks, Ansgar!

  [ Updated translations ]
  * Portuguese (pt.po) by Miguel Figueiredo
  * Tamil (ta.po) by leela
  * Traditional Chinese (zh_TW.po) by Walter Cheuk

 -- Holger Wansing <hwansing@mailbox.org>  Sun, 17 Nov 2019 22:42:11 +0100

console-setup (1.193) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Croatian (hr.po) by gogogogi
  * Tajik (tg.po) by Victor Ibragimov

 -- Holger Wansing <hwansing@mailbox.org>  Sun, 04 Aug 2019 12:08:32 +0200

console-setup (1.192) unstable; urgency=medium

  * Remove Christian Perrier from Uploaders, with many thanks for all
    his contributions over the years! (Closes: #927511)
  * Merge patch by Iain Lane to fix internationalization issues when
    switching locales with Perl >= 5.28 (Closes: #924657, LP: #1817453).

 -- Cyril Brulebois <kibi@debian.org>  Thu, 04 Jul 2019 17:41:47 +0200

console-setup (1.191) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Punjabi (Gurmukhi) (pa.po) by Aman ALam
  * Ukrainian (uk.po) by Anton Gladky

 -- Holger Wansing <hwansing@mailbox.org>  Sat, 23 Mar 2019 21:13:24 +0100

console-setup (1.190) unstable; urgency=medium

  * Team upload

  * console-setup(5) manpage: correct section of setfont manpage and remove
    reference to no-longer existing consolechars manpage. Closes: #920312

  [ Updated translations ]
  * Punjabi (Gurmukhi) (pa.po) by Aman ALam
  * Vietnamese (vi.po) by Trần Ngọc Quân

 -- Holger Wansing <hwansing@mailbox.org>  Mon, 04 Mar 2019 04:44:51 +0100

console-setup (1.189) unstable; urgency=medium

  * Team upload

  [ Holger Wansing ]
  * Correct release date/time of version 1.188 in changelog file.
  * Remove trailing whitespaces from control and rules files, to fix
    lintian tag.

  [ Antonio Larrosa ]
  * Keyboard: Translate ISO_Left_Tab to Meta_Tab. Closes: #920287

  [ Updated translations ]
  * Danish (da.po) by Joe Hansen
  * Finnish (fi.po) by Juhani Numminen
  * Hebrew (he.po) by Yaron Shahrabani
  * Traditional Chinese (zh_TW.po) by Louies

 -- Holger Wansing <hwansing@mailbox.org>  Fri, 08 Feb 2019 23:22:53 +0100

console-setup (1.188) unstable; urgency=medium

  * Team upload

  [ Holger Wansing]
  * Remove trailing whitespaces from changelog file, to fix lintian tag.
  * Remove Multi-Arch declaration for all udebs, there is no point of this
    ATM; fixes 'unknown-field-in-control' lintian tag.

  [ Updated translations ]
  * Tibetan (bo.po) by Tennom
  * Catalan (ca.po) by Jordi Mallach
  * Greek (el.po) by Vangelis Skarmoutsos
  * Spanish (es.po) by Javier Fernández-Sanguino
  * Finnish (fi.po) by Juhani Numminen
  * Gujarati (gu.po) by Kartik Mistry
  * Polish (pl.po) by Michał Kułach
  * Romanian (ro.po) by Andrei Popescu

 -- Holger Wansing <hwansing@mailbox.org>  Sat, 22 Dec 2018 13:50:46 +0100

console-setup (1.187) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Arabic (ar.po) by ButterflyOfFire
  * Asturian (ast.po) by Xuacu Saturio
  * Finnish (fi.po) - minor fixes
  * French (fr.po) - minor fixes
  * German (de.po) by Holger Wansing
  * Hindi (hi.po) by Himanshu Awasthi
  * Japanese (ja.po) by Kenshi Muto
  * Korean (ko.po) by Changwoo Ryu
  * Latvian (lv.po) by Tranzistors
  * Marathi (mr.po) by Nayan Nakhare
  * Portuguese (pt.po) by Miguel Figueiredo
  * Russian (ru.po) by Yuri Kozlov
  * Turkish (tr.po) by Mert Dirik

 -- Holger Wansing <hwansing@mailbox.org>  Mon, 29 Oct 2018 22:16:34 +0100

console-setup (1.186) unstable; urgency=medium

  * Team upload

  [ Holger Wansing]
  * Change deprecated Priority: extra into optional.
  * Fix spelling of 'argumengs' in changelog.

  [ Updated translations ]
  * Bulgarian (bg.po) by Damyan Ivanov
  * Galician (gl.po) by mantinan
  * Croatian (hr.po) by Valentin Vidic

 -- Holger Wansing <hwansing@mailbox.org>  Sun, 23 Sep 2018 20:06:37 +0200

console-setup (1.185) unstable; urgency=medium

  * Team upload

  [ Cyril Brulebois ]
  * setupcon(findfile): Do not use `ls` in order to find a file because
    `ls` sorts its arguments.  Thanks to Alexey Shilin (patch provided),
    closes: #898303.
  * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).

  [ Updated translations ]
  * Belarusian (be.po) by Viktar Siarheichyk
  * Esperanto (eo.po) by Felipe Castro
  * Finnish (fi.po) by Arto Keiski
  * Hebrew (he.po) by Yaron Shahrabani
  * Icelandic (is.po) by Sveinn í Felli
  * Indonesian (id.po) by Andika Triwidada
  * Kannada (kn.po) by Yogesh
  * Korean (ko.po) by Changwoo Ryu
  * Norwegian Bokmål (nb.po) by Allan Nordhøy
  * Dutch (nl.po) by Frans Spiesschaert
  * Serbian (sr.po) by Filipovic Dragan
  * Swedish (sv.po) by Anders Jonsson
  * Telugu (te.po) by Praveen Illa
  * Simplified Chinese (zh_CN.po) by Boyuan Yang
  * Traditional Chinese (zh_TW.po) by Anthony Wong

 -- Holger Wansing <hwansing@mailbox.org>  Tue, 14 Aug 2018 14:24:24 +0200

console-setup (1.184) unstable; urgency=medium

  [ Updated translations ]
  * Slovak (sk.po) by Ivan Masár

 -- Christian Perrier <bubulle@debian.org>  Tue, 17 Apr 2018 06:55:00 +0200

console-setup (1.183) unstable; urgency=medium

  [ Anton Zinoviev ]
  * Support for U+202F NARROW NO-BREAK SPACE.  Thanks to Alexey Shilin,
    closes: #895047.

 -- Anton Zinoviev <zinoviev@debian.org>  Wed, 11 Apr 2018 23:15:51 +0300

console-setup (1.182) unstable; urgency=medium

  [ Updated translations ]
  * Czech (cs.po) by Miroslav Kure
  * German (de.po) by Holger Wansing

 -- Christian Perrier <bubulle@debian.org>  Sat, 31 Mar 2018 08:29:50 +0200

console-setup (1.181) unstable; urgency=medium

  [ Updated translations ]
  * Welsh (cy.po) by Huw Waters
  * Hungarian (hu.po) by Dr. Nagy Elemér Károly
  * Lithuanian (lt.po) by Moo
  * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
  * Portuguese (pt.po) by Miguel Figueiredo

 -- Christian Perrier <bubulle@debian.org>  Sat, 24 Mar 2018 07:57:04 +0100

console-setup (1.180) unstable; urgency=medium

  * debian/console-setup.config: Fix getting codeset from codesets
    (Closes: Bug#892900)

 -- Samuel Thibault <sthibault@debian.org>  Wed, 14 Mar 2018 10:02:13 +0100

console-setup (1.179) unstable; urgency=medium

  [ Samuel Thibault ]
  * debian/font-switch: Complete language coverage.
  * debian/rules: Include more fonts for more complete speakup & brltty
    support.
  * debian/console-setup.config: Fix typo for Ethiopian font codeset.
  * Add FullCyrAsia, FullCyrSlav and FullGreek variants which are 512-glyph
    fonts without the character equivalence, which is needed for screen
    readers to properly get the text.

 -- Christian Perrier <bubulle@debian.org>  Mon, 12 Mar 2018 19:12:28 +0100

console-setup (1.178) unstable; urgency=medium

  [ Updated translations ]
  * Hebrew (he.po) by Yaron Shahrabani
  * Indonesian (id.po) by Al Qalit
  * Tajik (tg.po) by Victor Ibragimov

 -- Christian Perrier <bubulle@debian.org>  Thu, 15 Feb 2018 07:22:38 +0100

console-setup (1.177) unstable; urgency=medium

  [ Updated translations ]
  * Tajik (tg.po) by Victor Ibragimov

 -- Christian Perrier <bubulle@debian.org>  Wed, 31 Jan 2018 08:26:05 +0100

console-setup (1.176) unstable; urgency=medium

  [ Updated translations ]
  * Norwegian Nynorsk (nn.po) by Petter Reinholdtsen
  * Tajik (tg.po) by Victor Ibragimov

 -- Christian Perrier <bubulle@debian.org>  Sun, 21 Jan 2018 08:19:36 +0100

console-setup (1.175) unstable; urgency=medium

  [ Updated translations ]
  * Bokmål, Norwegian (nb.po) by Alexander Jansen
  * Panjabi (pa.po) by Aman ALam
  * Serbian (sr.po) by Filipovic Dragan

 -- Christian Perrier <bubulle@debian.org>  Fri, 12 Jan 2018 11:53:28 +0100

console-setup (1.174) unstable; urgency=medium

  [ Updated translations ]
  * Nepali (ne.po) by Jeewal Kunwar
  * Simplified Chinese (zh_CN.po) by Boyuan Yang
  * Traditional Chinese (zh_TW.po) by Chang-Chia Tseng

 -- Christian Perrier <bubulle@debian.org>  Sat, 23 Dec 2017 16:39:22 +0100

console-setup (1.173) unstable; urgency=medium

  [ Updated translations ]
  * Esperanto (eo.po) by Felipe Castro
  * Swedish (sv.po) by Anders Jonsson
  * Tagalog (tl.po) by Eric Pareja

 -- Christian Perrier <bubulle@debian.org>  Sat, 09 Dec 2017 08:07:42 +0100

console-setup (1.172) unstable; urgency=medium

  [ Updated translations ]
  * Hungarian (hu.po) by Dr. Nagy Elemér Károly
  * Lithuanian (lt.po) by Rimas Kudelis
  * Norwegian Nynorsk (nn.po) by Allan Nordhøy

 -- Christian Perrier <bubulle@debian.org>  Wed, 29 Nov 2017 06:51:08 +0100

console-setup (1.171) unstable; urgency=medium

  [ Updated translations ]
  * Greek (el.po) by Sotirios Vrachas
  * Estonian (et.po) by Kristjan Räts
  * Swedish (sv.po) by Anders Jonsson

 -- Christian Perrier <bubulle@debian.org>  Wed, 22 Nov 2017 20:09:22 +0100

console-setup (1.170) unstable; urgency=medium

  [ Updated translations ]
  * Panjabi (pa.po) by A S Alam

 -- Christian Perrier <bubulle@debian.org>  Tue, 31 Oct 2017 08:20:17 +0100

console-setup (1.169) unstable; urgency=medium

  [ Updated translations ]
  * Slovenian (sl.po) by Vanja Cvelbar

 -- Christian Perrier <bubulle@debian.org>  Wed, 18 Oct 2017 06:51:11 +0200

console-setup (1.168) unstable; urgency=medium

  [ Updated translations ]
  * Latvian (lv.po) by Rūdolfs Mazurs

 -- Christian Perrier <bubulle@debian.org>  Fri, 13 Oct 2017 08:34:17 +0200

console-setup (1.167) unstable; urgency=medium

  [ Updated translations ]
  * Greek (el.po) by Sotirios Vrachas
  * Hebrew (he.po) by Lior Kaplan
  * Albanian (sq.po) by Silva Arapi

 -- Christian Perrier <bubulle@debian.org>  Fri, 15 Sep 2017 06:16:35 +0200

console-setup (1.166) unstable; urgency=medium

  [ Updated translations ]
  * Bokmål, Norwegian (nb.po) by Petter Reinholdtsen

 -- Christian Perrier <bubulle@debian.org>  Mon, 03 Jul 2017 10:22:46 +0200

console-setup (1.165) unstable; urgency=medium

  [ Updated translations ]
  * Galician (gl.po) by Jorge Barreiro
  * Simplified Chinese (zh_CN.po) by Yangfl
  * Traditional Chinese (zh_TW.po) by Yao Wei (魏銘廷)

 -- Christian Perrier <bubulle@debian.org>  Mon, 26 Jun 2017 08:31:44 +0200

console-setup (1.164) unstable; urgency=medium

  [ Updated translations ]
  * Croatian (hr.po) by Valentin Vidic

 -- Christian Perrier <bubulle@debian.org>  Fri, 07 Apr 2017 05:55:28 +0200

console-setup (1.163) unstable; urgency=medium

  [ Updated translations ]
  * Belarusian (be.po) by Viktar Siarheichyk

 -- Christian Perrier <bubulle@debian.org>  Fri, 03 Mar 2017 06:57:41 +0100

console-setup (1.162) unstable; urgency=medium

  [ Updated translations ]
  * Thai (th.po) by Theppitak Karoonboonyanan

 -- Christian Perrier <bubulle@debian.org>  Fri, 24 Feb 2017 11:42:15 +0100

console-setup (1.161) unstable; urgency=medium

  [ Updated translations ]
  * Italian (it.po) by Milo Casagrande
  * Korean (ko.po) by Changwoo Ryu

 -- Christian Perrier <bubulle@debian.org>  Mon, 20 Feb 2017 08:35:32 +0100

console-setup (1.160) unstable; urgency=medium

  [ Anton Zinoviev ]
  * keyboard-configuration.preinst: run update-rc.d only after the
    obsoleted configuration files have been removed. Thanks to
    sacrificial-spam-address@ and Mateusz Łukasik, closes: #817232.

  [ Updated translations ]
  * Catalan (ca.po) by Jordi Mallach
  * Spanish (es.po) by Javier Fernández-Sanguino Peña

 -- Christian Perrier <bubulle@debian.org>  Thu, 09 Feb 2017 07:11:47 +0100

console-setup (1.158) unstable; urgency=medium

  [ Updated translations ]
  * Bulgarian (bg.po) by Damyan Ivanov

 -- Christian Perrier <bubulle@debian.org>  Wed, 18 Jan 2017 07:05:30 +0100

console-setup (1.157) unstable; urgency=medium

  [ Updated translations ]
  * Japanese (ja.po) by Kenshi Muto

 -- Christian Perrier <bubulle@debian.org>  Wed, 11 Jan 2017 06:55:54 +0100

console-setup (1.156) unstable; urgency=medium

  [ Updated translations ]
  * Slovak (sk.po) by Ivan Masár

 -- Christian Perrier <bubulle@debian.org>  Fri, 06 Jan 2017 08:43:55 +0100

console-setup (1.155) unstable; urgency=medium

  [ Anton Zinoviev ]
  * Add three Kazakh symbols to CyrAsia: Cyrillic capital and small letter
    U with stroke and Tenge sign.  Thanks to Baurzhan Muftakhidinov,
    closes: #844579.

 -- Christian Perrier <bubulle@debian.org>  Mon, 12 Dec 2016 06:54:02 +0100

console-setup (1.154) unstable; urgency=medium

  [ Updated translations ]
  * Kazakh (kk.po) by Baurzhan Muftakhidinov

 -- Christian Perrier <bubulle@debian.org>  Tue, 22 Nov 2016 09:13:24 +0100

console-setup (1.153) unstable; urgency=medium

  [ Anton Zinoviev ]
  * keyboard-configuration.config: use untranslated C kbdnames strings in
    case of failed iconv.  Thanks to ishikawa, closes: #842324.

 -- Christian Perrier <bubulle@debian.org>  Sun, 13 Nov 2016 07:43:27 +0100

console-setup (1.152) unstable; urgency=medium

  [ Samuel Thibault ]
  * Team upload.

  [ Philip Hands ]
  * ensure setupcon generated script never has empty braces. Closes: #833053.

  [ Samuel Thibault ]
  * Make console-setup installable on hurd-any, d-i insists on having it.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 15 Oct 2016 23:07:52 +0200

console-setup (1.151) unstable; urgency=medium

  [ Samuel Thibault ]
  * Team upload.
  * rules: Fix race in parallel builds, closes: #837327.

  [ gregor herrmann and Samuel Thibault ]
  * Keyboard/kbdnames-maker, Keyboard/kbdcompiler, Keyboard/Makefile,
    debian/preprocessor, debian/rules: Pass ./KeyboardNames.pl to kbdnames-maker
    instead of KeyboardNames.pl, since perl does not look at '.' any
    more. Closes: #840209.

  [ Dominik George ]
  * keyboard-configuration.config: Fix mksh compatibility. Closes: #833378.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 09 Oct 2016 18:30:39 +0200

console-setup (1.150) unstable; urgency=medium

  [ Updated translations ]
  * Danish (da.po) by Joe Hansen

 -- Christian Perrier <bubulle@debian.org>  Wed, 21 Sep 2016 09:16:22 +0200

console-setup (1.149) unstable; urgency=medium

  [ Updated translations ]
  * Danish (da.po) by Joe Hansen

 -- Christian Perrier <bubulle@debian.org>  Sun, 18 Sep 2016 17:53:38 +0200

console-setup (1.148) unstable; urgency=medium

  [ Karsten Merker ]
  * Typo fix in the setupcon manpage. Closes: #832595.

  [ Updated translations ]
  * Turkish (tr.po) by Mert Dirik

 -- Christian Perrier <bubulle@debian.org>  Fri, 29 Jul 2016 08:06:33 +0200

console-setup (1.147) unstable; urgency=medium

  [ Updated translations ]
  * Russian (ru.po) by Yuri Kozlov
  * Ukrainian (uk.po) by Anton Gladky

 -- Christian Perrier <bubulle@debian.org>  Sun, 17 Jul 2016 21:25:19 +0200

console-setup (1.146) unstable; urgency=medium

  * Rebuild with translation files that include complete information
    about translator and last update information.

 -- Christian Perrier <bubulle@debian.org>  Sun, 05 Jun 2016 21:49:08 +0200

console-setup (1.145) unstable; urgency=medium

  * Rebuild with translations back in place

 -- Christian Perrier <bubulle@debian.org>  Sun, 29 May 2016 19:25:22 +0200

console-setup (1.144) unstable; urgency=medium

  [ Updated translations ]
  * German (de.po) by Holger Wansing

 -- Christian Perrier <bubulle@debian.org>  Sat, 28 May 2016 15:13:01 +0200

console-setup (1.143) unstable; urgency=medium

  [ Anton Zinoviev ]
  * Use non-recursive make-files.  Closes: #767260.  Some ideas borrowed
    from http://mischasan.wordpress.com.
  * New configuration variable BEEP controlling the style of the system
    beep.  Documented in console-setup(5).
  * console-setup-{linux,freebsd}: Add an alternative dependency
    init-system-helpers (>= 1.29~) to initscripts.  Closes: #804988.
  * keyboard-setup.sh.init: remove the unnecessary "Should-Start: keymap
    udev".  Thanks to Felipe Sateler for the helpful discussion.
  * Move the main logic out of the init.d scripts into scripts installed in
    /lib/console-setup.
  * console-setup.service: move this service out of single user mode.  Do
    not require to run it before getty.
  * Keyboard/kbdcompiler: generate properly the precomiled keymaps for
    console-setup-mini; they have been totaly broken for a while...
  * Keyboard/{xmlreader,compose_translator}: use utf8 instead of the
    deprecated encoding pragma.

 -- Christian Perrier <bubulle@debian.org>  Sun, 22 May 2016 08:47:29 +0200

console-setup (1.142) unstable; urgency=medium

  [ Updated translations ]
  * Serbian (sr.po) by Dragan Filipović

 -- Christian Perrier <bubulle@debian.org>  Sun, 24 Apr 2016 17:47:41 +0200

console-setup (1.141) unstable; urgency=medium

  * Add systemd units wrapping the init scripts.
    Closes: #796603

 -- Felipe Sateler <fsateler@debian.org>  Fri, 01 Apr 2016 20:24:38 -0300

console-setup (1.140) unstable; urgency=medium

  [ Jon Boden ]
  * keyboard-configuration.postinst: Avoid hurd check on non-hurd systems,
    closes: #818842.

 -- Christian Perrier <bubulle@debian.org>  Tue, 22 Mar 2016 07:46:45 +0100

console-setup (1.139) unstable; urgency=medium

  [ Updated translations ]
  * Czech (cs.po) by Miroslav Kure
  * Japanese (ja.po) by Kenshi Muto
  * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
  * Portuguese (pt.po) by Miguel Figueiredo

 -- Christian Perrier <bubulle@debian.org>  Thu, 10 Mar 2016 07:09:41 +0100

console-setup (1.138) unstable; urgency=medium

  [ Anton Zinoviev ]
  * Changes in setupcon:
    - new option -t|--terminal-only.  The functionality of the
      old command 'setupcon -f' is now covered by 'setupcon -f -t';
    - new options --current-tty and --print-commands-only;
    - on Linux 'setupcon --save' creates in /etc/console-setup/
      configuration scripts for faster boot configuration;
    - on Linux load the font and the console map using only one
      setfont command;
    - when the keyboard model is unknown, use a default value and
      issue a warning.  Closes: #751955, #788441.  Apply a patch about
      KMAP by Michal Maruska;
    - more robust test whether /etc is writable, closes: #810246;
    - setup-dir: configure only the keyboard and only the current
      console.  Create a flag file /run/console-setup/keymap_loaded so
      that we can avoid loading the keyboard second time.
  * Changes in ckbcomp:
    - remove the 'use locale' pragma as suggested by Klaus Ethgen.
      Closes: #810538.
  * kbdcompiler: create a log file ckbcomp.log.
  * On Linux: use precomputed scripts and Udev to configure the console.
    Closes: #759657, #763695.
  * On Linux: move init.d/console-setup.sh out of single user mode.
    Closes: #796603, #816090.
  * Move the init scripts from keyboard-configuration to
    console-setup-linux and console-setup-freebsd.  Closes: #805928.
    Give them a .sh extension to make them sourcable.  Move the
    dependency on initscripts to these two packages.  Closes: #804988.
  * postinst: run update-rc.d with parameter 'defaults'. Closes: #722064.
  * Put db_stop near the end of console-setup.postinst.  Redirect all
    output of setupcon to /dev/null.  Hopefully, this
    closes: #782753, #776101.
  * debian/keyboard_present.sh: add a pattern for Bluetooth keyboards,
    closes: #807945.
  * keyboard-configuration.config: the Serbian keyboard layout is 'rs',
    not 'cs'.  For Bulgarian consider bg,bg as unsupported by Debconf.  Do
    not set default variant 'bds' for Bulgarian or 'latin' for Serbian but
    use default values instead.  Closes: #778721, #778722.
  * Remove Keyboard/locale/lib/ from the source package.  Closes: #787528
  * bug-control: add systemd to the packages in the package-status list.
  * Make the builds reproducible.  Thanks to Reiner Herrmann for the
    patch.  Closes: #775531.
  * Minor clarifications in man/keyboard.5
  * Make console-setup-linux and console-setup-freebsd conflict with each
    other so that lintian is pleased.

 -- Anton Zinoviev <zinoviev@debian.org>  Wed, 02 Mar 2016 20:33:33 +0300

console-setup (1.137) unstable; urgency=medium

  [ Anton Zinoviev ]
  * bug-control: add gnome-control-center to the packages in the
    package-status list as it modifies /etc/default/keyboard.

 -- Christian Perrier <bubulle@debian.org>  Mon, 22 Feb 2016 07:08:37 +0100

console-setup (1.136) unstable; urgency=medium

  [ Colin Watson ]
  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.

 -- Christian Perrier <bubulle@debian.org>  Mon, 01 Feb 2016 06:56:04 +0100

console-setup (1.135) unstable; urgency=medium

  [ Updated translations ]
  * Swedish (sv.po) by Martin Bagge / brother

 -- Christian Perrier <bubulle@debian.org>  Thu, 28 Jan 2016 08:09:47 +0100

console-setup (1.134) unstable; urgency=medium

  [ Colin Watson ]
  * debian/keyboard-configuration.postinst: Test for the Hurd using uname
    rather than udpkg, to avoid stderr noise in non-d-i contexts.

 -- Christian Perrier <bubulle@debian.org>  Tue, 27 Oct 2015 06:45:06 +0100

console-setup (1.133) unstable; urgency=medium

  [ Updated translations ]
  * Turkish (tr.po) by Mert Dirik

 -- Christian Perrier <bubulle@debian.org>  Thu, 24 Sep 2015 06:49:17 +0200

console-setup (1.132) unstable; urgency=medium

  [ Updated translations ]
  * Hebrew (he.po) by Lior Kaplan

 -- Christian Perrier <bubulle@debian.org>  Thu, 24 Sep 2015 06:48:46 +0200

console-setup (1.131) unstable; urgency=medium

  [ Updated translations ]
  * Turkish (tr.po) by Mert Dirik

 -- Christian Perrier <bubulle@debian.org>  Sat, 25 Jul 2015 07:32:23 +0200

console-setup (1.130) unstable; urgency=medium

  [ Cyril Brulebois ]
  * Teach ckbcomp about PC_FN_LEVEL2, fixing issues with Nokia N900
    keyboard model (nokiarx51). Thanks to Sebastian Reichel for the report
    and the patch (Closes: #789816).

 -- Christian Perrier <bubulle@debian.org>  Sat, 27 Jun 2015 08:38:26 +0200

console-setup (1.129) unstable; urgency=medium

  [ Updated translations ]
  * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
  * Turkish (tr.po) by Mert Dirik

 -- Christian Perrier <bubulle@debian.org>  Fri, 19 Jun 2015 19:14:13 +0200

console-setup (1.128) unstable; urgency=medium

  [ Updated translations ]
  * Norwegian Bokmal (nb.po) by Hans Fredrik Nordhaug

 -- Christian Perrier <bubulle@debian.org>  Sun, 24 May 2015 06:10:02 +0200

console-setup (1.127) unstable; urgency=medium

  [ Updated translations ]
  * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes

 -- Christian Perrier <bubulle@debian.org>  Mon, 18 May 2015 15:05:08 +0200

console-setup (1.126) unstable; urgency=medium

  [ Updated translations ]
  * Tamil (ta.po) by Dr.T.Vasudevan

 -- Christian Perrier <bubulle@debian.org>  Tue, 12 May 2015 20:20:44 +0200

console-setup (1.125) unstable; urgency=low

  [ Updated translations ]
  * Bulgarian (bg.po) by Damyan Ivanov

 -- Christian Perrier <bubulle@debian.org>  Mon, 04 May 2015 14:58:09 +0200

console-setup (1.124) unstable; urgency=low

  [ Updated translations ]
  * Belarusian (be.po) by Viktar Siarheichyk

 -- Christian Perrier <bubulle@debian.org>  Mon, 27 Apr 2015 07:04:50 +0200

console-setup (1.123) unstable; urgency=low

  [ Updated translations ]
  * Slovenian (sl.po) by Vanja Cvelbar

 -- Christian Perrier <bubulle@debian.org>  Tue, 21 Apr 2015 07:09:54 +0200

console-setup (1.122) unstable; urgency=low

  [ Updated translations ]
  * Croatian (hr.po) by Tomislav Krznar

 -- Christian Perrier <bubulle@debian.org>  Sun, 12 Apr 2015 05:57:20 +0200

console-setup (1.121) unstable; urgency=low

  [ Updated translations ]
  * Catalan (ca.po) by Jordi Mallach
  * Kazakh (kk.po) by Baurzhan Muftakhidinov

 -- Christian Perrier <bubulle@debian.org>  Fri, 10 Apr 2015 22:41:15 +0200

console-setup (1.120) unstable; urgency=low

  [ Updated translations ]
  * Spanish (es.po) by Javier Fernández-Sanguino
  * Galician (gl.po) by Jorge Barreiro
  * Russian (ru.po) by Yuri Kozlov
  * Romanian (ro.po) by Bradut Boghita

 -- Christian Perrier <bubulle@debian.org>  Fri, 27 Mar 2015 07:25:31 +0100

console-setup (1.119) unstable; urgency=low

  [ Updated translations ]
  * Danish (da.po) by Joe Hansen
  * Bokmål, Norwegian (nb.po) by Hans Fredrik Nordhaug
  * Polish (pl.po) by Michał Kułach
  * Turkish (tr.po) by Mert Dirik
  * Ukrainian (uk.po) by Anton Gladky
  * Vietnamese (vi.po) by Hai-Nam Nguyen

 -- Christian Perrier <bubulle@debian.org>  Mon, 09 Mar 2015 08:57:14 +0100

console-setup (1.118) unstable; urgency=low

  [ Updated translations ]
  * Czech (cs.po) by Miroslav Kure
  * German (de.po) by Holger Wansing
  * Italian (it.po) by Milo Casagrande
  * Korean (ko.po) by Changwoo Ryu
  * Thai (th.po) by Theppitak Karoonboonyanan

 -- Christian Perrier <bubulle@debian.org>  Tue, 03 Mar 2015 08:25:24 +0100

console-setup (1.117) unstable; urgency=medium

  [ Samuel Thibault ]
  * Fix default South Korea keymap in d-i, closes: #777740.
  * Add Burmese and Philipines choices.
  * Set default layout for Myanmar (Burmese), Philipines, and Marathi
    (Devanagari).
  * Fix default Devanagari layout: it is already the default, there is
    actually no "deva" variant advertised in XML.
  * Fix Uygur variant: it is called ug, not uig.
  * Remove us,deva transformation, it never happens.
  * Add us,cn transformation.

  [ Updated translations ]
  * French (fr.po) by Christian Perrier
  * Japanese (ja.po) by Kenshi Muto
  * Portuguese (pt.po) by Miguel Figueiredo
  * Slovak (sk.po) by Ivan Masár

 -- Christian Perrier <bubulle@debian.org>  Sun, 22 Feb 2015 07:26:03 +0100

console-setup (1.116) unstable; urgency=medium

  * Re-upload a clean(er) source package.

 -- Cyril Brulebois <kibi@debian.org>  Tue, 25 Nov 2014 10:58:20 +0100

console-setup (1.115) unstable; urgency=medium

  [ Anton Zinoviev ]
  * ckbcomp: define missing X keysyms.  Thanks to Martin-Éric Racine,
    closes: #762399.

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 09 Nov 2014 21:58:45 +0200

console-setup (1.114) unstable; urgency=low

  [ Updated translations ]
  * Slovenian (sl.po) by Vanja Cvelbar

 -- Christian Perrier <bubulle@debian.org>  Sat, 25 Oct 2014 10:43:47 +0200

console-setup (1.113) unstable; urgency=low

  [ Updated translations ]
  * Turkish (tr.po) by Mert Dirik

 -- Christian Perrier <bubulle@debian.org>  Sat, 20 Sep 2014 09:51:03 +0200

console-setup (1.112) unstable; urgency=low

  [ Anton Zinoviev ]
  * setupcpn --setup-dir: process arguments differently to leave
    backslashes alone.  Thanks to Giorgio Marinelli, closes: #759546.

  [ Updated translations ]
  * Danish (da.po) by Joe Hansen
  * Estonian (et.po) by Mattias Põldaru
  * Panjabi (pa.po) by A S Alam

 -- Christian Perrier <bubulle@debian.org>  Sat, 06 Sep 2014 11:32:12 +0200

console-setup (1.111) unstable; urgency=low

  [ Anton Zinoviev ]
  * setupcon --setup-dir:
    - generate commands which do not require gzip in initrd;
    - simplify the code by more general handling of special shell symbols
      in command arguments.
    - do not remove temporary files before the script exits so that the
      code of --setup-dir is able to use a keymap stored in a termporary file;
  * Give prefix cached_ to files created in /etc/console-setup.  Remove
    such files when console-setup or console-setup-mini are removed or
    purged and /bin/setupcon doesn't exist.  Thanks to Andreas Beckmann
    and all contributors to the bug report.  Closes: #672160.  Files
    created by older versions of the package will not be removed.
  * ckbcomp: change the approximation method for non-defined symbols
    during the flattening phase.  This is a dangerous change, let's hope
    I've done it right.  Thanks to Artem Rusanov for the informative bug
    report, closes: #722566.
  * bdf2psf: allow omited trailing zero bytes in the BITMAP part of a BDF
    character definition.  Thanks to Ben Harris for the bug report and the
    patch, closes: #730430.
  * setupcon:
    - improve the output of setupcon --verbose;
    - run printf '\033%%@' and printf '\033%%G' in background.  I suppose
      this closes: #678897, #705971.  Thanks to Matteo Croce,
      John A. Livingston, Alban Browaeys, Stefano Forli,
      John D. Hendrickson, Sara Darnell, Hendrik Bijlsma and
      Daniele Di Domizio;
    - issue warnings about /etc being mounted read-only only if it actually
      needs to write something there.  Thanks to Michael Tokarev,
      closes: #691060;
    - Fix bugs related to setupcon VARIANT.  Thanks to Trent W. Buck,
      closes: #743476.
  * Mark all packages as "Multi-Arch: foreign".  Thanks to Guillem Jover
    and Noel David Torres Taño, closes: #694679.
  * keyboard.5: add https://wiki.archlinux.org/index.php/X_KeyBoard_extension
    as another source for further information.
  * setupcon.1: document the options --save-keyboard and --setup-dir to be
    used by initrd builders.
  * Use which instead of type in the config scripts to avoid lintian warnings.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 08 Aug 2014 14:21:19 +0300

console-setup (1.110) unstable; urgency=low

  [ Anton Zinoviev ]
  * Do not remember answer 'no' given to the question 'keep unsupported
    configuration'.  Thanks to Bernhard R. Link and Steve Cotton,
    closes: #729321.

 -- Christian Perrier <bubulle@debian.org>  Sun, 03 Aug 2014 09:00:30 +0200

console-setup (1.109) unstable; urgency=low

  [ Changwoo Ryu ]
  * Correct default keymap for South Korea. Closes: #756052

 -- Christian Perrier <bubulle@debian.org>  Sat, 26 Jul 2014 08:52:31 +0200

console-setup (1.108) unstable; urgency=low

  [ Updated translations ]
  * Portuguese (pt.po) by Miguel Figueiredo

 -- Christian Perrier <bubulle@debian.org>  Thu, 08 May 2014 09:40:01 +0200

console-setup (1.107) unstable; urgency=low

  [ Updated translations ]
  * Amharic (am.po) by Tegegne Tefera

 -- Christian Perrier <bubulle@debian.org>  Sat, 05 Apr 2014 16:51:59 +0200

console-setup (1.106) unstable; urgency=low

  [ Updated translations ]
  * Korean (ko.po) by Changwoo Ryu
  * Simplified Chinese (zh_CN.po) by YunQiang Su

 -- Christian Perrier <bubulle@debian.org>  Wed, 19 Mar 2014 09:07:41 +0100

console-setup (1.105) unstable; urgency=low

  [ Updated translations ]
  * Belarusian (be.po) by Viktar Siarheichyk

  [ Christian Perrier ]
  * Explicitly link to GPL-2 document in debian/copyright

 -- Christian Perrier <bubulle@debian.org>  Tue, 07 Jan 2014 13:41:32 +0100

console-setup (1.104) unstable; urgency=low

  * Use nepali keymap for Nepali and Tharu by default

  [ Updated translations ]
  * Bosnian (bs.po) by Amila Valjevčić
  * Hungarian (hu.po) by Judit Gyimesi
  * Slovak (sk.po) by Ivan Masár

 -- Christian Perrier <bubulle@debian.org>  Tue, 10 Dec 2013 14:49:33 +0100

console-setup (1.103) unstable; urgency=low

  [ Updated translations ]
  * Galician (gl.po) by Jorge Barreiro
  * Simplified Chinese (zh_CN.po) by YunQiang Su

 -- Christian Perrier <bubulle@debian.org>  Fri, 08 Nov 2013 22:14:09 +0100

console-setup (1.102) unstable; urgency=low

  [ Updated translations ]
  * Danish (da.po) by Joe Hansen
  * Spanish (es.po) by Javier Fernández-Sanguino
  * Latvian (lv.po) by Rūdolfs Mazurs

 -- Christian Perrier <bubulle@debian.org>  Sun, 13 Oct 2013 14:57:17 +0200

console-setup (1.101) unstable; urgency=low

  [ Updated translations ]
  * Arabic (ar.po) by Ossama Khayat
  * Bulgarian (bg.po) by Damyan Ivanov
  * German (de.po) by Holger Wansing
  * Greek, Modern (1453-) (el.po) by galaxico
  * Esperanto (eo.po) by Felipe Castro
  * French (fr.po) by Christian Perrier
  * Croatian (hr.po) by Tomislav Krznar
  * Italian (it.po) by Milo Casagrande
  * Japanese (ja.po) by Kenshi Muto
  * Kazakh (kk.po) by Baurzhan Muftakhidinov
  * Kannada (kn.po) by Prabodh C P (FSMK Localisation Team)
  * Malayalam (ml.po) by Anish Sheela
  * Marathi (mr.po) by sampada
  * Bokmål, Norwegian (nb.po) by Hans Fredrik Nordhaug
  * Polish (pl.po) by Michał Kułach
  * Tajik (tg.po) by Victor Ibragimov
  * Thai (th.po) by Theppitak Karoonboonyanan
  * Turkish (tr.po) by Mert Dirik
  * Uyghur (ug.po) by Abduqadir Abliz
  * Ukrainian (uk.po) by Yuri Chornoivan
  * Traditional Chinese (zh_TW.po) by Yao Wei (魏銘廷)

 -- Christian Perrier <bubulle@debian.org>  Sat, 05 Oct 2013 19:37:09 +0200

console-setup (1.100) unstable; urgency=low

  [ Christian Perrier ]
  * Add Tibetan keyboard layout for D-I. Closes: #667056

  [ Samuel Thibault ]
  * Make Tibetan keyboard understood as non-latin layout.

  [ Christian Perrier ]
  * Add Tajik as keymap choice for D-I

  [ Updated translations ]
  * Japanese (ja.po) by Kenshi Muto
  * Slovak (sk.po) by Ivan Masár
  * Tajik (tg.po) by Victor Ibragimov
  * Thai (th.po) by Theppitak Karoonboonyanan

 -- Christian Perrier <bubulle@debian.org>  Thu, 19 Sep 2013 07:00:34 +0200

console-setup (1.99) unstable; urgency=low

  [ Updated translations ]
  * Tajik (tg.po) by Victor Ibragimov

 -- Christian Perrier <bubulle@debian.org>  Sat, 14 Sep 2013 15:01:43 +0200

console-setup (1.98) unstable; urgency=low

  * Re-upload with more informative changelog. The change below was
    added in 1.97. Closes: #722069

  [ Updated translations ]
  * Tajik (tg.po) by Victor Ibragimov

 -- Christian Perrier <bubulle@debian.org>  Sun, 08 Sep 2013 15:39:08 +0200

console-setup (1.97) unstable; urgency=low

  * -

 -- Christian Perrier <bubulle@debian.org>  Fri, 06 Sep 2013 22:38:19 +0200

console-setup (1.96) unstable; urgency=low

  [ Updated translations ]
  * Tajik (tg.po) by Victor Ibragimov

 -- Christian Perrier <bubulle@debian.org>  Fri, 06 Sep 2013 18:49:55 +0200

console-setup (1.95) unstable; urgency=low

  * Set default keymap for Tajik

  [ Updated translations ]
  * Tajik (tg.po) by Victor Ibragimov

 -- Christian Perrier <bubulle@debian.org>  Fri, 16 Aug 2013 11:03:49 +0200

console-setup (1.94) unstable; urgency=low

  [ Dmitrijs Ledkovs ]
  * Set debian source format to '3.0 (native)'.
  * Bump debhelper compat level to 9.
  * Set Vcs-* to canonical format.

 -- Christian Perrier <bubulle@debian.org>  Sat, 13 Jul 2013 12:24:32 +0200

console-setup (1.93) unstable; urgency=low

  [ Samuel Thibault ]
  * Do not fail keyboard configuration on hurd console not running.

  [ Updated translations ]
  * Croatian (hr.po) by Tomislav Krznar

 -- Christian Perrier <bubulle@debian.org>  Sun, 12 May 2013 19:17:40 +0200

console-setup (1.92) unstable; urgency=low

  [ Anton Zinoviev ]
  * keyboard-configuration.config: when in d-i properly update $STATE
    during the missing variant question.  This was causing an endless
    loop.  Thanks to Brian Potkin, closes: #697449.

 -- Christian Perrier <bubulle@debian.org>  Sat, 30 Mar 2013 11:32:22 +0100

console-setup (1.91) unstable; urgency=low

  * A wrong command in keyboard-configuration.config was breaking the
    configuration of almost all non-Latin languages.  Thanks to Theppitak
    Karoonboonyanan, closes: #697255.  Due to the way console-setup works,
    this version will fix automatically the damage caused by the previous
    version in /etc/default/keyboard.

 -- Anton Zinoviev <zinoviev@debian.org>  Thu, 03 Jan 2013 19:53:08 +0200

console-setup (1.90) unstable; urgency=low

  [ Cyril Brulebois ]
  * Keyboard/xmlreader: Register the hwList tag as an ignored one, just
    like vendor is ignored already, which lets us get rid of a spurious
    warning in the build log (thanks, Holger & jenkins). Closes: #696754.

  [ Anton Zinoviev ]
  * Proofreading of debian/keyboard-configuration.config.  Make the file a
    little more readable with more comments.  Some changes in the logic.
    This probably fixes the important part of #693485.  Thanks to Bob Bib.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 01 Jan 2013 19:27:29 +0200

console-setup (1.89) unstable; urgency=low

  * Team upload.

  [ Updated translations ]
  * Marathi (mr.po) typo.

  * keyboard-configuration.config: Add support for preseeding xkb-keymap.
    Closes: Bug#696188.

 -- Samuel Thibault <sthibault@debian.org>  Wed, 26 Dec 2012 00:37:02 +0100

console-setup (1.88) unstable; urgency=low

  [ Updated translations ]
  * Hungarian (hu.po) by Dr. Nagy Elemér Károly
  * Japanese (ja.po) by Kenshi Muto

 -- Christian Perrier <bubulle@debian.org>  Mon, 10 Dec 2012 07:00:49 +0100

console-setup (1.87) unstable; urgency=low

  [ Samuel Thibault ]
  * keyboard-configuration.config: Fix greek and ethiopian default layout into
    including a US group, closes: #691201. Thanks Alkis Georgopoulos for the
    report.

 -- Christian Perrier <bubulle@debian.org>  Sat, 27 Oct 2012 13:55:37 +0200

console-setup (1.86) unstable; urgency=low

  [ Updated translations ]
  * Malayalam (ml.po) by Hrishikesh K B

 -- Christian Perrier <bubulle@debian.org>  Sat, 20 Oct 2012 08:49:14 +0200

console-setup (1.85) unstable; urgency=low

  * Replace XC-Package-Type by Package-Type in debian/control

  [ Updated translations ]
  * Asturian (ast.po) by ivarela
  * Galician (gl.po) by Jorge Barreiro
  * Ukrainian (uk.po) by Yuri Chornoivan

 -- Christian Perrier <bubulle@debian.org>  Wed, 17 Oct 2012 13:08:32 +0200

console-setup (1.84) unstable; urgency=low

  * Turn /usr/share/doc/console-setup{,-mini} into symlinks. Thanks to
    Sven Joachim for the patch, closes: #657904.
  * Tighten the dependency of console-setup-* on keyboard-configuration as
    /usr/share/doc/console-setup* are symlinks. Thanks to Sven Joachim for
    the patch.
  * postinst: Do not modify /etc/default/{keyboard,console-setup} if
    either file is a symlink.  Thanks to Martin Ziegler, closes: #671003.
  * keyboard-setup.init: hide error messages issued by setupcon (those are
    normal if /usr is unavailable).  Thanks to Miguel Angel, closes: #651229.
  * Make setupcon --save-keyboard fail if the keyboard model is unknown.

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 30 Sep 2012 20:15:47 +0300

console-setup (1.83) unstable; urgency=low

  [ Samuel Thibault ]
  * Add font-switch script to console-setup-linux-fonts-udeb package, remove
    fonts which are not used by d-i.
  [ Anton Zinoviev ]
  * Make setupcon --save-keyboard fail if ckbcomp fails.  Thanks to
    Michael Prokop for discovering this bug.

 -- Anton Zinoviev <zinoviev@debian.org>  Wed, 26 Sep 2012 22:18:52 +0300

console-setup (1.82) unstable; urgency=low

  * Re-upload without .gitignore files in the source package.

 -- Cyril Brulebois <kibi@debian.org>  Sat, 11 Aug 2012 01:25:07 +0200

console-setup (1.81) unstable; urgency=low

  * Team upload

  [ Samuel Thibault ]
  * console-setup-udeb.postinst: Support hurd keymap change by restarting the
    console.

  [ Updated translations ]
  * Spanish (es.po) by Javier Fernández-Sanguino

 -- Christian Perrier <bubulle@debian.org>  Thu, 26 Jul 2012 00:55:05 +0200

console-setup (1.80) unstable; urgency=low

  * Team upload.
  * Re-upload without mess from my checkout.

 -- Samuel Thibault <sthibault@debian.org>  Mon, 02 Jul 2012 15:55:57 -0300

console-setup (1.79) unstable; urgency=low

  * Team upload.
  * rules: Add missing dependency main_build -> ekmap generation, to fix empty
    kmap files generated by parallel builds. Closes: #679171.

 -- Samuel Thibault <sthibault@debian.org>  Sat, 30 Jun 2012 01:13:11 -0300

console-setup (1.78) unstable; urgency=low

  * Team upload.
  * Updated translations:
    - Amharic (am.po)
    - Croatian (hr.po)
  * Add support for parallel=n in DEB_BUILD_OPTIONS.

 -- Cyril Brulebois <kibi@debian.org>  Fri, 22 Jun 2012 12:07:04 +0200

console-setup (1.77) sid; urgency=low

  [ Updated translations ]
  * Amharic (am.po) by Tegegne Tefera
  * Welsh (cy.po) by Dafydd Tomos
  * Danish (da.po) by Joe Hansen
  * Basque (eu.po) by Piarres Beobide
  * Galician (gl.po) by Jorge Barreiro
  * Hungarian (hu.po) by SZERVÁC Attila
  * Lao (lo.po) by Anousak Souphavanh
  * Lithuanian (lt.po) by Rimas Kudelis
  * Latvian (lv.po) by Rūdolfs Mazurs
  * Marathi (mr.po) by sampada
  * Punjabi (Gurmukhi) (pa.po) by A S Alam
  * Romanian (ro.po) by ioan-eugen stan
  * Slovenian (sl.po) by Vanja Cvelbar
  * Tamil (ta.po) by Kumar Appaiah
  * Uyghur (ug.po) by Sahran

 -- Julien Cristau <jcristau@debian.org>  Fri, 15 Jun 2012 19:22:55 +0200

console-setup (1.76) unstable; urgency=low

  [ Peter Eisentraut ]
  * Added support for "status" action to init scripts, closes: #651461.

  [ Samuel Thibault ]
  * Remove kbdnames.gz from console-setup-udeb, it is not used any more.

  [ Christian Perrier ]
  * Add Sindhi as "pk(snd)" to the list of keymap choices
  * Change "Slovakian" (incorrect spelling) to "Slovak"
  * Change "Slovene" (incorrect spelling) to "Slovenian"

  [ Samuel Thibault ]
  * Fix Norwegian Nynorsk vs Persian keymap inversion. Closes: #665874.

  [ Robert Millan ]
  * Add Catalan to the list of languages that can be represented with
    Lat15. Closes: #667986

  [ Anton Zinoviev ]
  * setupcon: exit with error message if the kernel is neither Linux, nor
    FreeBSD.
  * setupcon: do not load font with UTF-8 on FreeBSD (the support of UTF-8
    on FreeBSD is very limited).  Thanks to Robert Millan, closes: #666542
  * Only include the debconf-selectable layouts in the udebs.  Based on a
    patch by Samuel Thibault with changes.  Closes: #658668.
  * config: handle XkbLayout of the form us(intl),cz(qwerty) when guesing
    default values from xorg.conf.  Thanks to Nathan Cutler,
    closes: #658020.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 20 Apr 2012 17:42:22 +0300

console-setup (1.75) unstable; urgency=low

  * Team upload

  [ Samuel Thibault ]
  * Fix setupcon when called from the installer menu.
  * Make console-setup-udeb depend on hurd-udeb for the hurd-any case.

  [ Christian Perrier ]
  * Add build-arch and build-indep targets

 -- Christian Perrier <bubulle@debian.org>  Mon, 05 Dec 2011 06:05:48 +0100

console-setup (1.74) unstable; urgency=low

  [ Samuel Thibault ]
  * Add cn(uig) keyboard (non-latin) variant.
  * Add d-i layouts for all supported languages: al, ara, es(ast), bd, by,
    in(ben), ba, es(cat), cn, bt, epo, et, ge, in(guj), in(jhelum), in(deva),
    ie, in(kan), kz, kh, kr, tr(ku_f), tr(ku), in(mal), np, no(smi), ir,
    in(guru), lk, in(tam), in(tel), cn(uig), vn.
  * Make console-setup-udeb depend on kbd-udeb or kbdcontrol-udeb to fix
    layout switch in textual d-i.

  [ Christian Perrier ]
  * Default to Russian layout with Ossetian variant for Ossetian
    language
  * Galician translation updates. Closes: #644055

  [ Colin Watson ]
  * Explicitly build-depend on liblocale-gettext-perl for kbdnames-maker,
    and likewise have keyboard-configuration depend on
    liblocale-gettext-perl.

  [ Anton Zinoviev ]
  * Make U+007C in u_vga16.bdf to be a vertical line instead of broken
    bar.  The fix is in u_vga16_fix.bdf together with the new arabic
    letters from version 1.29.  Thanks to Bjarni Ingi Gislason,
    closes: #646626.
  * keyboard-configuration: depend on initscripts.  Thanks to Johannes
    Schauer, closes: #621077.
  * setupcon: try to use large fonts with consolechars.  Who knows, maybe
    it will be fixed some day...
  * Prefer console-tools to kbd if both utilities are installed.  This is
    wrong as kbd is better but these days only Debian provides
    console-tools and the only way to have both variants of the console
    utilities is when the limited script wrappers of kbd-compat are
    installed.  Thanks to mtths (patch was provided), closes: #631935.
  * setupcon: add /run and /dev to /lib/init/rw as alternative directories
    for temporary files.  Thanks to Michael Biebl, closes: #633153.
  * setupcon: add traps to remove the temporary file when setupcon is
    interrupted.
  * debian/control: use Breaks+Replaces instead of Conflicts
  * ckbcomp-mini: do not drop the lines which do not contain "keycode".
    Thanks to Samuel Thibault.
  * setupcon: assume standard virtual consoles (/dev/tty[1-6], /dev/ttyv[0-3])
    when there is no getty & such to facilitate the detection.  Thanks to
    Samuel Thibault.
  * ckbcomp: never die on errors in the rules files.  This has the
    potential to create some difficult to trace bugs, so issue more
    informative warnings about the problem.  Thanks to Javier Vasquez,
    Jonny, Cédric Boutillier, Daniel Schepler and Peter Eisentraut.
    Closes: #614127, #614550, #625215, #626025, #642287.
  * ckbcomp: interpret dead_abovering as degree sign.  Update the
    xkbsym_date hash in compose_translator.  Thanks to Bjarni Ingi Gislason,
    closes: #649201.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 29 Nov 2011 13:48:35 +0200

console-setup (1.73) unstable; urgency=low

  [ Anton Zinoviev ]
  * Minor additions to keyboard(5) and ckbcomp(1).
  * Add information about setupcon and ckbcomp-mini in the copyright file.
  * Use /lib/init/rw for temporary file if /tmp is mounted read-only.
    When testing whether the keymap has to be recompiled, do not assume
    that either [ file1 -ot file2 ] or [ file2 -ot file1 ] (files can be
    the same age).  Thanks to Jindřich Makovička (he provided a patch),
    Vincent Lefevre, Benoît MERLET and Tony Houghton.
    Closes: #620228, #620491.

  [ Samuel Thibault ]
  * Remove br(abnt2) choice since br already provides the ABNT2-specific key.
  * Add Ethiopian to non-latin keymaps.
  * Add Kurdish default choice, set to critical like Turkish due to Q/F
    choice.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 12 Apr 2011 21:46:54 +0300

console-setup (1.72) unstable; urgency=low

  * README: /etc/getty=>/etc/gettytab
  * debian/*.init: source /etc/default/locale to permit autodetection of
    the charmap when console-setup-mini operates without configuration
    file.
  * debian/*.init: do not test whether we are on the console, there are
    better tests inside setupcon.
  * setupcon: do not expect the existence of 'tty' (if /usr is not mounted
    'tty' will be unavailable).  Thanks to Sven Joachim, closes: #619462.
  * README.Debian: console-setup-mini no longer installs only a minimal
    set of fonts.  Without configuration file no font will be loaded.
  * A little Lintian cleaning:
    - copyright: add the required reference to common-licenses;
    - restore the separate copyright file for bdf2psf;
    - versioned build dependency on debhelper (>=7.2.3~) for dh_bugfiles;
    - standards version 3.9.1;
    - use dh_lintian to install the override file.
  * setupcon: new options --save-keyboard and --setup-dir.  Keep them
    undocumented for now.
  * setupcon: some bug fixing:
    - the function findfile wouldn't work when setupcon is not run from
      /bin or /usr/local/bin, but from a non-standard location;
    - when working with incomplete information and guessing the font name,
      use [A-WXYZa-wyz] as file pattern for fonts instead of [A-Za-z] (we do
      not want 'x' and in some locales [A-Z] includes 'x').
  * Use all-permissive, non-copyleft license for setupcon and ckbcomp-mini.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 29 Mar 2011 12:06:14 +0300

console-setup (1.71) unstable; urgency=low

  [ Anton Zinoviev ]
  * FAQ: correct some typos and apply two patches by Jonathan Nieder.
    Thanks also to Vincent Lefevre.  Closes: #565391 (with apologies for
    the delay).
  * New manual pages keyboard(5) and console-setup(5).  Updated ckbcomp(1)
    and setupcon(1). Remove README.fonts.  Common documentation directory
    for keyboard-configuration, console-setup-linux,
    console-setup-freebsd, console-setup and console-setup-mini.  New
    README.Debian.  Thanks to Jorgen Grahn, closes: #617580.
  * Remove most of the comments in the default configuration files.  It is
    difficult to update these comments when the functionality of
    console-setup changes and the new manual pages make these comments
    less necessary.
  * Remove the VERBOSE_OUTPUT option from the default configuration file
    (but it is still supported).
  * Install *.bug-control files for reportbug.
  * Ask the keyboard option question even when Debconf doesn't support the
    layout.  Thanks to Petr Baudis and Julien Cristau, closes: #581758.
  * ckbcomp_mini: process properly empty layout and/or variant options.
    Thanks to Baptiste Carvello who reported the problem and traced its
    source.  Closes: #617499.
  * ckbcomp: ignore actions[...] = ... specifications in key definitions.
    Thanks to Klaus Ethgen, closes: #607532.
  * setupcon: accept all methods to state font size in the configuration
    file (8x14, 14x8, 14).
  * Debconf: More human-friendly options for the font size question.  By
    default use 8x14 format for all sizes.
  * setupcon: Improved test whether we are on the console.  Thanks to
    Michael Schutte and Julien Cristau for the suggestions.
  * console-setup(-mini).postinst: add again commands to configure the
    console.
  * ckbcomp: improved implementation for Alt+PrintScreen=SysRq and
    Ctrl+Pause=Break on AT keyboards.
  * ckbcomp: more correct use of approximate().  This probably affects
    only some exotic key combination such as Ctrl+Alt+Shift+AltGr+F1.
  * ckbcomp: lets try to remove some unnecessary and potentialy harmful on
    non-standard layouts mappings for Linux (Ctrl+'=^G, Ctrl+3=^[,
    Ctrl+4=^\, Ctrl+5=^], Ctrl+7=^_, Ctrl+8=^?).
  * Do not source /etc/default/keyboard in /etc/default/console-setup
    (on new installs or upgrades from pre 1.47 versions).
  * setupcon: do not cache automatically the keymap.  Instead add --save
    option the init script.
  * Do not remove /etc/console-setup in postrm.
  * setupcon, config, postinst: recognise 'guess' value in the
    configuration file.
  * postinst: do not fail if setupcon fails.
  * Include Terminus font in the compiled packages.  Do not depend, but
    conflict and provide console-terminus.  New upstream version of the
    Terminus font (4.32).
  * Keyboard/ckb: update with keyboard data of version 2.1 of xkb files.
    (This change is not relevant for Debian.)
  * New install targets in the Makefiles and debian/rules to better
    support non-Debian installs.
  * Support for FreeBSD.  Packages for Debian GNU/kFreeBSD:
    - bdf2psf: new option --raw to generate raw fonts.  Try to use CP437
      code positions if possible.  When generating raw fonts with same
      codeset, use identical font map.
    - ckbcomp and setupcon: support for FreeBSD keymaps.
    - ckbcomp: new option -backspace [ del | bs ] to determine the
      behaviour of the keys BackSpace and Delete.
    - setupcon, postinst: A corresponding variable BACKSPACE in
      /etc/default/keyboard.
    - Termcap and Terminfo entries for FreeBSD.
    - setupcon: When UTF-8 is requested on FreeBSD, act as if the encoding
      is ISO-8859-1.
    - Debconf: Don't ask the question about font size on kFreeBSD (no need
      for this -- all available sizes will be loaded).
    - New configuration variable VIDEOMODE.  Currently it is most useful
      on FreeBSD because the default Linux framebuffer driver (VesaFB)
      doesn't permit changes of the videomode.
    - Support for 8-bit encodings in console-setup-mini and in the udebs
    - Udebs for kFreeBSD.

  [ Samuel Thibault ]
  * Fonts/bdf2psf: Fix typo.

 -- Anton Zinoviev <zinoviev@debian.org>  Mon, 21 Mar 2011 07:08:43 +0200

console-setup (1.70) unstable; urgency=low

  * ckbcomp: permit '_' in all identifiers.  Thanks to Jonny, Javier
    Vasquez and Eric Valette.

 -- Anton Zinoviev <zinoviev@debian.org>  Thu, 24 Feb 2011 18:31:21 +0200

console-setup (1.69) unstable; urgency=low

  [ Joey Hess ]
  * rules: Remove obsolete commands to clean up when building from cvs, and
    svn. (Now in git; pollution of subdirs should no longer be an issue.)

  [ Samuel Thibault ]
  * Use bg, ch, se instead of bg(bds), ch(de), se(basic), as those are not in
    xorg.xml any more (closes: #610843).
  * config: Use the braille font name from the console-braille package.

 -- Julien Cristau <jcristau@debian.org>  Thu, 17 Feb 2011 22:54:58 +0100

console-setup (1.68) unstable; urgency=high

  * Fix el.po, it had question marks instead of non-ascii characters
    (closes: #609624)
  * Restore fa.po, he.po, zh_TW.po, same issue.
  * Revert latest update to pa.po, same issue.
  * Revert most of the last update to is.po, same issue.

 -- Julien Cristau <jcristau@debian.org>  Tue, 11 Jan 2011 13:10:38 +0100

console-setup (1.67) unstable; urgency=low

  [ Anton Zinoviev ]
  * ckbcomp: process properly %(v) and %_v.  Interpret Henkan, Hiragana,
    Hiragana_Katakana, Muhenkan and some XF86... symbols as VoidSymbol.
    Thanks to Sebastian Reichel, closes: #608227.

  [ Christian Perrier ]
  * Remove debconf-2.0 alternative from Pre-Depends.
    Really Closes: #604153

 -- Christian Perrier <bubulle@debian.org>  Fri, 31 Dec 2010 19:55:24 +0100

console-setup (1.66) unstable; urgency=low

  [ Samuel Thibault ]
  * Fix keyboard-configuration.templates translations: the template doesn't
    have useless latin[1245]/nodeadkeys/etc. qualifiers any more.

 -- Christian Perrier <bubulle@debian.org>  Wed, 29 Dec 2010 18:26:06 +0100

console-setup (1.65) unstable; urgency=low

  [ Samuel Thibault ]
  * Fix fr-latin8 typo introduced in 1.64.

 -- Christian Perrier <bubulle@debian.org>  Thu, 23 Dec 2010 20:46:39 +0100

console-setup (1.64) unstable; urgency=low

  * Use "fi" for Finnish keymap in the udeb instead of invalid "fi(fi)"
    Closes: #606840

 -- Christian Perrier <bubulle@debian.org>  Sat, 18 Dec 2010 18:06:51 +0100

console-setup (1.63) unstable; urgency=low

  [ Debconf translations ]
  * Polish (Marcin Owsiany).  Closes: #604180
  * Reinstate Serbian (Latin) debconf translation after fixing
    the pre-dependency on debconf (>= 1.5.34)
  * Marathi (Sampada).
  * Panjabi (A S Alam).
  * Korean (Changwoo Ryu). Closes: #604258
  * Traditional Chinese (Tetralet).
  * Bengali (Israt Jahan).
  * Belarusian (Viktar Siarheichyk).  Closes: #604788
  * Croatian (Josip Rodin).
  * Italian (Milo Casagrande).  Closes: #604920
  * Swedish (1 fuzzy unfuzzied by Christian Perrier)

 -- Christian Perrier <bubulle@debian.org>  Sun, 05 Dec 2010 19:05:11 +0100

console-setup (1.61) unstable; urgency=low

  * Polish (Marcin Owsiany).  Closes: #604097
  * Asturian (maacub).
  * Basque (Iñaki Larrañaga Murgoitio).
  * Greek (Emmanuel Galatoulas).  Closes: #604145
  * Traditional Chinese (Tetralet).  Closes: #604148
  * Serbian (Latin) translation dropped as not properly handled
    by debconf. Closes: #604153

 -- Christian Perrier <bubulle@debian.org>  Sat, 20 Nov 2010 20:05:50 +0100

console-setup (1.60) unstable; urgency=low

  [ Samuel Thibault ]
  * debian/keyboard-configuration.templates: Fix typo in bg(bds) keymap name,
    making it not working. Rename Bulgarian into Bulgarian (phonetic layout),
    rename Bulgarian (BDS layout) into Bulgarian. Fix translations
    accordingly.
  * debian/keyboard-configuration.config: For Bulgary, use the BDS layout by
    default, as this is what non-technical people usually know.

  [ Christian Perrier ]
  * Romanian (Andrei POPESCU).  Closes: #603716
  * Galician (Jorge Barreiro).  Closes: #603636
  * Dutch (Eric Spreen).  Closes: #603756
  * Thai (Theppitak Karoonboonyanan).  Closes: #603664
  * Khmer (Khoem Sokhem).
  * Irish (Kevin Scannell).  Closes: #603833
  * Tamil (Dr.T.Vasudevan).
  * Hungarian (SZERVÁC Attila).
  * Latvian (Aigars Mahinovs).
  * Ukrainian (Borys Yanovych).  Closes: #603863
  * Indonesian (Arief S Fitrianto).  Closes: #603879
  * Punjabi.
  * Kurdish (Amed Çeko Jiyan).
  * Swedish (Daniel Nylander).
  * Brazilian Portuguese (Felipe Augusto van de Wiel (faw)).  Closes: #603977
  * Basque (Iñaki Larrañaga Murgoitio).
  * Asturian (ivarela).

 -- Otavio Salvador <otavio@debian.org>  Fri, 19 Nov 2010 19:33:54 -0200

console-setup (1.59) unstable; urgency=low

  * Team upload

  [ Christian Perrier ]
  * Activate keyboard-configuration.templates for translation.
    Re-use old translations we had in the past. Thanks to
    Samuel Thibault for the help. Closes: #581683

  [ Anton Zinoviev]
  * Fix the code detecting the presence of a hardware keyboard.  Thanks to
    Thibaut GIRKA for the patch, closes: #602425.
  * keyboard-configuration.config: default keyboard layout for Sinhala language

  [ Debconf translations ]
  * French (Christian Perrier)
  * Simplified Chinese (YunQiang Su).  Closes: #603072
  * Portuguese (Miguel Figueiredo).  Closes: #603071
  * Russian (Yuri Kozlov).  Closes: #603073
  * Catalan (Jordi Mallach).  Closes: #603086
  * Greek (Lampropoulos Anastasios).
  * Slovak (Ivan Masár).  Closes: #603108
  * Spanish (Javier Fernández-Sanguino).  Closes: #603120
  * Icelandic (Sveinn í Felli).
  * Bulgarian (Damyan Ivanov).  Closes: #603149
  * Japanese (Kenshi Muto).  Closes: #603154
  * Bosnian (Armin Beširović).
  * Finnish (Esko Arajärvi).  Closes: #603200
  * Esperanto (Felipe Castro).  Closes: #603226
  * Gujarati (Kartik Mistry).  Closes: #603238
  * Hindi (Kumar Appaiah).  Closes: #603098
  * Estonian (Mattias Põldaru).
  * Dzongkha (Jurmey Rabgay).
  * Persian (Behrad Eslamifar).  Closes: #603312
  * Danish (Ask Hjorth Larsen).  Closes: #603365
  * German (Holger Wansing).  Closes: #603404
  * Czech (Miroslav Kure).  Closes: #603449
  * Serbian (Janos Guljas).  Closes: #603497
  * Serbian (Latin) (Janos Guljas).  Closes: #603498
  * Arabic (Ossama Khayat).  Closes: #603519, #603520
  * Turkish (Mert Dirik).  Closes: #603522
  * Bengali (Israt Jahan).
  * Kazakh (Baurzhan Muftakhidinov).  Closes: #603539
  * Bokmål, Norwegian (Hans Fredrik Nordhaug).  Closes: #603576
  * Slovenian (Vanja Cvelbar).  Closes: #603689
  * Macedonian (Georgi Stanojevski).

  [ Samuel Thibault ]
  * Keyboard/kbdcompiler: Add np to nonlatin layouts.
  * debian/keyboard-configuration.templates: Add simplified
    keyboard-configuration/xkb-keymap question (Closes: #581683).
  * debian/keyboard-configuration.config:
    - Set default layouts for Bhutan, Ethiopia, France (for Basque in France),
    Cambodia, Korea, Kazakhstan, Sri Lanka, Nepal, Bengali, and Chinese,
    Swiss German to handle all languages supported by d-i.
    - Use latin9 variant of fr keyboard to get œ.
    - Raise priority for Esperanto to critical as it's typically used on any
    kind of keyboard.
    - Add np to nonlatin layouts.
    - Use phonetic variant by default for bg.
    - In d-i, skip all questions except the simplified
    keyboard-configuration/xkb-keymap and keyboard-configuration/toggle for
    non-latin languages.
  * Import keyboard layout translations from console-data.

 -- Christian Perrier <bubulle@debian.org>  Tue, 16 Nov 2010 20:00:38 +0100

console-setup (1.58) unstable; urgency=low

  [ Samuel Thibault ]
  * debian/keyboard-configuration.README.Debian: New file to contain
    documentation on how changes can be enforced. Provide there the proper
    udevadm incantation to make Xorg get the new Keyboard configuration without
    rebooting.
  * config.kbd: Reference the abovementioned README.
  * debian/keyboard-configuration.config: Do not specify abnt2 and jp106
    xkb models as the base model now has their keys (Closes: Bug#600490).
  * debian/control: Bump xkb-data dependency version to >= 1.6 to make sure
    the assumption above is true.

  [ Anton Zinoviev]
  * Do not enforce abnt2 and jp106 models for Brasilian and Japanese layouts.
  * setupcon(console-setup-mini): do not expect /usr/share/X11/xkb when
    testing if /usr is mounted.  Thanks to Marek Straka and Samuel
    Thibault, closes: #600861.

 -- Anton Zinoviev <zinoviev@debian.org>  Sat, 23 Oct 2010 10:14:45 +0300

console-setup (1.57) unstable; urgency=low

  * udeb: properly preseed system based on installer values.

  [ Updated translations ]
  * Simplified Chinese (zh_CN.po) by YunQiang Su

 -- Otavio Salvador <otavio@debian.org>  Fri, 15 Oct 2010 14:50:22 -0300

console-setup (1.56) unstable; urgency=low

  [ Colin Watson ]
  * Set default layout for Guernsey, Jersey, and the Isle of Man to gb
    (LP: #533003).

  [ Samuel Thibault ]
  * config: Add SCREEN_WIDTH and SCREEN_HEIGHT variables.
  * setupcon: When these are provided, call stty to adjust the screen size
    (Closes: Bug#594817).

  [ Anton Zinoviev]
  * setupcon (console-setup-mini): in verbose mode, issue a warning that
    FONTFACE and FONTSIZE are ignored.  Document the issue in a
    README.Debian file.  Thanks to ael, closes: #575806.
  * keyboard-configuration.config: while reading defaults from xorg.conf
    do not turn the option values to lowercase.  Thanks to Soeren
    Sonnenburg who discovered the problem and to Julien Cristau and
    Olivier Schwander for the patches, closes: #596547.
  * Do not mention HAL in the comment of /etc/default/keyboard.  Suggest a
    reboot instead.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 14 Sep 2010 13:06:38 +0300

console-setup (1.55) unstable; urgency=low

  [ Cyril Brulebois ]
  * Drop trailing comma in choices that confuses cdebconf and
    prevented choosing anything but the default keymap in the
    graphiccal installer. Closes: #583388.

  [ Frans Pop ]
  * Add auto-install support for console-setup-udeb.
    Requires preseed (>= 1.45).

  [ Anton Zinoviev]
  * *.init: add a comment to make clear that the init scripts are not used
    by keyboard-configuration, only by console-setup(-mini).
  * setupcon: muffle properly the warnings /etc is read-only.  Thanks to
    Marc (maintainer of PureOS, http://pureos.org).

  [ Updated translations ]
  * Amharic (am.po) by Tegegne Tefera
  * Asturian (ast.po) by astur
  * Belarusian (be.po) by Viktar Siarheichyk
  * Bosnian (bs.po) by Armin Beširović
  * Catalan (ca.po) by Jordi Mallach
  * Danish (da.po) by Jacob Sparre Andersen
  * German (de.po) by Holger Wansing
  * Dzongkha (dz.po) by Jurmey Rabgay
  * Persian (fa.po) by acathur
  * Hebrew (he.po) by Lior Kaplan
  * Hindi (hi.po) by Kumar Appaiah
  * Croatian (hr.po) by Josip Rodin
  * Hungarian (hu.po) by SZERVÁC Attila
  * Indonesian (id.po) by Arief S Fitrianto
  * Italian (it.po) by Milo Casagrande
  * Georgian (ka.po) by Aiet Kolkhi
  * Kazakh (kk.po) by Baurzhan Muftakhidinov
  * Central Khmer (km.po) by Khoem Sokhem
  * Kurdish (ku.po) by Erdal Ronahi
  * Latvian (lv.po) by Aigars Mahinovs
  * Macedonian (mk.po) by Arangel Angov
  * Malayalam (ml.po) by Praveen Arimbrathodiyil
  * Nepali (ne.po)
  * Dutch (nl.po) by Frans Pop
  * Norwegian Nynorsk (nn.po) by Eirik U. Birkeland
  * Panjabi (pa.po) by A S Alam
  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)
  * Romanian (ro.po) by ioan-eugen stan
  * Tamil (ta.po) by Dr,T,Vasudevan
  * Ukrainian (uk.po) by Borys Yanovych

 -- Christian Perrier <bubulle@debian.org>  Sun, 11 Jul 2010 11:04:29 +0200

console-setup (1.54) unstable; urgency=low

  * keyboard-configuration.postinst (udeb): use existing variables for the
    arguments of setxkbmap.  Patch provided by Cyril Brulebois.
  * Correct the svn address of the repository in the copyright file.
    Thanks to Daniel Richard G. for finding the problem.
  * Build resized VGA32x16 and VGA28x16 fonts.  Thanks to Daniel Richard G.
    for the suggestion and the initial patch.
  * Improved text of the keyboard-configuration/layout (origin) question.
    Suggestion given by Frans Pop.
  * Debconf: leave the "Other" choice unsorted as last option.  Thanks to
    Frans Pop, closes: #573987.
  * Finally properly working (I hope) workaround for #352697.
  * keyboard-configuration.config: initialise the *_allocated variables.
    This is important in case the user backs up to the previous dialog.
  * No need to use XKBMODEL=pc104 as default when debian-installer/keymap
    is br, dvorak or us.  Thanks to Piotr Engelking, closes: #568475.
  * console-setup(-mini).postinst: do not attempt to configure the
    console.  s/leaved/left/ in setupcon.  Thanks to Sven Joachim,
    closes: #570341.
  * console-setup-udeb: do not configure the console if used from X.
  * keyboard-configuration.postinst: properly test for the udeb and
    execute setupcon and setxkbmap only there.
  * bdf2psf: correct some false warnings for no space in the font when in
    fact no gliph is defined in the source bdf font.
  * bdf2psf: fix a bug in the computation of %equiv causing some fonts
    (for example VGA14) to be compiled with inconsistent look of the
    characters (different characters were taken from different fonts).

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 23 Mar 2010 22:10:32 +0200

console-setup (1.53) unstable; urgency=low

  * console-setup-udeb.base-installer: fix bad package name for the
    templates to mark as seen (keyboard-configuration instead of
    keyboard-setup).

 -- Anton Zinoviev <zinoviev@debian.org>  Wed, 17 Feb 2010 19:55:24 +0200

console-setup (1.52) unstable; urgency=low

  * Use lv3:ralt_alt only if there is no other option for the right Alt
    key.  Thanks to GW, closes: #566009.
  * Some installer related changes (thanks to Cyril Brulebois for finding
    the problems and proposing some patches):
    - keyboard-configuration.config: properly test that we are in the
      installer (in which case the model question has to be skipped).
    - mark the questions of keyboard-configuration as seen in
      console-setup-udeb.base-installer to avoid asking them by the main
      package.
    - run setxkbmap in the postinst of the udeb.
  * setupcon: print error message when not started from the console.
    Thanks to Michal Suchanek, closes: #569057.

 -- Anton Zinoviev <zinoviev@debian.org>  Wed, 17 Feb 2010 17:59:38 +0200

console-setup (1.51) unstable; urgency=low

  * Correct typo in the FAQ.  Thanks to Luís Picciochi Oliveira,
    closes: #559036.
  * Remove Fonts/bdf/legacy8h.bdf.  This font was produced from
    lat2u-08.psf which is also broken.  This should fix the Ubuntu bug
    #190746.
  * Midnight Commander is not mecriful to the console.  Add support (by
    approximations) for WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND and
    BLACK (up, down, left and right) SMALL TRIANGLEs.
  * Treat af and iq as non-Latin layouts.  This probably fixes the Ubuntu
    bug #209703.
  * Add default keyboard layouts for South Africa and Liechtenstein.
  * Do not load fonts when usplash is active.  Thanks to Daniel Schepler,
    closes: #560262.
  * Do not use soft link for Keyboard/ckb/rules/base.xml.  Thanks to Lucas
    Nussbaum and Samuel Thibault, closes: #560570.
  * When the layout has three groups swithch them in the following order:
    group1 -> group2 -> group1 -> group3.  Document this problem in the
    FAQ.  Thanks to Goran Vulić, closes: #560814.
  * Do not remove /etc/console-setup in the postrm script if one of
    console-setup or console-setup-mini is still installed.  Thanks to
    Francesco Poli, closes: #561005.
  * setupcon: do not test for the existence of ckbcomp.  Thanks to Eric
    Valette, closes: #562557.
  * Install ckbcomp-mini in /bin.  Otherwise before /usr is mounted it
    would be impossible to test whether console-setup is installed or
    console-setup-mini.

 -- Anton Zinoviev <zinoviev@debian.org>  Thu, 14 Jan 2010 22:25:13 +0200

console-setup (1.50) unstable; urgency=low

  * When deciding about whether cached.kmap.gz is actual test against
    /etc/default/keyboard rather than agains /etc/default/console-setup.
    Thanks to Kurt Roeckx and Renato S. Yamane, closes: #558448, #558475.
  * Do not use files in /usr/share/doc as templates.  Thanks to Trent
    W. Buck, closes: #558229.
  * Update the FAQ.  Thanks to Luís Picciochi Oliveira, closes: #548837.
  * bdf2psf: do not discard gliphs with zero rows in the bitmap matrix.
    Thanks to Tim Allen, closes: #539108.
  * Fix a bug causing the 'unsupported_layout' question to be asked on
    every other installation.
  * Changes in the template file in order to close some bugs:
    - The AltGr question.  Also add a new option 'Do not use AltGr key'.
      Rename 'Right Alt' => 'Right Alt (AltGr)'.  Thanks to Kurt Roeckx,
      closes: #524235.
    - Do not use 'configuration program' and 'unsupported'.  Thanks to GSR
      and Yann Dirson, closes: #535965, #538397.
    - Add long descriptions to keyboard-configuration/model and
      keyboard-configuration/layout.  Thanks to Paul Vojta, closes: #531646.

 -- Anton Zinoviev <zinoviev@debian.org>  Mon, 30 Nov 2009 21:04:24 +0200

console-setup (1.49) unstable; urgency=low

  * Extend Fonts/standard.equivalents in order to support the symbols
    required by toilet-fonts.  Thanks to Francesco Poli.
  * New version of the Terminus font in the source package.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 20 Nov 2009 13:05:43 +0200

console-setup (1.48) unstable; urgency=low

  [ Frans Pop ]
  * When console-setup.config is run in the D-I environment, simply set the
    charmap to UTF-8; the installer internally always uses the locale C.UTF-8.

  [ Anton Zinoviev]
  * config file: document that Goha and GohaClassic are available only
    with CODESET=Ethiopian.
  * When repairing errors in the config file cause by previous versions do
    not ask unconditionaly the layout/variant questions if there are
    values in the configuration file.
  * Do not install kbdnames.gz in console-setup-mini but only in the
    udeb.
  * keyboard-configuration(config): do not give --mini option to the
    preprocessor.  This returns back the keyboard model names in the
    file.  Thanks to Mario 'BitKoenig' Holbe, closes: #557001.
  * setupcon: Do not substitute empty FONTFACE and FONTSIZE (I had
    forgotten that setupcon supported this mode of operation).  Thanks to
    Josh Triplett, closes: #556882.
  * There is no need to escape the single quotes in kbdnames-maker.
    Thanks to Gerfried Fuchs, closes: #548332.
  * (Debconf) Do not overwrite non-standard keyboard layouts.  Thanks to
    Shai Berger, closes: #556426.
  * console-setup: Ensure that /etc/default/keyboard is sourced in
    /etc/default/console-setup.

 -- Anton Zinoviev <zinoviev@debian.org>  Thu, 19 Nov 2009 22:17:42 +0200

console-setup (1.47) unstable; urgency=low

  * Separate the keyboard configuration in a new package
    keyboard-configuration.  No font configuration in console-setup-mini
    and console-setup-udeb.  Thanks to Celejar, Luís Picciochi Oliveira,
    Francesco Poli and Bill Brelsford.
    Closes: #542003, #548837, #546983, #548262, #536600, #536614.
  * Use CONSOLE_MAP configuration variable instead of ACM (to be the same
    as kbd).
  * Use Uni2 instead of Uni1 when no good default codeset can be detected.
    Its better to have one more fully supported language (Greek) than two
    unsupported right to left languages (Arabic and Hebrew).
  * Configuration variable KMAP for personnal keymaps.  Thanks to Samuel
    Thibault, closes: #546740.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 13 Nov 2009 18:03:11 +0200

console-setup (1.46) unstable; urgency=low

  [ Christian Perrier ]
  * Add kbd to Should-Start in init script. Thanks to Michael Schutte
    for the patch. Closes: #548101

  [ Colin Watson ]
  * Add default codeset/layout/variant for Asturian.
  * Forbid Unicode keysyms in the range 0xf000-0xffff, as kbd 1.15-1 rejects
    the entire keymap if it contains any keysyms in that range (LP:
    #416949).

  [ Jordi Mallach ]
  * Set XKBVARIANT to "cat" for Catalan.

  [ Anton Zinoviev]
  * Protect the special symbols in the regular expressions of ask_debconf.
    Thanks to Tibor Zenis, Rogério Brito, Michael Gold, W. Goesgens, Martin
    Ziegler, Andreas Juch, Colin Tuckley, Samuel Thibault and Arnaud Giersch.
    Closes: #536683, #546654, #551586.
  * Do not load fonts when splashy is active.  Thanks to Mathieu Parent and
    Adam Trickett, closes: #510211, #548354.
  * Make keys of type ONE_LEVEL, TWO_LEVEL or THREE_LEVEL realy such.
    Thanks to Samuel Thibault and aCaB, closes: #542832, #536723.
  * New configuration option: UNIMAP.  Thanks to Samuel Thibault,
    closes: #543478.
  * Execute kbd_mode for all consoles (doesn't work with console-tools).
    Thanks to Samuel Thibault, closes: #546702.
  * New question in the FAQ: "The non-ASCII characters don't work".
    Thanks to Harald Braumann, closes: #541291.
  * Use LC_MESSAGES in order to determine the output language of the
    keyboard models and layouts.  Thanks to Harald Braumann,
    closes: #543214.

 -- Anton Zinoviev <zinoviev@debian.org>  Wed, 11 Nov 2009 23:30:08 +0200

console-setup (1.45) unstable; urgency=low

  [ Anton Zinoviev ]
  * Do not issue warnings when writing cached.kmap.gz and /etc is mounted
    read-only.
  * Detection of Atari keyboards.  Use case-insensitive grep to make the
    tests more robust.

  [ Petter Reinholdtsen ]
  * Make sure init.d/keyboard-setup can be installed when udev isn't
    installed (Closes: #545070).
  * Flag init.d/keyboard-setup and init.d/console-setup as interactive
    scripts, to make sure they have direct access to the tty when using
    concurrent booting (Closes: #538438).

  [ Christian Perrier ]
  * Add ${misc:Depends} to binary packages dependencies as we're using
    debhelper
  * Update Standards to 3.8.3 (checked, no change)
  * Reformat extended description of bdf2psf to avoid exceeding 80
    columns
  * Bump debhelper compatibility to 7
  * Use dh_prep in place of deprecated "dh_clean -k"

  [ Updated translations ]
  * Amharic (am.po) by Tegegne Tefera
  * Asturian (ast.po) by Marcos Antonio Alvarez Costales
  * Czech (cs.po) by Miroslav Kure
  * German (de.po) by Holger Wansing
  * Greek (el.po) by Emmanuel Galatoulas
  * Esperanto (eo.po) by Felipe Castro
  * Estonian (et.po) by Mattias Põldaru
  * Basque (eu.po) by Piarres Beobide
  * French (fr.po) by Christian Perrier
  * Italian (it.po) by Milo Casagrande
  * Japanese (ja.po) by Kenshi Muto
  * Korean (ko.po) by Changwoo Ryu
  * Marathi (mr.po) by Sampada
  * Portuguese (pt.po) by Miguel Figueiredo
  * Romanian (ro.po) by Eddy Petrișor
  * Russian (ru.po) by Yuri Kozlov
  * Slovak (sk.po) by Ivan Masár
  * Swedish (sv.po) by Daniel Nylander
  * Thai (th.po) by Theppitak Karoonboonyanan
  * Turkish (tr.po) by Mert Dirik
  * Simplified Chinese (zh_CN.po) by Deng Xiyue

 -- Christian Perrier <bubulle@debian.org>  Sat, 05 Sep 2009 13:53:59 +0200

console-setup (1.44) unstable; urgency=low

  * console-setup-udeb: postinst preserve the exit code of the config
    script.  For example 10 is leaved as 10.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 10 Jul 2009 15:43:49 +0300

console-setup (1.43) unstable; urgency=low

  * I build 1.42 in the wrong tree.  Sorry.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 10 Jul 2009 15:33:48 +0300

console-setup (1.42) unstable; urgency=low

  * Never use 'unknown' as keyboard model because the udeb and mini do not
    have model question.
  * Both entering a choice and backing from the layout question goes to
    the variant question.
  * Backing from layout question goes to model question even when the
    variant is not 'other'.
  * String change: 'The default for the keyboard layout' instead of
    'No AltGr key'.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 10 Jul 2009 14:32:28 +0300

console-setup (1.41) unstable; urgency=low

  * Read the default value for the codeset from console-setup/codesetcode,
    not from console-setup/codeset (part of preseeding support).
  * Remove most default values from the template file or else they are
    interfering with the guess-work in the config script.
  * Activate the preseeding code for the regular packages too.  This is in
    order to catch easier the future bugs related to the preseeding.
  * Change the default AltGr key to 'No AltGr key' as the layouts that
    need AltGr define their own AltGr.

 -- Anton Zinoviev <zinoviev@debian.org>  Thu, 09 Jul 2009 18:16:24 +0300

console-setup (1.40) unstable; urgency=low

  * Do not reask the "unsupported layout/option" question on every
    upgrade.  Thanks to GSR, closes: 535966.
  * Support for terminate:ctrl_alt_bksp option.  Thanks to GSR,
    closes: #535908.
  * The postinst of the udeb was looking for console-setup.config although
    in 1.37 this file was renamed as console-setup-mini.config.
  * Remove the Provides: console-setup from console-setup-mini.
  * bdf2psf: support fonts that do not cover the whole ASCII set.  Thanks
    to Samuel Thibault, closes: #533096.
  * bdf2psf: ignore double-width symbols.
  * ckbcomp: do not fail when empty string is given as layout.
  * Ask c-s/variant before c-s/layout.  Do not ask c-s/layout unless the
    user has requested this by selecting 'Other' in c-s/variant.  The
    priority of c-s/layout is still critical but most users won't see this
    question. Thanks to Christian Perrier, closes: #529649.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 07 Jul 2009 19:38:13 +0300

console-setup (1.39) unstable; urgency=low

  * Remove the dependency on sharutils in console-setup.  Thanks to Josh
    Triplett and Helmut Grohne, closes: #535805.

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 05 Jul 2009 14:51:41 +0300

console-setup (1.38) unstable; urgency=low

  * Add build-dependency and dependency on sharutils for console-setup.
    Reask the questions for model/layout/variant with critical priority if
    version 1.37 has destroyed the value of XKBMODEL or XKBLAYOUT (due to
    missing uudecode).  Thanks to Max, closes: #535709.

 -- Anton Zinoviev <zinoviev@debian.org>  Sat, 04 Jul 2009 21:58:34 +0300

console-setup (1.37) unstable; urgency=low

  [ Otavio Salvador ]
  * Use 'dpkg --print-architecture' in debconf config script. Closes: #529574

  [ Christian Perrier ]
  * Add D-I localization sublevels markers.

  [ Debconf translations ]
  * Swedish. Closes: #529860

  [ Anton Zinoviev ]
  * ask_debconf function in the config script: do not ask the question
    when there is only one available option.  Thanks to Christian Perrier,
    closes: #529643.
  * config.proto: use explicitely pc105 as keyboard model on hppa.  Thanks
    to Samuel Thibault, closes: #531482.  I think hil keyboards were
    used only with old kernels and we won't find volunteer to test
    console-setup with such keyboards.
  * Add support for evdev keycodes.  Thanks to Samuel Thibault.
  * Do not define keys with only VoidSymbols.
  * Document in README.Debian which package configures the console when
    several console-configuring packages are installed.  Thanks to Kurt
    Roeckx, closes: #524233, #524239.
  * Compressed translations (size reduced from 1.1M to 200K).
  * Install uncompressed fonts in console-setup-fonts-udeb and
    console-setup-mini (setfont can not load compressed fonts if gunzip is
    not installed).  Thanks to Miroslav Kure.
  * Do not change the priority of the layout questions if preseeding is
    used.  This was the reason why keyboard could not be reconfigured in
    d-i.  Thanks to Christian Perrier.
  * Document in the default configuration file that HAL needs to be
    restarted if the file is changed.  Thanks to Petr Baudis,
    closes: #527620.
  * Do not issue warnings for unknown keycodes with AT keyboards (these
    are multimedia keys and they are unnecessary on the console).  Thanks
    to Anders Lagerås, closes: #531292.
  * Support for /etc/console-setup/remap.inc.  Thanks to Adeodato Simó,
    closes: #531478.
  * Respect the selected choices on <Go Back>.  Thanks to Frans Pop.
  * Do not ask charmap question in the udeb.  Thanks to Frans Pop.
  * Remove comments and indentation space from the scripts in
    console-setup-udeb and console-setup-mini in order to save space.
    Thanks to Frans Pop.
  * Allow Debconf to save charmap != UTF-8 in the configuration file even
    when console-setup-udeb or console-setup-mini is used.
  * Remove the model question from console-setup-udeb and console-setup-mini.
    By default do not change the keyboard when the model is unknown.
  * Remove the ttys question.
  * Do not ask questions when no keyboard is present.  Thanks for Frans
    Pop for requesting the feature and providing information.
  * Some code cleanup in the config script.
  * Delete .cvsignore and .svn in all udebs.
  * Remove the dependency on console-setup-fonts-udeb in console-setup-udeb.

 -- Anton Zinoviev <zinoviev@debian.org>  Sat, 04 Jul 2009 13:11:07 +0300

console-setup (1.36) unstable; urgency=low

  [ Anton Zinoviev ]
  * Document the empty FONTFACE/FONTSIZE in the comments of the
    configuration file.
  * Remove obsoleted sentence from the README file.
  * Update Keyboard/ckb directory.
  * Rearrange the code in config.proto to make easier to specify
    selectively the priority of the layout question depending on the
    source of the default value.
  * Simply execute the config script in udebs postinst, do not source.
    Thanks to Christian Perrier, closes: #439633.
  * Use 'type' builtin instead of the 'which' tool that is not available
    in d-i.  Thanks to Samuel Thibauld for the suggestion.
  * Use /bin/sh as shell for the config script (instead of /bin/bash).
    Make the script /usr/share/console-setup-mini executable.  Thanks to
    Christian Perrier for the testing and finding these problems.
  * Give //TRANSLIT to iconv in the config script.  Thanks to yanu for
    reporting the problem and to Samuel Thibault for providing a patch.
    Closes: #529012.

  [ Debconf translations ]
  * Spanish. Closes: #529031

  [ Christian Perrier ]
  * Change debian-installer/console-setup/title to
    debian-installer/console-setup-udeb/title so that
    menu item localization works

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 15 May 2009 21:41:13 +0300

console-setup (1.35) unstable; urgency=low

  [ Colin Watson ]
  * Merge from Ubuntu:
    - Treat the Kazakh layout (kz) as non-Latin (LP: #356816).
    - Set default layout for Morocco to 'ma'.
  * Handle temporary output files better in kbdcompiler (closes: #524556).

  [ Samuel Thibault ]
  * Fetch keyboard names translations from xkeyboard-config.

  [ Anton Zinoviev ]
  * Escape commas in Debconf questions.  Thanks to Raphaël Hertzog,
    closes: #528033.
  * Support unset font in Debconf configurator.  Thanks Dave Witbrodt,
    closes: #527641.
  * Kyrgyz keyboard is non-latin.  Proper defaults with ky_KG locale.
    Closes: #527643.
  * Correct a mistake in the manpage.  Thanks to Phil Endecott and
    Matthew King, closes: #527955, #528186.

  [ Debconf translations ]
  * Italian (new translation by Vincenzo Campanella). Closes: #521799.
  * Swedish. Closes: #528576
  * Russian. Closes: #528676
  * French

 -- Anton Zinoviev <zinoviev@debian.org>  Thu, 14 May 2009 21:42:14 +0300

console-setup (1.34) unstable; urgency=medium

  [ Colin Watson ]
  * Fix bashism.

  [ Anton Zinoviev ]
  * Remove committed by mistake debugging code.  Thanks to Colin Watson,
    closes: #527057.
  * Another attempt to fix properly #526862 (still not good for people
    using the combination OADG 109A + kana).

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 05 May 2009 15:05:21 +0300

console-setup (1.33) unstable; urgency=medium

  [ Colin Watson ]
  * Remove mention of long-dead devfs (closes: #524765).
  * Don't load a font if FONTFACE, FONTSIZE, and FONT are all unset.

  [ Anton Zinoviev ]
  * Do not use missing jp(latin) layout.  Fix bad configuration on
    upgrade.  Thanks to Osamu Aoki, closes: #526862.  Urgency set to
    medium because of this grave bug.
  * Make console-setup-mini to provide console-setup (in order to make it
    installable together with X).
  * Correction in template file: Control+period for Compose instead of
    Alt+period.  Thanks to Kurt Roeckx, closes: #524236.

  [ Debconf translations ]
  * Basque. Closes: #522565
  * Galician. Closes: #524261
  * French.
  * Bulgarian.

 -- Anton Zinoviev <zinoviev@debian.org>  Mon, 04 May 2009 20:00:02 +0300

console-setup (1.32) unstable; urgency=low

  [ Anton Zinoviev ]
  * Make Alt+ScrollLock generate Show_Registers and Alt+up generate
    KeyboardSignal.  Thanks to Steve Cotton, closes: #523792.

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 12 Apr 2009 18:32:49 +0300

console-setup (1.31) unstable; urgency=low

  [ Debconf translations ]
  * French corrections (thanks to Florentin Duneau)
  * Portuguese. Closes: #521224
  * Czech. Closes: #521660
  * German. Closes: #522107
  * Russian. Closes: #522305
  * Brazilian Portuguese. Closes: #522404
  * Spanish. Closes: #521806
  * Thai. Closes: #522534

  [ Frans Pop ]
  * Change default keyboard layout for Netherlands (NL) to us as the Dutch
    keyboard layout is only rarely used. This is in line with the existing
    default in console-data.

  [ Anton Zinoviev ]
  * Do not combine ctrll with plain when the layout contains unresolved
    NoSymbol.  Thanks to Steve Cotton, closes: #523559.
  * Recognize 'Option "XkbLayout" "layout(variant)" in xorg.conf.  Thanks
    to Josselin Mouette, closes: #523487.
  * Use the same mappings for (Alt\+|Control\+|AltGr\+|Shift\+)*F[0-9]+ as
    defkeymap.kmap and linux-keys-extd.inc.  Thanks to Bert Riding,
    closes: #523649.

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 12 Apr 2009 16:51:46 +0300

console-setup (1.30) unstable; urgency=low

  [ Anton Zinoviev ]
  * Support for spaces in model, layouts, variants or options.  Thanks to
    Celejar (closes: #521122).
  * In Debconf properly regard two-layout combinations with non-empty
    variant of the first layout as unsupported.

  [ Debconf translations ]
  * Finish.
  * Swedish (closes: #520623)

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 27 Mar 2009 23:02:05 +0200

console-setup (1.29) unstable; urgency=low

  [ Anton Zinoviev ]
  * Better Arabic letters for VGA16 fonts.  Thanks to Ahmed El-Mahmoudy,
    closes: #485921.
  * I was suggested to use VGA font face instead of Terminus by
    default. Unfortunately in most cases VGA is incomplete so in these
    cases I used Fixed.  I don't think Fixed is better choice than
    Terminus so feel free to revert the defaults back to Terminus, they
    are in debian/config.proto around line 1770.  Thanks to Josh Triplett,
    closes: #497331.
  * Give VoidSymbol to plain or shifted PrintScreen key.  Patch provided
    by Colin Watson.  Thanks to Jason Spiro, closes: #501654.
  * Do not use Shift_Lock instead of Caps_Lock.  Use CtrlL_Lock for
    keymaps that need this.  Closes: #514212.  The idea was given by
    Samuel Thibault.  He also provided a patch for proper locale-based
    capitalization of the letters.
  * Do not ignore XF86_Switch_VT_* xkeysyms, closes: #514537.   Patch
    provided by Samuel Thibault.
  * Recognise the braille keys, closes: #514539.  Patch provided by Samuel
    Thibault.
  * Allow to specify more than one font in the configuration file in
    FONT=...  Thanks to Samuel Thibault, closes: #508862.
  * On first install read defaults for the keyboard layout from
    /etc/X11/xorg.conf.  Julien Cristau provided the script parsing
    xorg.conf. Closes: #515685.
  * Save cached keymap in /etc/console-setup/cached.kmap.gz if possible.
    Thanks to Frédéric Boiteux, closes: #509117.
  * Fix a bug: empty string as keyboard model in the config file when the
    user selects the default keyboard model.
  * Do not display error template when debconf doesn't support the layout in
    the config file.  Ask the user if the settings must be preserved.
    Debconf questions when the default values for layout or options
    (coming most likely from xorg.conf) are not supported.

  [ Colin Watson ]
  * Merge from Ubuntu:
    - Fix property counts in Goha and legacy BDF fonts.
    - Fix keymap reduction not to try to express keymap A in terms of keymap
      B when B includes keys not mapped by A.
    - If reading a user configuration file, disable --save, and don't use
      /etc/console-setup/cached.kmap.gz; using the cached file tends to
      cause confusion here since the maintainer scripts and init scripts are
      expecting that to correspond to the main configuration (LP: #332728).
    - Raise priority to critical for questions preseeded with a nonexistent
      code (LP: #328078).
  * Sort the null variant to the top of the choices list rather than to the
    bottom.
  * Make %.ekmap target depend on MyKeyboardNames.pl.
  * Use printf rather than /bin/echo in setupcon; it's typically a shell
    builtin and is therefore faster.

  [ Christian Perrier ]
  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. Closes: #520375
  * Debconf translations:
    - Brazilian Portuguese. Closes: #512457
    - French
    - Belarusian. Closes: #520828
    - Bulgarian

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 24 Mar 2009 20:53:51 +0200

console-setup (1.28) unstable; urgency=low

  [ Debconf translations ]
  * Belarusian. Closes: #487293

 -- Christian Perrier <bubulle@debian.org>  Tue, 23 Sep 2008 19:49:58 +0200

console-setup (1.27) unstable; urgency=low

  [ Debconf translations ]
  * French
  * Basque. Closes: #490363
  * Turkish. Closes: #490365
  * Thai
  * Bulgarian
  * Swedish. Closes: #490569
  * German. Closes: #490714
  * Portuguese. Closes: #491011
  * Vietnamese. Closes: #491046
  * Bulgarian
  * Czech
  * Galician

 -- Christian Perrier <bubulle@debian.org>  Fri, 18 Jul 2008 11:33:49 +0200

console-setup (1.26) unstable; urgency=low

  [ Colin Watson ]
  * Add a template for the main menu item name.

  [ Debconf translations ]
  * Russian. Closes: #487242
  * Basque. Closes: #487313
  * Turkish. Closes: #487439
  * Swedish. Closes: #487308

 -- Christian Perrier <bubulle@debian.org>  Tue, 08 Jul 2008 20:40:35 +0200

console-setup (1.25) unstable; urgency=low

  [ Anton Zinoviev ]
  * Correction in Debconf template - Terminus supports also Greek.
    Unfuzzy Belarusian and German translations.

  [ Debconf translations ]
    - French
    - Galician
    - German. Closes: #485457
    - Bulgarian
    - Vietnamese. Closes: #485779
    - Portuguese. Closes: #486090
    - Czech

 -- Christian Perrier <bubulle@debian.org>  Wed, 18 Jun 2008 20:24:01 +0200

console-setup (1.24) unstable; urgency=medium

  [ Anton Zinoviev ]
  * Support for X key types such as PC_CONTROL_LEVEL2 and PC_ALT_LEVEL2.
    Never use ShiftR.  Thanks to Alexander E. Patrakov, closes: #484822.
    Urgency medium because #484822 is related to the default settings used
    by d-i for some languages.
  * Improved support for non 'KP_...' keys in the keypad block.
  * console-setup-mini and udebs: fix some bugs in modifiers in
    precompiled non-latin layouts
  * Support for some new X key symbols (some of them spelling errors).
  * ckbcomp: accept a list after virtual_modifiers
  * Debconf support for grp:alt_caps_toggle, grp:lctrl_lshift_toggle,
    grp:sclk_toggle, lv3:alt_switch, lv3:enter_switch, compose:lwin
  * Removed debconf support for grp:alts_toggle, grp:ctrls_toggle,
    grp:shifts_toggle, grp:shift_caps_toggle as it is impossible to
    support them on the console.
  * update Keyboard/ckb with the keyboard data of xkb-data version 1.3-1
    (this syncs console-setup-mini and udebs with the main package)
  * xmlreader: ignore tags languageList and countryList.
  * Remove dh_installxfonts from debian/rules.

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 08 Jun 2008 21:30:54 +0300

console-setup (1.23) unstable; urgency=low

  [ Petter Reinholdtsen ]
  * Correct dependency info in init.d scripts to make sure they start
    after console-screen and keymap. Closes: #475826.

  [ Colin Watson ]
  * Map dead_stroke to U+002D HYPHEN-MINUS.
  * Support XKB rules with multiple consequents (thanks, Adam Simpkins;
    LP: #139710).
  * Allow specifying alternate rules using XKBRULES (thanks, Adam Simpkins;
    LP: #139712).
  * Handle some special cases for the KPDL key (LP: #189529).

  [ Debconf template translations ]
  * Galician. Closes: #480983.
  * German. Closes: #475045.
  * Portuguese. Closes: #478347.

 -- Christian Perrier <bubulle@debian.org>  Sun, 01 Jun 2008 18:40:29 +0200

console-setup (1.22) unstable; urgency=low

  [ Colin Watson ]
  * Proofread and correct debconf templates (LP: #181860).
  * Treat 'any' as a synonym for 'NoSymbol' in XKB input files (LP: #93077).

  [ Piarres Beobide ]
  * Debconf Basque translation. Closes: #469650

  [ Frans Pop ]
  * Add support for PA Semi's evaluation systems (#464429). Thanks to
    Olof Johansson for the patch.

  [ Anton Zinoviev ]
  * Use boottime.kmap.gz instead of ckbcomp in setupcon only if the
    default configuration is requested and boottime.kmap.gz is not older
    than /etc/default/console-setup.  The package has used
    boottime.kmap.gz since version 1.20.  This closes: #473217.
  * ckbcomp: define X key codes 214-217 for AT keyboards (multimedia,
    hence fake keys).  Thanks to Michael Biebl, Christoph Anton Mitterer
    and Juhapekka Tolvanen, closes: #444488.
  * Return the template configuration file in the udeb.
  * Update README.fonts - Terminus now supports Greek.  Add depends
    console-terminus > 4.26.
  * Install the manpages for ckbcomp and setupcon also in
    console-setup-mini.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 04 Apr 2008 22:41:21 +0300

console-setup (1.21) unstable; urgency=low

  * Silently ignore 'vendor' tag in xorg.xml.
  * Use 'chomp' rather than 'chop' in ckbcomp to deal with XKB symbols files
    that are missing their final newline (closes: #461191).

 -- Colin Watson <cjwatson@debian.org>  Thu, 17 Jan 2008 12:58:25 +0000

console-setup (1.20) unstable; urgency=low

  [ Colin Watson ]
  * Set default model to pc105 on powerpc/ps3 and powerpc/cell systems.
  * Clean up the package description a little.
  * Only default to Canadian layout for fr_CA; use U.S. English for other
    *_CA locales (LP: #64418).
  * Improve ckbcomp(1) formatting.
  * Run setupcon with --save in the postinst to ensure that required data is
    copied to /etc.
  * Load the saved keymap in /etc/console-setup/boottime.kmap.gz if
    available rather than running ckbcomp (which is slow), unless we're
    being called with --save or --save-only.

  [ Debconf templates translations ]
  * Belarusian. Closes: #447109
  * Galician. Closes: #447940
  * Russian.

  [ Christian Perrier ]
  * Correct "Provides:" in console-setup init script to allow insserv
    to insert console-setup properly in the boot sequence.
    Thanks to Petter Reinholdtsen for the patch. Closes: #458486
  * Add the required "Default-Stop" and "Required-Stop" fields in the
    init.d/console-setup script.
  * Set myself as Uploader.
  * Fixing lintian warnings:
    - Remove "perl, libxml-parser-perl" from Build-Depends. They were
      duplicated in Build-Depends-Indep
    - Do not ignore non-zero exit status of "make maintainer-clean" in the
      clean target
    - Turn console-setup/dont_ask_layout into an error template. That'll
      get rid of the lintian warning and this is more accurate anyway.
  * Fixing lintian errors:
    - No longer install an example file in
      /usr/share/doc/console-setup-mini/examples/console-setup
      for the udeb package

  [ Petter Reinholdtsen ]
  * Correct "provides" header in init.d/keyboard-setup too.
  * Correct dependencies of init.d/keyboard-setup and
    init.d/console-setup to reflect their intended start sequence.
  * Add the required "Default-Stop" and "Required-Stop" fields in the
    init.d/keyboard-setup script.
  * Update standards-version from 3.7.2 to 3.7.3.  No changes needed.
  * Add lintian override to make it that
    /usr/share/console-setup/KeyboardNames.pl is not executable.

 -- Christian Perrier <bubulle@debian.org>  Sat, 05 Jan 2008 09:04:03 +0100

console-setup (1.19) unstable; urgency=low

  [ Jérémy Bobbio ]
  * Fix additional ellipsis in keyboard-setup initscript. (Closes: #435285)

  [ Otavio Salvador ]
  * Provides keyboard-setup virtual package.

  [ Anton Zinoviev ]
  * ckbcomp: '#' is also a comment character.  Thanks to Matt Kraai,
    closes: #443709.

  [ Debconf templates translations ]
  * German. Closes: #438395

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 23 Sep 2007 20:10:44 +0300

console-setup (1.18) unstable; urgency=low

  * In d-i environment read the encoding from debian-installer/charset
    variable.

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 15 Jul 2007 23:50:29 +0300

console-setup (1.17) unstable; urgency=low

  * Add a manual page for ckbcomp.  Thanks to Vassilis Pandis,
    closes: #405005.
  * Apply a patch by Colin Watson:
    - enable udebs;
    - remove unhelpful defaults for several questions;
    - allow preseeding of console-setup/modelcode,
      console-setup/layoutcode, console-setup/variantcode,
      console-setup/optionscode, and console-setup/fontsize;
    - remove outdated note about loadkeys in console-setup-udeb's
      description;
    - Add a few bits of installer integration to console-setup-udeb
      borrowed from kbd-chooser.
    I disabled the code for making UTF-8 default charmap in d-i because
    there are locales which use other charmap.  However I made setupcon to
    always use UTF-8 in d-i environment.
  * Updated French and Dutch translations, new Portuguese.  Thanks to
    Pedro Ribeiro, Jean-Luc Coulon and Bart Cornelis.
    Closes: #424665, #425773, #426082.

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 15 Jul 2007 16:35:55 +0300

console-setup (1.16) unstable; urgency=low

  * Update ckbconf with the most recent list of xkeysyms.
  * Thanks to Colin Watson and Ubuntu team for the many bugs and
    improvements fixed in this release.  Patches were provided by Colin
    Watson:
    - Do not sorce the debconf library in the middle of the postinst,
      closes: #420831.
    - Remove from the source package several directories
      debian/UDEB-PACKAGE-NAME.  (The udebs were removed from
      debian/control before running the clean target.)  Closes: #420912.
    - Map fr_CH locale to Swiss French default keyboard
      layout in config.proto.  Closes: #420828.
    - Pass xkbdir variable on the make-command line, because else its
      value is overriden and the keymap definitions in Keyboard/ckb are
      used.  Closes: #420827.
    - A new option --save-only for setupcon.
    - Ship KeyboardNames.pl and kbdnames-maker.  Closes: #420914.
    - Fix Esperanto locale check in config.proto, closes: #420785.  Make
      'epo' the default layout for Esperanto.
    - The Bosnian layout is 'ba', not 'bs'.  Closes: #420787.
    - The layout variant is 'deva', not 'dev'.  Closes: #420797.
    - Do not leave empty default codeset for unsupported locales.
      Closes: #420802.
    - Use 'jp(latin)' instead of 'us' in the Latin mode of Japanese
      keyboards.  Override the keyboard model if it was chosen by default
      and the layout is Japanese or Brasilian.  Closes: #420824.
    - Add --save-only option to setupcon.  Closes: #420832.
    - Multiply the Installer-Menu-Item field of the udebs by 100.
      Closes: #421260.
    - By default do not use AltGr with basic US keyboard.  Closes: #421263.
    - Make sure amiga, ataritt, sun4 and sun5 are in KeyboardNames.pl even
      if they are not in the xml database.  Closes: #420821.
    - Talk about 'national' instead of 'non-Latin' mode in the templates.
      Treat the Lithuanian keyboard as a two-mode keyboard similarly to
      the Serbian keyboard.  Closes: #421261.
  * Do not ignore the Control+ and Alt+non_symbol_key combinations.
    Thanks to Karsten Hilbert, closes: #421796.
  * Two additions to the FAQ:
    - Add a suggestion for the VBERestore option.  Thanks to Dmitry
      Semyonov, closes: #402143.
    - Document CapsLock working as ShiftLock in Unicode mode.
  * Added manual page for setupcon.  Thanks to Vassilis Pandis,
    closes: #405005.
  * Added Dutch translation.  Thanks to Bart Cornelis, closes: #415518.
  * Updated Bulgarian translation.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue,  1 May 2007 23:48:12 +0300

console-setup (1.15) unstable; urgency=low

  * Updated Georgian letters for Fixed16 and Fixed14.  Thanks to Vladimer
    Sichinava.

 -- Anton Zinoviev <zinoviev@debian.org>  Wed, 14 Mar 2007 21:50:54 +0200

console-setup (1.14) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n issues.
  * Debconf translations:
    - Czech. Closes: #408602
    - Spanish. Closes: #412128
    - Galician. Closes: #413356
    - Convert French to UTF-8

 -- Christian Perrier <bubulle@debian.org>  Sun,  4 Mar 2007 19:54:11 +0100

console-setup (1.13) unstable; urgency=low

  * Unfuzzy the translations.

 -- Anton Zinoviev <zinoviev@debian.org>  Mon, 13 Nov 2006 21:24:44 +0200

console-setup (1.12) unstable; urgency=low

  * standards.equivalents: approximate symbols used by some popular
    console applications.
  * New German translation.  Thanks to Matthias Julius, closes: #396815.
  * Updated French translation.  Thanks to Jean-Luc Coulon, closes: #398023.
  * Allign the choices of console-setup/codeset.
  * Updated Fonts/bdf/georgian16.psf (author: Gia Shervashidze).  Update
    provided by Vladimer Sichinava.

 -- Anton Zinoviev <zinoviev@debian.org>  Mon, 13 Nov 2006 17:30:40 +0200

console-setup (1.11) unstable; urgency=low

  * Instead of X keycode 123 (<KPDC>) map X keycode 211 (<AB11>) to kernel
    keycode 89.  Thanks to Rafael Almeida, closes: #394962.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 24 Oct 2006 21:08:24 +0300

console-setup (1.10) unstable; urgency=low

  * Update ckbcomp for the new xkb-data (now not all xkb_keycodes in
    keycodes/macintosh are old macintosh).

 -- Anton Zinoviev <zinoviev@debian.org>  Mon, 23 Oct 2006 11:54:06 +0300

console-setup (1.9) unstable; urgency=low

  * Remove the udebs in order to make the migration from unstable to
    testing automatic.
  * Update the version of the Terminus font from 4.16 to 4.20.  (This is
    not important for Debian, since in Debian the Terminus font is
    provided by the console-terminus package.)
  * New mini-font georgian16.bdf to be used for the Georgian letters in
    Fixed16, author: Gia Shervashidze.  Thanks to Vladimer Sichinava.
  * Add FAQ.  Thanks to Thue Janus Kristensen, closes: #389963, #389970.
  * Fix two problems reported by Martin-Éric Racine.  Closes: #393850.
    - console-setup-mini should not ask questions in debconf for the encoding
      since only UTF-8 is supported.
    - make the purpose of the codeset question clearer.
  * Use user-friendly choices in the codeset question.
  * Updated Bulgarian translation of the templates.
  * Add some capital Greek letters to standard.equivalents and approximate
    BOX DRAWINGS HEAVY HORIZONTAL by BOX DRAWINGS LIGHT HORIZONTAL.
  * Make the bullet to be the first symbol in useful.set - it is used by w3m.

 -- Anton Zinoviev <zinoviev@debian.org>  Fri, 20 Oct 2006 01:53:11 +0300

console-setup (1.8) unstable; urgency=low

  * setupcon: new option --force to skip the 'are we on the console'
    check.  To be used for d-i because there /proc/self/fd/2 points to
    pipe.  Thanks to Tollef Fog Heen.
  * config.proto: Handle C locale with debian-installer/locale not being
    available.  Thanks to Colin Watson for the bug report and the patch,
    closes: #386835.
  * config.proto: Handle properly the case when the user backs up from the
    first Debconf question.  In the template file change "none" to "this
    default value is completely ignored".  Thanks to Colin Watson,
    closes: #386837.
  * Handle properly the cs layout in config.proto and kbdcompiler.  Thanks
    to Colin Watson, closes: #386838.
  * Supply correct debian/po/POTFILES.in.  Thanks to Thomas Huriaux,
    closes: #387631.
  * Use /lib/lsb/init-functions in the init scripts when available.
    Thanks to Colin Watson, closes: #386844.
  * config.proto: Try to use the value of debian-installer/keymap to get
    default keyboard layout and variant and when that is possible ask the
    corresponding Debconf questions with medium instead of critical
    priority.  Thanks to Colin Watson, closes: #386836.
  * config.proto(ask_debconf): when the provided default value is
    unavailable, try to use the empty string.  Useful when asking for the
    keyboard variant.
  * Add README.Debian for console-setup.
  * Add boot script order header to the init scripts.  Thanks to
    Martin-Éric Racine, closes: #386545.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 19 Sep 2006 11:56:15 +0300

console-setup (1.7) unstable; urgency=low

  [ Christian Perrier ]
  * Updated French translation
  * Added Czech translation. Closes: #360333

  [ Anton Zinoviev ]
  * Keyboard/ckbcomp: include /usr/share/X11/xkb to the list of
    directories for keyboard data.  The data from /etc/console-setup/ckb
    are still the default.
  * Sync the Keyboard/ckb data with the data in xkb-data package, version
    0.8-5.  Update ckbcomp with two new keysyms (Cyrillic_(CHE|KA)_vertbar).
  * Do not package the keyboard data.  Depend on xkb-data.  Thanks to
    Denis Barbier, closes: #359775.
  * Fix a shell syntax error in debian/config.proto that causes
    installation of console-setup to hang on powerpc.  Thanks to Colin
    Watson, closes: #374765.
  * ckbcomp: new option -compact to generate compact keymaps.
  * New experimental package console-setup-mini and udebs for d-i.
  * Correct a typo in the Bulgarian translation.  Thanks to Yavor Doganov,
    closes: #359677.
  * Updated Standards-Version: 3.7.2

 -- Anton Zinoviev <zinoviev@debian.org>  Sat, 22 Jul 2006 23:00:00 +0300

console-setup (1.6) unstable; urgency=low

  [ Anton Zinoviev ]
  * Few comments in debian/templates.
  * Document in console-setup/fontsize-fb template that non 8-pixel wide
    fonts can not be used with console-tools.  Add a warning in setupcon
    if the user tries to use such fonts with console-tools.  Thanks to
    Hans Ulrich Niedermann, closes: #352911.
  * debian/postinst: protect in double quotes the variables read from
    $CONFIGFILE.  Thanks to Jonas Meurer, closes: #353525.
  * ckbcomp: Do not interpret xkeysyms such as F10, F11 and F12 as
    hexadecimal numbers.  Thanks to Bálint Balogh, closes: #354564.
  * Debconf: if there are unrecognised options, do not override the value
    of XKBOPTIONS in /etc/default/console-setup.  Thanks to Javier Kohen,
    closes: #354473.
  * Updated Bulgarian translation.

  [ Christian Perrier ]
  * Added French translation. Closes: #354446

 -- Anton Zinoviev <zinoviev@debian.org>  Sun, 19 Mar 2006 23:53:42 +0200

console-setup (1.5) unstable; urgency=low

  * In the Debconf question for the font size add an information that some
    of the font sizes are non available in text mode and with radeonfb.
    Thanks to Hans Ulrich Niedermann, closes: #352911.

 -- Anton Zinoviev <zinoviev@debian.org>  Wed, 15 Feb 2006 12:22:04 +0200

console-setup (1.4) unstable; urgency=low

  * Make debconf templates a bit less verbose.  Make them compliant with
    writing style recommended in the developers references.  Thanks to
    Christian Perrier for the patch, closes: #352772.

 -- Anton Zinoviev <zinoviev@debian.org>  Tue, 14 Feb 2006 20:52:24 +0200

console-setup (1.3) unstable; urgency=low

  * Make the Debconf config script not override the user's answers with
    default values when executed at postinst time.  Thanks to Juhapekka
    Tolvanen, closes: #352299.

 -- Anton Zinoviev <zinoviev@debian.org>  Mon, 13 Feb 2006 21:41:20 +0200

console-setup (1.2) unstable; urgency=low

  * Fix some bugs related to non-UTF8 modes:
    - setupcon always sets up the first console in UTF-8 mode
    - setupcon doesn't load ACM in the first console if kbd is used
    - ckbcomp has to interpret the "acute" Xkeysym as apostrophe.
    Thanks to Norbert Preining, closes: #352449.

 -- Anton Zinoviev <zinoviev@debian.org>  Mon, 13 Feb 2006 21:37:42 +0200

console-setup (1.1) unstable; urgency=low

  * Run setupcon in postinst.  Thanks to Recai Oktaş for the suggestion.
  * Setupcon uses /proc/self/fd/2 (standard error) instead of
    /proc/self/fd/0 (standard output) in order to determine whether we are
    on the console or not.  That way setupcon can detect that we are on
    the console even when it is invoked from postinst and Debconf has
    changed standard input and output.
  * Changes in the text of some questions: "What is the origin of our
    keyboard" instead of "What is the layout of your keyboard" and "What
    is the layout of your keyboard" instead of "What is the variant of
    your keyboard".  Ask the console-setup/variant question with critical
    priority.  Thanks to Arnt Karlsen, closes: #352405.
  * Fix the true/yes discrepancy in setupcon which caused the options -k
    and -f not to work.
  * Updated Bulgarian translation.

 -- Anton Zinoviev <zinoviev@debian.org>  Sat, 11 Feb 2006 23:24:54 +0200

console-setup (1.0) unstable; urgency=low

  * Initial release
  * Turkish translation by Recai Oktaş (thanks also for initial testing
    and pointing few typos).

 -- Anton Zinoviev <zinoviev@debian.org>  Sat, 14 Jan 2006 16:20:35 +0200