Artifact coccinella_0.96.20-9_arm64-2024-11-15T22:19:58Z

Metadata
bd_uninstallable: null
filename: coccinella_0.96.20-9_arm64-2024-11-15T22:19:58Z.build
source: coccinella
version: 0.96.20-9

File

coccinella_0.96.20-9_arm64-2024-11-15T22:19:58Z.build
   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
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-10.freexian.com

+==============================================================================+
| coccinella 0.96.20-9 (arm64)                 Fri, 15 Nov 2024 22:19:58 +0000 |
+==============================================================================+

Package: coccinella
Version: 0.96.20-9
Source Version: 0.96.20-9
Distribution: sid
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: binary

I: No tarballs found in /var/lib/debusine/worker/.cache/sbuild
Unpacking /var/lib/debusine/worker/system-images/957781/system.tar.xz to /tmp/tmp.sbuild.Jh0tc9WLux...
I: NOTICE: Log filtering will replace 'sbuild-unshare-dummy-location' with '<<CHROOT>>'

+------------------------------------------------------------------------------+
| Chroot Setup Commands                                                        |
+------------------------------------------------------------------------------+


rm -f /etc/resolv.conf
----------------------


I: Finished running 'rm -f /etc/resolv.conf'.

Finished processing commands.
--------------------------------------------------------------------------------
Copying /tmp/debusine-fetch-exec-upload-ltxrke12/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ltxrke12/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ltxrke12/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ltxrke12/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ltxrke12/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ltxrke12/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-ltxrke12/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/coccinella-TbU6WP/resolver-GePRx9' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ InRelease
Ign:1 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ InRelease
Get:2 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ Release [606 B]
Get:3 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ Release [606 B]
Get:4 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ Release.gpg
Ign:4 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ Release.gpg
Get:5 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ Packages [9246 B]
Get:6 http://deb.debian.org/debian sid/main arm64 Packages [9951 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 Components [4908 kB]
Fetched 15.1 MB in 2s (6403 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apt bsdextrautils bsdutils debianutils dpkg dpkg-dev libapt-pkg6.0t64
  libaudit-common libaudit1 libblkid1 libbrotli1 libcap-ng0 libdpkg-perl
  libglib2.0-0t64 libmarkdown2 libmount1 libpcre2-8-0 libseccomp2 libselinux1
  libsemanage2 libsmartcols1 libuuid1 libxml2 login mount util-linux
26 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 7324 kB/10.8 MB of archives.
After this operation, 604 kB disk space will be freed.
Get:1 http://deb.debian.org/debian sid/main arm64 bsdutils arm64 1:2.40.2-11 [104 kB]
Get:2 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ dpkg 1.22.12~1.gbp82cafd [1513 kB]
Get:3 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ dpkg-dev 1.22.12~1.gbp82cafd [1337 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 debianutils arm64 5.21 [92.1 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 libapt-pkg6.0t64 arm64 2.9.11 [921 kB]
Get:6 file:/build/coccinella-TbU6WP/resolver-EWoWIa/apt_archive ./ libdpkg-perl 1.22.12~1.gbp82cafd [647 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.2-11 [91.2 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.2-11 [162 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.2-11 [190 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.2-11 [135 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.2-11 [153 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.2-11 [35.7 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.2-11 [1170 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libpcre2-8-0 arm64 10.44-4 [243 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libselinux1 arm64 3.7-3+b1 [72.1 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libseccomp2 arm64 2.5.5-1+b3 [46.8 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 apt arm64 2.9.11 [1287 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libaudit-common all 1:4.0.2-2 [12.7 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 libcap-ng0 arm64 0.8.5-3+b1 [17.0 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.2-2 [54.2 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.2-11 [80.0 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libbrotli1 arm64 1.1.0-2+b6 [297 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libglib2.0-0t64 arm64 2.82.2-3 [1411 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libmarkdown2 arm64 2.2.7-2.1 [33.1 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libsemanage2 arm64 3.7-2+b1 [84.5 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libxml2 arm64 2.12.7+dfsg+really2.9.14-0.2+b1 [630 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 7324 kB in 0s (51.9 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-11_arm64.deb ...
Unpacking bsdutils (1:2.40.2-11) over (1:2.40.2-10) ...
Setting up bsdutils (1:2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../debianutils_5.21_arm64.deb ...
Unpacking debianutils (5.21) over (5.20+b1) ...
Setting up debianutils (5.21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.11_arm64.deb ...
Unpacking libapt-pkg6.0t64:arm64 (2.9.11) over (2.9.10) ...
Setting up libapt-pkg6.0t64:arm64 (2.9.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../dpkg_1.22.12~1.gbp82cafd_arm64.deb ...
Unpacking dpkg (1.22.12~1.gbp82cafd) over (1.22.11) ...
Setting up dpkg (1.22.12~1.gbp82cafd) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17127 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.40.2-11_arm64.deb ...
Unpacking bsdextrautils (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libblkid1_2.40.2-11_arm64.deb ...
Unpacking libblkid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libblkid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.2-11_arm64.deb ...
Unpacking libmount1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libmount1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.2-11_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libsmartcols1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../mount_2.40.2-11_arm64.deb ...
Unpacking mount (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libuuid1_2.40.2-11_arm64.deb ...
Unpacking libuuid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libuuid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.2-11_arm64.deb ...
Unpacking util-linux (2.40.2-11) over (2.40.2-10) ...
Setting up util-linux (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.44-4_arm64.deb ...
Unpacking libpcre2-8-0:arm64 (10.44-4) over (10.42-4+b2) ...
Setting up libpcre2-8-0:arm64 (10.44-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../libselinux1_3.7-3+b1_arm64.deb ...
Unpacking libselinux1:arm64 (3.7-3+b1) over (3.7-3) ...
Setting up libselinux1:arm64 (3.7-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.5.5-1+b3_arm64.deb ...
Unpacking libseccomp2:arm64 (2.5.5-1+b3) over (2.5.5-1+b2) ...
Setting up libseccomp2:arm64 (2.5.5-1+b3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.11_arm64.deb ...
Unpacking apt (2.9.11) over (2.9.10) ...
Setting up apt (2.9.11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libaudit-common_1%3a4.0.2-2_all.deb ...
Unpacking libaudit-common (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit-common (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libcap-ng0_0.8.5-3+b1_arm64.deb ...
Unpacking libcap-ng0:arm64 (0.8.5-3+b1) over (0.8.5-3) ...
Setting up libcap-ng0:arm64 (0.8.5-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../libaudit1_1%3a4.0.2-2_arm64.deb ...
Unpacking libaudit1:arm64 (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit1:arm64 (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../0-login_1%3a4.16.0-2+really2.40.2-11_arm64.deb ...
Unpacking login (1:4.16.0-2+really2.40.2-11) over (1:4.16.0-2+really2.40.2-10) ...
Preparing to unpack .../1-dpkg-dev_1.22.12~1.gbp82cafd_all.deb ...
Unpacking dpkg-dev (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../2-libdpkg-perl_1.22.12~1.gbp82cafd_all.deb ...
Unpacking libdpkg-perl (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../3-libbrotli1_1.1.0-2+b6_arm64.deb ...
Unpacking libbrotli1:arm64 (1.1.0-2+b6) over (1.1.0-2+b5) ...
Preparing to unpack .../4-libglib2.0-0t64_2.82.2-3_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.82.2-3) over (2.82.2-2) ...
Preparing to unpack .../5-libmarkdown2_2.2.7-2.1_arm64.deb ...
Unpacking libmarkdown2:arm64 (2.2.7-2.1) over (2.2.7-2+b1) ...
Preparing to unpack .../6-libsemanage2_3.7-2+b1_arm64.deb ...
Unpacking libsemanage2:arm64 (3.7-2+b1) over (3.7-2) ...
Preparing to unpack .../7-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_arm64.deb ...
Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) over (2.12.7+dfsg+really2.9.14-0.1) ...
Setting up bsdextrautils (2.40.2-11) ...
Setting up libbrotli1:arm64 (1.1.0-2+b6) ...
Setting up libglib2.0-0t64:arm64 (2.82.2-3) ...
No schema files found: doing nothing.
Setting up libdpkg-perl (1.22.12~1.gbp82cafd) ...
Setting up mount (2.40.2-11) ...
Setting up libsemanage2:arm64 (3.7-2+b1) ...
Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libmarkdown2:arm64 (2.2.7-2.1) ...
Setting up login (1:4.16.0-2+really2.40.2-11) ...
Setting up dpkg-dev (1.22.12~1.gbp82cafd) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/debusine-fetch-exec-upload-ltxrke12/coccinella_0.96.20-9.dsc exists in /tmp/debusine-fetch-exec-upload-ltxrke12; copying to chroot
I: NOTICE: Log filtering will replace 'build/coccinella-TbU6WP/coccinella-0.96.20' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/coccinella-TbU6WP' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper (>= 11), quilt, build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 11), quilt, build-essential, fakeroot
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [609 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [618 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [650 B]
Fetched 1877 B in 0s (163 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper dh-autoreconf
  dh-strip-nondeterminism dwz ed fakeroot g++ g++-14 g++-14-aarch64-linux-gnu
  g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu
  gcc-aarch64-linux-gnu libasan8 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
  libdebhelper-perl libelf1t64 libfakeroot libfile-stripnondeterminism-perl
  libgcc-14-dev libhwasan0 libisl23 libitm1 liblsan0 libmpc3 libmpfr6
  libstdc++-14-dev libtool libtsan2 libubsan1 linux-libc-dev m4 po-debconf
  quilt rpcsvc-proto
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc cpp-doc gcc-14-locales
  cpp-14-doc dh-make gcc-14-doc gcc-multilib manpages-dev flex bison gdb
  gcc-doc gdb-aarch64-linux-gnu libc-devtools glibc-doc libstdc++-14-doc
  libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc libmail-box-perl
  default-mta | mail-transport-agent graphviz procmail
Recommended packages:
  manpages manpages-dev libarchive-cpio-perl libltdl-dev libmail-sendmail-perl
  less
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper dh-autoreconf
  dh-strip-nondeterminism dwz ed fakeroot g++ g++-14 g++-14-aarch64-linux-gnu
  g++-aarch64-linux-gnu gcc gcc-14 gcc-14-aarch64-linux-gnu
  gcc-aarch64-linux-gnu libasan8 libc-dev-bin libc6-dev libcc1-0 libcrypt-dev
  libdebhelper-perl libelf1t64 libfakeroot libfile-stripnondeterminism-perl
  libgcc-14-dev libhwasan0 libisl23 libitm1 liblsan0 libmpc3 libmpfr6
  libstdc++-14-dev libtool libtsan2 libubsan1 linux-libc-dev m4 po-debconf
  quilt rpcsvc-proto sbuild-build-depends-main-dummy
0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
Need to get 61.5 MB of archives.
After this operation, 239 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [884 B]
Get:2 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.7-1 [2454 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:17 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:18 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:19 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:28 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:30 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:31 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:33 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:35 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:36 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:37 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:42 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:43 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 ed arm64 1.20.2-2+b1 [59.8 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 quilt all 0.68-1 [437 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 61.5 MB in 1s (101 MB/s)
Selecting previously unselected package m4.
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../00-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../01-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../03-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../04-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../05-libc-dev-bin_2.40-3_arm64.deb ...
Unpacking libc-dev-bin (2.40-3) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../06-linux-libc-dev_6.11.7-1_all.deb ...
Unpacking linux-libc-dev (6.11.7-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../07-libcrypt-dev_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.36-5) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../08-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1+b1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../09-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libisl23:arm64.
Preparing to unpack .../10-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../11-libmpfr6_4.2.1-1+b2_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../12-libmpc3_1.3.1-1+b3_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-aarch64-linux-gnu.
Preparing to unpack .../13-cpp-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../14-cpp-14_14.2.0-8_arm64.deb ...
Unpacking cpp-14 (14.2.0-8) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../15-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../16-cpp_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../17-libcc1-0_14.2.0-8_arm64.deb ...
Unpacking libcc1-0:arm64 (14.2.0-8) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../18-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../19-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../20-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../21-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../22-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../23-libhwasan0_14.2.0-8_arm64.deb ...
Unpacking libhwasan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libgcc-14-dev:arm64.
Preparing to unpack .../24-libgcc-14-dev_14.2.0-8_arm64.deb ...
Unpacking libgcc-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package gcc-14-aarch64-linux-gnu.
Preparing to unpack .../25-gcc-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../26-gcc-14_14.2.0-8_arm64.deb ...
Unpacking gcc-14 (14.2.0-8) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../27-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../28-gcc_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libstdc++-14-dev:arm64.
Preparing to unpack .../29-libstdc++-14-dev_14.2.0-8_arm64.deb ...
Unpacking libstdc++-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package g++-14-aarch64-linux-gnu.
Preparing to unpack .../30-g++-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking g++-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../31-g++-14_14.2.0-8_arm64.deb ...
Unpacking g++-14 (14.2.0-8) ...
Selecting previously unselected package g++-aarch64-linux-gnu.
Preparing to unpack .../32-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../33-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../34-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../35-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../36-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../37-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../38-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../39-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../40-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../41-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../42-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../43-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package ed.
Preparing to unpack .../44-ed_1.20.2-2+b1_arm64.deb ...
Unpacking ed (1.20.2-2+b1) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../45-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../46-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package quilt.
Preparing to unpack .../47-quilt_0.68-1_all.deb ...
Unpacking quilt (0.68-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../48-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.20) ...
Setting up linux-libc-dev (6.11.7-1) ...
Setting up m4 (1.4.19-4) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up autotools-dev (20220109.1) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up ed (1.20.2-2+b1) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up autopoint (0.22.5-2) ...
Setting up autoconf (2.72-3) ...
Setting up libubsan1:arm64 (14.2.0-8) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up quilt (0.68-1) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up cpp (4:14.2.0-1) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up g++-14 (14.2.0-8) ...
Setting up libtool (2.4.7-8) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.12) ...
Setting up debhelper (13.20) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (arm64 included in all)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 6.1.0-27-cloud-arm64 #1 SMP Debian 6.1.115-1 (2024-11-01) arm64 (aarch64)
Toolchain package versions: binutils_2.43.1-5 dpkg-dev_1.22.12~1.gbp82cafd g++-14_14.2.0-8 gcc-14_14.2.0-8 libc6-dev_2.40-3 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 linux-libc-dev_6.11.7-1
Package versions: appstream_1.0.3-1+b1 apt_2.9.11 autoconf_2.72-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 base-files_13.5 base-passwd_3.6.5 bash_5.2.32-1+b2 binutils_2.43.1-5 binutils-aarch64-linux-gnu_2.43.1-5 binutils-common_2.43.1-5 bsdextrautils_2.40.2-11 bsdutils_1:2.40.2-11 build-essential_12.12 bzip2_1.0.8-6 ca-certificates_20240203 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-14_14.2.0-8 cpp-14-aarch64-linux-gnu_14.2.0-8 cpp-aarch64-linux-gnu_4:14.2.0-1 dash_0.5.12-9+b1 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.21 dh-autoreconf_20 dh-strip-nondeterminism_1.14.0-1 diffstat_1.66-1+b1 diffutils_1:3.10-1+b1 dpkg_1.22.12~1.gbp82cafd dpkg-dev_1.22.12~1.gbp82cafd dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 ed_1.20.2-2+b1 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 gpg_2.2.45-2 gpgconf_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4+b1 groff-base_1.23.0-5 gzip_1.12-1.1+b1 hostname_3.25 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 libacl1_2.3.2-2+b1 libaliased-perl_0.34-3 libappstream5_1.0.3-1+b1 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.11 libarchive-zip-perl_1.68-1 libasan8_14.2.0-8 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.2-2 libaudit1_1:4.0.2-2 libb-hooks-endofscope-perl_0.28-1 libb-hooks-op-check-perl_0.22-3+b2 libberkeleydb-perl_0.66-1 libbinutils_2.43.1-5 libblkid1_2.40.2-11 libbrotli1_1.1.0-2+b6 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcap-ng0_0.8.5-3+b1 libcap2_1:2.66-5+b1 libcapture-tiny-perl_0.48-2 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-data-inheritable-perl_0.10-1 libclass-inspector-perl_1.36-3 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2_1.47.1-1+b1 libconfig-tiny-perl_2.30-1 libconst-fast-perl_0.014-2 libcpanel-json-xs-perl_4.38-1+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcurl3t64-gnutls_8.11.0-1 libdata-dpath-perl_0.60-1 libdata-messagepack-perl_1.02-1+b4 libdata-optlist-perl_0.114-1 libdata-validate-domain-perl_0.15-1 libdata-validate-ip-perl_0.31-1 libdata-validate-uri-perl_0.07-3 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.273 libdebhelper-perl_13.20 libdevel-callchecker-perl_0.009-1+b1 libdevel-size-perl_0.84-1+b1 libdevel-stacktrace-perl_2.0500-1 libdpkg-perl_1.22.12~1.gbp82cafd libdynaloader-functions-perl_0.004-1 libelf1t64_0.192-4 libemail-address-xs-perl_1.05-1+b4 libencode-locale-perl_1.05-3 libexception-class-perl_1.45-1 libext2fs2t64_1.47.1-1+b1 libfakeroot_1.36-1 libffi8_3.4.6-1 libfile-basedir-perl_0.09-2 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.16-1 libfile-sharedir-perl_1.118-3 libfile-stripnondeterminism-perl_1.14.0-1 libfont-ttf-perl_1.06-2 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libglib2.0-0t64_2.82.2-3 libgmp10_2:6.3.0+dfsg-2+b2 libgnutls30t64_3.8.8-2 libgomp1_14.2.0-8 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgssapi-krb5-2_1.21.3-3 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-html5-entities-perl_0.004-3 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tokeparser-simple-perl_3.16-4 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-interactive-perl_1.025-1 libio-socket-ssl-perl_2.089-1 libio-string-perl_1.08-4 libipc-run3-perl_0.049-1 libipc-system-simple-perl_1.30-2 libisl23_0.27-1 libiterator-perl_0.03+ds1-2 libiterator-util-perl_0.02+ds1-2 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjson-maybexs-perl_1.004008-1 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-4 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 libldap-2.5-0_2.5.18+dfsg-3+b1 liblist-compare-perl_0.55-2 liblist-someutils-perl_0.59-1 liblist-utilsby-perl_0.12-2 liblsan0_14.2.0-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz1_1.15~pre2-1 liblz4-1_1.9.4-3+b1 liblzma5_5.6.3-1+b1 liblzo2-2_2.10-3+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmarkdown2_2.2.7-2.1 libmd0_1.1.0-2+b1 libmldbm-perl_2.05-4 libmodule-implementation-perl_0.09-2 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmoox-aliases-perl_0.001006-2 libmount1_2.40.2-11 libmouse-perl_2.5.11-1+b1 libmpc3_1.3.1-1+b3 libmpfr6_4.2.1-1+b2 libnamespace-clean-perl_0.27-2 libnet-domain-tld-perl_1.75-4 libnet-http-perl_6.23-1 libnet-ipv6addr-perl_1.02-1 libnet-netmask-perl_2.0002-2 libnet-ssleay-perl_1.94-2 libnetaddr-ip-perl_4.079+dfsg-2+b4 libnettle8t64_3.10-1+b1 libnghttp2-14_1.64.0-1 libnghttp3-9_1.4.0-1+b1 libngtcp2-16_1.6.0-1 libngtcp2-crypto-gnutls8_1.6.0-1 libnumber-compare-perl_0.03-3 libp11-kit0_0.25.5-2+b1 libpackage-stash-perl_0.40-1 libpam-modules_1.5.3-7+b1 libpam-modules-bin_1.5.3-7+b1 libpam-runtime_1.5.3-7 libpam0g_1.5.3-7+b1 libparams-classify-perl_0.015-2+b4 libparams-util-perl_1.102-3+b1 libpath-tiny-perl_0.146-1 libpcre2-8-0_10.44-4 libperl5.40_5.40.0-7 libperlio-gzip-perl_0.20-1+b4 libperlio-utf8-strict-perl_0.010-1+b3 libpipeline1_1.5.8-1 libproc-processtable-perl_0.636-1+b3 libpsl5t64_0.21.2-1.1+b1 libreadline8t64_8.2-5 libregexp-wildcards-perl_1.05-3 librole-tiny-perl_2.002004-1 librtmp1_2.4+20151223.gitfa8646d.1-2+b5 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libseccomp2_2.5.5-1+b3 libselinux1_3.7-3+b1 libsemanage-common_3.7-2 libsemanage2_3.7-2+b1 libsepol2_3.7-1 libsereal-decoder-perl_5.004+ds-1+b3 libsereal-encoder-perl_5.004+ds-1+b3 libsframe1_2.43.1-5 libsmartcols1_2.40.2-11 libsort-versions-perl_1.62-3 libsqlite3-0_3.46.1-1 libss2_1.47.1-1+b1 libssh2-1t64_1.11.1-1 libssl3t64_3.3.2-2 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libstemmer0d_2.2.0-4+b2 libstrictures-perl_2.000006-1 libsub-exporter-perl_0.990-1 libsub-exporter-progressive-perl_0.001013-3 libsub-identify-perl_0.14-3+b3 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsyntax-keyword-try-perl_0.30-1+b1 libsystemd0_257~rc1-4 libtasn1-6_4.19.0-3+b3 libterm-readkey-perl_2.38-2+b4 libtext-glob-perl_0.11-3 libtext-levenshteinxs-perl_0.03-5+b4 libtext-markdown-discount-perl_0.16-1+b3 libtext-xslate-perl_3.5.9-2+b1 libtime-duration-perl_1.21-2 libtime-moment-perl_0.44-2+b4 libtimedate-perl_2.3300-2 libtinfo6_6.5-2+b1 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257~rc1-4 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-11 libvariable-magic-perl_0.64-1+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libxml-libxml-perl_2.0207+dfsg+really+2.0134-5+b1 libxml-namespacesupport-perl_1.12-2 libxml-sax-base-perl_1.09-3 libxml-sax-perl_1.02+dfsg-3 libxml2_2.12.7+dfsg+really2.9.14-0.2+b1 libxmlb2_0.3.21-1 libxs-parse-keyword-perl_0.46-1+b1 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.7-1 login_1:4.16.0-2+really2.40.2-11 login.defs_1:4.16.0-4 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 mount_2.40.2-11 ncurses-base_6.5-2 ncurses-bin_6.5-2+b1 netbase_6.4 openssl_3.3.2-2 openssl-provider-legacy_3.3.2-2 passwd_1:4.16.0-4 patch_2.7.6-7+b1 patchutils_0.4.2-1+b1 perl_5.40.0-7 perl-base_5.40.0-7 perl-modules-5.40_5.40.0-7 perl-openssl-defaults_7+b2 plzip_1.11-2 po-debconf_1.0.21+nmu1 quilt_0.68-1 readline-common_8.2-5 rpcsvc-proto_1.4.3-1+b1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-2+b1 sensible-utils_0.0.24 shared-mime-info_2.4-5+b1 sysvinit-utils_3.11-1 t1utils_1.41-4+b1 tar_1.35+dfsg-3+b1 tzdata_2024b-3 ucf_3.0043+nmu1 unzip_6.0-28+b1 util-linux_2.40.2-11 xz-utils_5.6.3-1+b1 zlib1g_1:1.3.dfsg+really1.3.1-1+b1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 3.0 (quilt)
Source: coccinella
Binary: coccinella
Architecture: all
Version: 0.96.20-9
Maintainer: Mike Gabriel <sunweaver@debian.org>
Uploaders:  Miriam Ruiz <little_miry@yahoo.es>,
Homepage: http://thecoccinella.org/
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/debian/coccinella/
Vcs-Git: https://salsa.debian.org/debian/coccinella.git
Build-Depends: debhelper (>= 11), quilt
Package-List:
 coccinella deb net optional arch=all
Checksums-Sha1:
 19b94f3f7a055681f9366ec73d235b06c3101a3c 3483147 coccinella_0.96.20.orig.tar.gz
 5df592f2f9c7e6a17a120dc735e7b54f1e7fa4b6 21548 coccinella_0.96.20-9.debian.tar.xz
Checksums-Sha256:
 8ec4ca81d9cbad6cb643c3ef142d3429b2233f6e93dbf012deca916e61b2c184 3483147 coccinella_0.96.20.orig.tar.gz
 bb70005be714de388a5b83d287a26899d879368374a88aaba7bbbebfc10e0812 21548 coccinella_0.96.20-9.debian.tar.xz
Files:
 1e048333c6f7b9062d34f90ba2a30ea9 3483147 coccinella_0.96.20.orig.tar.gz
 05a8e076b16726a23fd1991be1c740ae 21548 coccinella_0.96.20-9.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAluD9vIVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxEz8P/27/09shXcWhiKc58iFeHxkDwjrg
pZ8gJews6/zlR+JtS9Q/bX9Grutf3xsVAxh/j6dQJcjhI5KEi6IIXX/o2A0h9WC5
6ZyMlX9f30q0xcPJ5D5WAlDEEEYfMZqjW7OvuHwovuobOHDe8OXv4sfJHM7JmXs4
z7+ucmSLgv565IGHd0ZZRUirRqy1OcSC7A43iqIMFQhxtUs6wOed04cRib0TgDHi
NkGsK2dWWK6TPCMv3eBMiyYxwkwxGmSeV1sSuVbSjUBs8w7f436Wtm658C8XLOo1
+gXaqNDJ29BT3+zM9ui93lzXK5E42VfwyRlP6qO4tVpL6rS2ylfrwwe0Fh9MXund
8bQHSgcISAz+0M6peuBeAgeq2E2x7XuI3ng8c9p8uLshlZXV1eak4+kVJZkkbup1
Buri2wHaT7L6ptRWES9YRD1vLRuwnH/xB3t29RvekS+98vJj6OlydU+/MVF4YfhK
kC3nRpqmqwjJxreD17a82fbMkOQhVvuf6JjXATXx8mDoYUx17Bhr8/oIPodNbm6R
/2RimtAtTd+Xyjyolx6JY3Yq9bQXvb89cn+bF/ieUfxJ0RWsJEUKI8q/OjrvLWW9
mis1kEh+0JK7dxmXsgxJPr62TNzsAu0r8lmI/wenvKPxmhvtbfwrkrM2Oy3PLqsp
mGWfph9J+gnAuPwq
=ZqCL
-----END PGP SIGNATURE-----

gpgv: Signature made Mon Aug 27 13:04:50 2018 UTC
gpgv:                using RSA key 9BFBAEE86C0AA5FFBF2207829AF46B3025771B31
gpgv:                issuer "sunweaver@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./coccinella_0.96.20-9.dsc: no acceptable signature found
dpkg-source: info: extracting coccinella in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking coccinella_0.96.20.orig.tar.gz
dpkg-source: info: unpacking coccinella_0.96.20-9.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying wish8.6.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ALL=C.UTF-8
LOGNAME=debusine-worker
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=debusine-worker

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package coccinella
dpkg-buildpackage: info: source version 0.96.20-9
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Mike Gabriel <sunweaver@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
dh_clean
 debian/rules binary
dh_testdir
chmod -x README.txt READMEs/*
chmod -x `find . -name "*.png"`
chmod -x `find . -name "*.gif"`
chmod -x `find . -name "*.ico"`
chmod -x `find . -name "*.msg"`
chmod -x `find . -name "*.can"`
chmod -x `find . -name "*.wav"`
chmod -x `find . -name "*.tcl"`
chmod +x Coccinella.tcl contrib/tablelist/scripts/repair.tcl
chmod +x debian/bin/coccinella
touch configure-stamp
dh_testdir
touch build-stamp
dh_testdir
dh_testroot
dh_prep
dh_installdirs
dh_testdir
dh_testroot
dh_installchangelogs CHANGES.txt
dh_installdocs
dh_installexamples
dh_install
for i in `find debian/coccinella/usr/share/coccinella -type f`; do \
	chmod -x "$i" ; \
	done
chmod +x debian/coccinella/usr/share/coccinella/Coccinella.tcl
chmod +x debian/coccinella/usr/share/coccinella/contrib/tablelist/scripts/repair.tcl
cd po; for lang in `cat LINGUAS`; do \
	echo "Compiling language '$lang'" ; \
	msgfmt --tcl -l $lang -d ../debian/coccinella/usr/share/coccinella/msgs/ ./$lang.po ; \
	done
Compiling language 'cs'
Compiling language 'da'
Compiling language 'de'
Compiling language 'es'
Compiling language 'fr'
Compiling language 'it'
Compiling language 'ko'
Compiling language 'nl'
Compiling language 'pl'
Compiling language 'pt'
Compiling language 'ru'
Compiling language 'sv'
Compiling language 'zh_cn'
find /<<PKGBUILDDIR>>/debian/coccinella -empty -type d -delete
dh_installmenu
dh_installman
dh_link
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'coccinella' in '../coccinella_0.96.20-9_all.deb'.
 dpkg-genbuildinfo --build=binary -O../coccinella_0.96.20-9_arm64.buildinfo
 dpkg-genchanges --build=binary -O../coccinella_0.96.20-9_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
--------------------------------------------------------------------------------
Build finished at 2024-11-15T22:20:59Z

Finished
--------

I: Built successfully

+------------------------------------------------------------------------------+
| Changes                                                                      |
+------------------------------------------------------------------------------+


coccinella_0.96.20-9_arm64.changes:
-----------------------------------

Format: 1.8
Date: Tue, 21 Aug 2018 18:11:49 +0200
Source: coccinella
Binary: coccinella
Architecture: all
Version: 0.96.20-9
Distribution: sid
Urgency: medium
Maintainer: Mike Gabriel <sunweaver@debian.org>
Changed-By: Mike Gabriel <sunweaver@debian.org>
Description:
 coccinella - Communication tool (XMPP/Jabber) with a built-in whiteboard
Changes:
 coccinella (0.96.20-9) unstable; urgency=medium
 .
   * debian/*: White-space cleanup.
   * debian/control:
     + Update Vcs-*: fields. Packaging Git has been migrated to salsa.debian.org.
     + Bump Standars-Version: to 4.2.0. No changes needed.
     + Process with wrap-and-sort -ast.
     + Set Priority: to optinal.
   * debian/{control,compat}:
     + Bump DH compat level to version 11.
   * debian/copyright:
     + Use secure URI for copyright format reference.
   * debian/patches:
     + Update wish8.6.patch.
Checksums-Sha1:
 b2d2a209d07e604931b1a36653d4520ffd32104a 2347036 coccinella_0.96.20-9_all.deb
 10e41d53de5f4190727bda51a1b0b87531c8ac3c 4663 coccinella_0.96.20-9_arm64.buildinfo
Checksums-Sha256:
 c8f470452563ff330294a436cea95a56e6e4ba0c7d036944a6ac3cf71dfcc30b 2347036 coccinella_0.96.20-9_all.deb
 520626f5a2147fb038104d2ecde094b37662c376c4c75365a2f8b990d77b2480 4663 coccinella_0.96.20-9_arm64.buildinfo
Files:
 507c7bf406614be84f9830484bdcf41d 2347036 net optional coccinella_0.96.20-9_all.deb
 8f7879b6eb976195bc4eef5b01c6dcfa 4663 net optional coccinella_0.96.20-9_arm64.buildinfo

+------------------------------------------------------------------------------+
| Buildinfo                                                                    |
+------------------------------------------------------------------------------+

Format: 1.0
Source: coccinella
Binary: coccinella
Architecture: all
Version: 0.96.20-9
Checksums-Md5:
 507c7bf406614be84f9830484bdcf41d 2347036 coccinella_0.96.20-9_all.deb
Checksums-Sha1:
 b2d2a209d07e604931b1a36653d4520ffd32104a 2347036 coccinella_0.96.20-9_all.deb
Checksums-Sha256:
 c8f470452563ff330294a436cea95a56e6e4ba0c7d036944a6ac3cf71dfcc30b 2347036 coccinella_0.96.20-9_all.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Fri, 15 Nov 2024 22:20:59 +0000
Build-Path: /<<PKGBUILDDIR>>
Build-Tainted-By:
 merged-usr-via-aliased-dirs
Installed-Build-Depends:
 autoconf (= 2.72-3),
 automake (= 1:1.16.5-1.3),
 autopoint (= 0.22.5-2),
 autotools-dev (= 20220109.1),
 base-files (= 13.5),
 base-passwd (= 3.6.5),
 bash (= 5.2.32-1+b2),
 binutils (= 2.43.1-5),
 binutils-aarch64-linux-gnu (= 2.43.1-5),
 binutils-common (= 2.43.1-5),
 bsdextrautils (= 2.40.2-11),
 bsdutils (= 1:2.40.2-11),
 build-essential (= 12.12),
 bzip2 (= 1.0.8-6),
 coreutils (= 9.5-1+b1),
 cpp (= 4:14.2.0-1),
 cpp-14 (= 14.2.0-8),
 cpp-14-aarch64-linux-gnu (= 14.2.0-8),
 cpp-aarch64-linux-gnu (= 4:14.2.0-1),
 dash (= 0.5.12-9+b1),
 debconf (= 1.5.87),
 debhelper (= 13.20),
 debianutils (= 5.21),
 dh-autoreconf (= 20),
 dh-strip-nondeterminism (= 1.14.0-1),
 diffstat (= 1.66-1+b1),
 diffutils (= 1:3.10-1+b1),
 dpkg (= 1.22.12~1.gbp82cafd),
 dpkg-dev (= 1.22.12~1.gbp82cafd),
 dwz (= 0.15-1+b1),
 ed (= 1.20.2-2+b1),
 file (= 1:5.45-3+b1),
 findutils (= 4.10.0-3),
 g++ (= 4:14.2.0-1),
 g++-14 (= 14.2.0-8),
 g++-14-aarch64-linux-gnu (= 14.2.0-8),
 g++-aarch64-linux-gnu (= 4:14.2.0-1),
 gcc (= 4:14.2.0-1),
 gcc-14 (= 14.2.0-8),
 gcc-14-aarch64-linux-gnu (= 14.2.0-8),
 gcc-14-base (= 14.2.0-8),
 gcc-aarch64-linux-gnu (= 4:14.2.0-1),
 gettext (= 0.22.5-2),
 gettext-base (= 0.22.5-2),
 grep (= 3.11-4+b1),
 groff-base (= 1.23.0-5),
 gzip (= 1.12-1.1+b1),
 hostname (= 3.25),
 init-system-helpers (= 1.67),
 intltool-debian (= 0.35.0+20060710.6),
 libacl1 (= 2.3.2-2+b1),
 libarchive-zip-perl (= 1.68-1),
 libasan8 (= 14.2.0-8),
 libatomic1 (= 14.2.0-8),
 libattr1 (= 1:2.5.2-2),
 libaudit-common (= 1:4.0.2-2),
 libaudit1 (= 1:4.0.2-2),
 libbinutils (= 2.43.1-5),
 libblkid1 (= 2.40.2-11),
 libbz2-1.0 (= 1.0.8-6),
 libc-bin (= 2.40-3),
 libc-dev-bin (= 2.40-3),
 libc6 (= 2.40-3),
 libc6-dev (= 2.40-3),
 libcap-ng0 (= 0.8.5-3+b1),
 libcap2 (= 1:2.66-5+b1),
 libcc1-0 (= 14.2.0-8),
 libcrypt-dev (= 1:4.4.36-5),
 libcrypt1 (= 1:4.4.36-5),
 libctf-nobfd0 (= 2.43.1-5),
 libctf0 (= 2.43.1-5),
 libdb5.3t64 (= 5.3.28+dfsg2-9),
 libdebconfclient0 (= 0.273),
 libdebhelper-perl (= 13.20),
 libdpkg-perl (= 1.22.12~1.gbp82cafd),
 libelf1t64 (= 0.192-4),
 libfile-stripnondeterminism-perl (= 1.14.0-1),
 libgcc-14-dev (= 14.2.0-8),
 libgcc-s1 (= 14.2.0-8),
 libgdbm-compat4t64 (= 1.24-2),
 libgdbm6t64 (= 1.24-2),
 libgmp10 (= 2:6.3.0+dfsg-2+b2),
 libgomp1 (= 14.2.0-8),
 libgprofng0 (= 2.43.1-5),
 libhwasan0 (= 14.2.0-8),
 libicu72 (= 72.1-5+b1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 liblsan0 (= 14.2.0-8),
 liblzma5 (= 5.6.3-1+b1),
 libmagic-mgc (= 1:5.45-3+b1),
 libmagic1t64 (= 1:5.45-3+b1),
 libmd0 (= 1.1.0-2+b1),
 libmount1 (= 2.40.2-11),
 libmpc3 (= 1.3.1-1+b3),
 libmpfr6 (= 4.2.1-1+b2),
 libpam-modules (= 1.5.3-7+b1),
 libpam-modules-bin (= 1.5.3-7+b1),
 libpam-runtime (= 1.5.3-7),
 libpam0g (= 1.5.3-7+b1),
 libpcre2-8-0 (= 10.44-4),
 libperl5.40 (= 5.40.0-7),
 libpipeline1 (= 1.5.8-1),
 libseccomp2 (= 2.5.5-1+b3),
 libselinux1 (= 3.7-3+b1),
 libsframe1 (= 2.43.1-5),
 libsmartcols1 (= 2.40.2-11),
 libssl3t64 (= 3.3.2-2),
 libstdc++-14-dev (= 14.2.0-8),
 libstdc++6 (= 14.2.0-8),
 libsystemd0 (= 257~rc1-4),
 libtinfo6 (= 6.5-2+b1),
 libtool (= 2.4.7-8),
 libtsan2 (= 14.2.0-8),
 libubsan1 (= 14.2.0-8),
 libuchardet0 (= 0.0.8-1+b2),
 libudev1 (= 257~rc1-4),
 libunistring5 (= 1.2-1+b1),
 libuuid1 (= 2.40.2-11),
 libxml2 (= 2.12.7+dfsg+really2.9.14-0.2+b1),
 libzstd1 (= 1.5.6+dfsg-1+b1),
 linux-libc-dev (= 6.11.7-1),
 m4 (= 1.4.19-4),
 make (= 4.3-4.1+b1),
 man-db (= 2.13.0-1),
 mawk (= 1.3.4.20240905-1),
 ncurses-base (= 6.5-2),
 ncurses-bin (= 6.5-2+b1),
 openssl-provider-legacy (= 3.3.2-2),
 patch (= 2.7.6-7+b1),
 perl (= 5.40.0-7),
 perl-base (= 5.40.0-7),
 perl-modules-5.40 (= 5.40.0-7),
 po-debconf (= 1.0.21+nmu1),
 quilt (= 0.68-1),
 rpcsvc-proto (= 1.4.3-1+b1),
 sed (= 4.9-2+b1),
 sensible-utils (= 0.0.24),
 sysvinit-utils (= 3.11-1),
 tar (= 1.35+dfsg-3+b1),
 util-linux (= 2.40.2-11),
 xz-utils (= 5.6.3-1+b1),
 zlib1g (= 1:1.3.dfsg+really1.3.1-1+b1)
Environment:
 DEB_BUILD_OPTIONS="parallel=4"
 LANG="en_US.UTF-8"
 LC_ALL="C.UTF-8"
 SOURCE_DATE_EPOCH="1534867909"


+------------------------------------------------------------------------------+
| Package contents                                                             |
+------------------------------------------------------------------------------+


coccinella_0.96.20-9_all.deb
----------------------------

 new Debian package, version 2.0.
 size 2347036 bytes: control archive=20880 bytes.
     751 bytes,    19 lines      control
   73465 bytes,   829 lines      md5sums
 Package: coccinella
 Version: 0.96.20-9
 Architecture: all
 Maintainer: Mike Gabriel <sunweaver@debian.org>
 Installed-Size: 8581
 Depends: tcl8.6, tk8.6, tkpng, tktreectrl
 Recommends: aspell | ispell, iaxclient-tcl, libudp-tcl, tcl-tls
 Section: net
 Priority: optional
 Homepage: http://thecoccinella.org/
 Description: Communication tool (XMPP/Jabber) with a built-in whiteboard
  Coccinella is a cross-platform communication tool with a built-in
  whiteboard for improved collaboration with other people.
  .
  The whiteboard is a shared desktop which supports text, drawings,
  images, and multimedia in a number of formats, such as MP3 and video.
  .
  The protocol being used by coccinella for chat and whiteboard communication
  is the XMPP protocol (Jabber).

drwxr-xr-x root/root         0 2018-08-21 16:11 ./
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/bin/
-rwxr-xr-x root/root        69 2018-08-21 16:11 ./usr/bin/coccinella
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/share/
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/share/applications/
-rw-r--r-- root/root       508 2018-08-21 16:11 ./usr/share/applications/coccinella.desktop
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/share/coccinella/
-rwxr-xr-x root/root      9038 2018-08-21 16:11 ./usr/share/coccinella/Coccinella.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/TclXML/
-rw-r--r-- root/root       809 2011-12-21 12:57 ./usr/share/coccinella/TclXML/CHANGES
-rw-r--r-- root/root      1210 2011-12-21 12:57 ./usr/share/coccinella/TclXML/pkgIndex.tcl
-rw-r--r-- root/root      2673 2011-12-21 12:57 ./usr/share/coccinella/TclXML/pkgIndexORIG.tcl
-rw-r--r-- root/root      6598 2011-12-21 12:57 ./usr/share/coccinella/TclXML/sgml-8.1.tcl
-rw-r--r-- root/root     83050 2011-12-21 12:57 ./usr/share/coccinella/TclXML/sgmlparser.tcl
-rw-r--r-- root/root     15735 2011-12-21 12:57 ./usr/share/coccinella/TclXML/tclparser-8.1.tcl
-rw-r--r-- root/root      2983 2011-12-21 12:57 ./usr/share/coccinella/TclXML/xml-8.1.tcl
-rw-r--r-- root/root      6025 2011-12-21 12:57 ./usr/share/coccinella/TclXML/xml__tcl.tcl
-rw-r--r-- root/root      3432 2011-12-21 12:57 ./usr/share/coccinella/TclXML/xmldep.tcl
-rw-r--r-- root/root     10181 2011-12-21 12:57 ./usr/share/coccinella/TclXML/xpath.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/components/
-rw-r--r-- root/root      5036 2011-12-21 12:57 ./usr/share/coccinella/components/AppleEvents.tcl
-rw-r--r-- root/root      8870 2011-12-21 12:57 ./usr/share/coccinella/components/AutoUpdate.tcl
-rw-r--r-- root/root     19078 2011-12-21 12:57 ./usr/share/coccinella/components/BuddyPounce.tcl
-rw-r--r-- root/root      7045 2011-12-21 12:57 ./usr/share/coccinella/components/Carbon.tcl
-rw-r--r-- root/root      1779 2011-12-21 12:57 ./usr/share/coccinella/components/ChatShorts.tcl
-rw-r--r-- root/root      1409 2011-12-21 12:57 ./usr/share/coccinella/components/ComponentExample.tcl
-rw-r--r-- root/root      3619 2011-12-21 12:57 ./usr/share/coccinella/components/GMeeting.tcl
-rw-r--r-- root/root     13575 2011-12-21 12:57 ./usr/share/coccinella/components/Geolocation.tcl
-rw-r--r-- root/root      9238 2011-12-21 12:57 ./usr/share/coccinella/components/Growl.tcl
-rw-r--r-- root/root      3169 2011-12-21 12:57 ./usr/share/coccinella/components/ICQ.tcl
-rw-r--r-- root/root      8001 2011-12-21 12:57 ./usr/share/coccinella/components/IRCActions.tcl
-rw-r--r-- root/root      6108 2011-12-21 12:57 ./usr/share/coccinella/components/ImageMagic.tcl
-rw-r--r-- root/root     31279 2011-12-21 12:57 ./usr/share/coccinella/components/JivePhone.tcl
-rw-r--r-- root/root      4992 2011-12-21 12:57 ./usr/share/coccinella/components/LiveRosterImage.tcl
-rw-r--r-- root/root      1917 2011-12-21 12:57 ./usr/share/coccinella/components/MailtoURI.tcl
-rw-r--r-- root/root      3739 2011-12-21 12:57 ./usr/share/coccinella/components/MeBeam.tcl
-rw-r--r-- root/root     25168 2011-12-21 12:57 ./usr/share/coccinella/components/Mood.tcl
-rw-r--r-- root/root      4529 2011-12-21 12:57 ./usr/share/coccinella/components/Notifier.tcl
-rw-r--r-- root/root      4025 2011-12-21 12:57 ./usr/share/coccinella/components/NotifyCall.tcl
-rw-r--r-- root/root      3054 2011-12-21 12:57 ./usr/share/coccinella/components/NotifyOnline.tcl
-rw-r--r-- root/root      2413 2011-12-21 12:57 ./usr/share/coccinella/components/ParseStyledText.tcl
-rw-r--r-- root/root     17216 2011-12-21 12:57 ./usr/share/coccinella/components/ParseURI.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/
-rw-r--r-- root/root     22692 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/AddressBook.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/IAX/
-rw-r--r-- root/root     13551 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/IAX/Iax.tcl
-rw-r--r-- root/root     10757 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/IAX/IaxPrefs.tcl
-rw-r--r-- root/root     19104 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/IAX/JingleIax.tcl
-rw-r--r-- root/root       116 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/IAX/cmpntIndex.tcl
-rw-r--r-- root/root       632 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/IAX/pkgIndex.tcl
-rw-r--r-- root/root     20958 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/NotifyCall.tcl
-rw-r--r-- root/root     25826 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/Phone.tcl
-rw-r--r-- root/root     13846 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/TPhone.tcl
-rw-r--r-- root/root       212 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/cmpntIndex.tcl
-rw-r--r-- root/root       634 2011-12-21 12:57 ./usr/share/coccinella/components/Phone/pkgIndex.tcl
-rw-r--r-- root/root     12060 2011-12-21 12:57 ./usr/share/coccinella/components/SlideShow.tcl
-rw-r--r-- root/root     19568 2011-12-21 12:57 ./usr/share/coccinella/components/Sounds.tcl
-rw-r--r-- root/root     10683 2011-12-21 12:57 ./usr/share/coccinella/components/Speech.tcl
-rw-r--r-- root/root      5651 2011-12-21 12:57 ./usr/share/coccinella/components/Spell.tcl
-rw-r--r-- root/root      4619 2011-12-21 12:57 ./usr/share/coccinella/components/SpotLight.tcl
-rw-r--r-- root/root      6962 2011-12-21 12:57 ./usr/share/coccinella/components/Totd.tcl
-rw-r--r-- root/root      2354 2011-12-21 12:57 ./usr/share/coccinella/components/TtkDialog.tcl
-rw-r--r-- root/root      3347 2011-12-21 12:57 ./usr/share/coccinella/components/URIRegisterKDE.tcl
-rw-r--r-- root/root      2249 2011-12-21 12:57 ./usr/share/coccinella/components/URIRegistry.tcl
-rw-r--r-- root/root     20868 2011-12-21 12:57 ./usr/share/coccinella/components/UserActivity.tcl
-rw-r--r-- root/root      2672 2011-12-21 12:57 ./usr/share/coccinella/components/WhiteboardMK.tcl
-rw-r--r-- root/root      8688 2011-12-21 12:57 ./usr/share/coccinella/components/XMLConsole.tcl
-rw-r--r-- root/root      3143 2011-12-21 12:57 ./usr/share/coccinella/components/cmpntIndex.tcl
-rw-r--r-- root/root     62830 2011-12-21 12:57 ./usr/share/coccinella/components/fsdialog.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/components/taskbar/
-rw-r--r-- root/root     14166 2011-12-21 12:57 ./usr/share/coccinella/components/taskbar/Taskbar.tcl
-rw-r--r-- root/root       125 2011-12-21 12:57 ./usr/share/coccinella/components/taskbar/cmpntIndex.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/contrib/
-rw-r--r-- root/root      2135 2011-12-21 12:57 ./usr/share/coccinella/contrib/MSSpeech.tcl
-rw-r--r-- root/root       201 2011-12-21 12:57 ./usr/share/coccinella/contrib/README
-rw-r--r-- root/root      5677 2011-12-21 12:57 ./usr/share/coccinella/contrib/RegisterFileType.tcl
-rw-r--r-- root/root      1947 2011-12-21 12:57 ./usr/share/coccinella/contrib/TestTree.tcl
-rw-r--r-- root/root     15645 2011-12-21 12:57 ./usr/share/coccinella/contrib/TkInteractorPackage.tcl
-rw-r--r-- root/root      7682 2011-12-21 12:57 ./usr/share/coccinella/contrib/TracedText.tcl
-rw-r--r-- root/root     10456 2011-12-21 12:57 ./usr/share/coccinella/contrib/TreeCtrlDnD.tcl
-rw-r--r-- root/root      7464 2011-12-21 12:57 ./usr/share/coccinella/contrib/anigif.tcl
-rw-r--r-- root/root     11371 2011-12-21 12:57 ./usr/share/coccinella/contrib/autoproxy.tcl
-rw-r--r-- root/root      5264 2011-12-21 12:57 ./usr/share/coccinella/contrib/autosocks.tcl
-rw-r--r-- root/root     12122 2011-12-21 12:57 ./usr/share/coccinella/contrib/balloonhelp.tcl
-rw-r--r-- root/root      9322 2011-12-21 12:57 ./usr/share/coccinella/contrib/base64.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/contrib/black/
-rw-r--r-- root/root      3553 2011-12-21 12:57 ./usr/share/coccinella/contrib/black/black.tcl
-rw-r--r-- root/root       714 2011-12-21 12:57 ./usr/share/coccinella/contrib/black/pkgIndex.tcl
-rw-r--r-- root/root     42554 2011-12-21 12:57 ./usr/share/coccinella/contrib/can2svg.tcl
-rw-r--r-- root/root      7166 2011-12-21 12:57 ./usr/share/coccinella/contrib/can2svgwb.tcl
-rw-r--r-- root/root      6611 2011-12-21 12:57 ./usr/share/coccinella/contrib/canvasex.tcl
-rw-r--r-- root/root     14320 2011-12-21 12:57 ./usr/share/coccinella/contrib/chasearrows.tcl
-rw-r--r-- root/root      2196 2011-12-21 12:57 ./usr/share/coccinella/contrib/colorutils.tcl
-rw-r--r-- root/root      2776 2011-12-21 12:57 ./usr/share/coccinella/contrib/component.tcl
-rw-r--r-- root/root     40020 2011-12-21 12:57 ./usr/share/coccinella/contrib/dns.tcl
-rw-r--r-- root/root     22086 2011-12-21 12:57 ./usr/share/coccinella/contrib/getfile.tcl
-rw-r--r-- root/root      2281 2011-12-21 12:57 ./usr/share/coccinella/contrib/hooks.tcl
-rw-r--r-- root/root     55547 2011-12-21 12:57 ./usr/share/coccinella/contrib/httpex.tcl
-rw-r--r-- root/root      3859 2011-12-21 12:57 ./usr/share/coccinella/contrib/idletime.tcl
-rw-r--r-- root/root     10511 2011-12-21 12:57 ./usr/share/coccinella/contrib/ip.tcl
-rw-r--r-- root/root     22903 2011-12-21 12:57 ./usr/share/coccinella/contrib/md5x.tcl
-rw-r--r-- root/root     15070 2011-12-21 12:57 ./usr/share/coccinella/contrib/mnotebook.tcl
-rw-r--r-- root/root     50341 2011-12-21 12:57 ./usr/share/coccinella/contrib/moviecontroller.tcl
-rw-r--r-- root/root      2651 2011-12-21 12:57 ./usr/share/coccinella/contrib/mstack.tcl
-rw-r--r-- root/root      4383 2011-12-21 12:57 ./usr/share/coccinella/contrib/notebox.tcl
-rw-r--r-- root/root      1535 2011-12-21 12:57 ./usr/share/coccinella/contrib/pipes.tcl
-rw-r--r-- root/root      4332 2011-12-21 12:57 ./usr/share/coccinella/contrib/pkgIndex.tcl
-rw-r--r-- root/root     21812 2011-12-21 12:57 ./usr/share/coccinella/contrib/putfile.tcl
-rw-r--r-- root/root     15344 2011-12-21 12:57 ./usr/share/coccinella/contrib/qdxml.tcl
-rw-r--r-- root/root      3320 2011-12-21 12:57 ./usr/share/coccinella/contrib/repackanim.tcl
-rw-r--r-- root/root      9119 2011-12-21 12:57 ./usr/share/coccinella/contrib/sha1.tcl
-rw-r--r-- root/root    118679 2011-12-21 12:57 ./usr/share/coccinella/contrib/snit.tcl
-rw-r--r-- root/root      5282 2011-12-21 12:57 ./usr/share/coccinella/contrib/socks4.tcl
-rw-r--r-- root/root     23421 2011-12-21 12:57 ./usr/share/coccinella/contrib/socks5.tcl
-rw-r--r-- root/root     13836 2011-12-21 12:57 ./usr/share/coccinella/contrib/spell.tcl
-rw-r--r-- root/root     12741 2011-12-21 12:57 ./usr/share/coccinella/contrib/stun.tcl
-rw-r--r-- root/root     69394 2011-12-21 12:57 ./usr/share/coccinella/contrib/svg2can.tcl
-rw-r--r-- root/root      6800 2011-12-21 12:57 ./usr/share/coccinella/contrib/svgwb2can.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/
-rw-r--r-- root/root       912 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/pkgIndex.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/
-rw-r--r-- root/root     13990 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/mwutil.tcl
-rwxr-xr-x root/root      2705 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/repair.tcl
-rw-r--r-- root/root     76889 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistBind.tcl
-rw-r--r-- root/root     11537 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistBitmaps.tcl
-rw-r--r-- root/root     93600 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistConfig.tcl
-rw-r--r-- root/root     70646 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistEdit.tcl
-rw-r--r-- root/root      9624 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistMove.tcl
-rw-r--r-- root/root     15396 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistSort.tcl
-rw-r--r-- root/root     52102 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistThemes.tcl
-rw-r--r-- root/root    127722 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistUtil.tcl
-rw-r--r-- root/root    136476 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tablelistWidget.tcl
-rw-r--r-- root/root     33619 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/scripts/tclIndex
-rw-r--r-- root/root       485 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/tablelist.tcl
-rw-r--r-- root/root      2342 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/tablelistPublic.tcl
-rw-r--r-- root/root      1907 2011-12-21 12:57 ./usr/share/coccinella/contrib/tablelist/tablelist_tile.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/
-rw-r--r-- root/root        90 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/blank.png
-rw-r--r-- root/root       192 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/close.png
-rw-r--r-- root/root       192 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/closeDark.png
-rw-r--r-- root/root       192 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/closeLight.png
-rw-r--r-- root/root       395 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/crossAqua.png
-rw-r--r-- root/root       336 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/crossAquaActive.png
-rw-r--r-- root/root       138 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/downArrow.png
-rw-r--r-- root/root       158 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/downArrowContrast.png
-rw-r--r-- root/root       203 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/open.png
-rw-r--r-- root/root       205 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/openDark.png
-rw-r--r-- root/root       190 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/openLight.png
-rw-r--r-- root/root       318 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/oval.png
-rw-r--r-- root/root       242 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/ovalDark.png
-rw-r--r-- root/root       639 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/search.png
-rw-r--r-- root/root       198 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/sunken.png
-rw-r--r-- root/root       213 2011-12-21 12:57 ./usr/share/coccinella/contrib/tiles/sunkenWhite.png
-rw-r--r-- root/root     39161 2011-12-21 12:57 ./usr/share/coccinella/contrib/tileutils.tcl
-rw-r--r-- root/root      4024 2011-12-21 12:57 ./usr/share/coccinella/contrib/timing.tcl
-rw-r--r-- root/root      7461 2011-12-21 12:57 ./usr/share/coccinella/contrib/tinyfileutils.tcl
-rw-r--r-- root/root     40219 2011-12-21 12:57 ./usr/share/coccinella/contrib/tinyhttpd.tcl
-rw-r--r-- root/root       846 2011-12-21 12:57 ./usr/share/coccinella/contrib/tinyhttpdmsg.tcl
-rw-r--r-- root/root      8962 2011-12-21 12:57 ./usr/share/coccinella/contrib/treeutil.tcl
-rw-r--r-- root/root     18314 2011-12-21 12:57 ./usr/share/coccinella/contrib/ttoolbar.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/
-rw-r--r-- root/root      2402 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/comboboxex.tcl
-rw-r--r-- root/root      5644 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/combomenu.tcl
-rw-r--r-- root/root     20177 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/dialog.tcl
-rw-r--r-- root/root      2603 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/entryex.tcl
-rw-r--r-- root/root      7674 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/fontselector.tcl
-rw-r--r-- root/root      1997 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/megaentry.tcl
-rw-r--r-- root/root      5799 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/notify.tcl
-rw-r--r-- root/root      8103 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/openimage.tcl
-rw-r--r-- root/root      7661 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/optionmenu.tcl
-rw-r--r-- root/root       889 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/pkgIndex.tcl
-rw-r--r-- root/root     12007 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/progress.tcl
-rw-r--r-- root/root      1980 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/toplevel.tcl
-rw-r--r-- root/root     12764 2011-12-21 12:57 ./usr/share/coccinella/contrib/ui/util.tcl
-rw-r--r-- root/root      4130 2011-12-21 12:57 ./usr/share/coccinella/contrib/undo.tcl
-rw-r--r-- root/root     28720 2011-12-21 12:57 ./usr/share/coccinella/contrib/uri.tcl
-rw-r--r-- root/root      1799 2011-12-21 12:57 ./usr/share/coccinella/contrib/uriencode.tcl
-rw-r--r-- root/root      4483 2011-12-21 12:57 ./usr/share/coccinella/contrib/urn-scheme.tcl
-rw-r--r-- root/root      7214 2011-12-21 12:57 ./usr/share/coccinella/contrib/utils.tcl
-rw-r--r-- root/root      3930 2011-12-21 12:57 ./usr/share/coccinella/contrib/uuid.tcl
-rw-r--r-- root/root     16694 2011-12-21 12:57 ./usr/share/coccinella/contrib/wizard.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/docs/
-rw-r--r-- root/root      2089 2011-12-21 12:57 ./usr/share/coccinella/docs/Welcome_en.can
-rw-r--r-- root/root      2311 2011-12-21 12:57 ./usr/share/coccinella/docs/Welcome_nl.can
-rw-r--r-- root/root      2093 2011-12-21 12:57 ./usr/share/coccinella/docs/Welcome_sv.can
-rw-r--r-- root/root      3041 2011-12-21 12:57 ./usr/share/coccinella/docs/penguin.gif
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/httpd/
-rw-r--r-- root/root       827 2011-12-21 12:57 ./usr/share/coccinella/httpd/404.html
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/httpd/images/
-rw-r--r-- root/root       545 2011-12-21 12:57 ./usr/share/coccinella/httpd/images/file.png
-rw-r--r-- root/root       594 2011-12-21 12:57 ./usr/share/coccinella/httpd/images/folder.png
-rw-r--r-- root/root       412 2011-12-21 12:57 ./usr/share/coccinella/httpd/images/up.png
-rw-r--r-- root/root        98 2011-12-21 12:57 ./usr/share/coccinella/httpd/std.css
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/iconsets/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/
-rw-r--r-- root/root      2962 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-angel.png
-rw-r--r-- root/root      1189 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-confused.png
-rw-r--r-- root/root      1216 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-crying.png
-rw-r--r-- root/root      1145 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-devilish.png
-rw-r--r-- root/root      2798 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-embarrassed.png
-rw-r--r-- root/root      1181 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-foot-in-mouth.png
-rw-r--r-- root/root      1225 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-glasses.png
-rw-r--r-- root/root      2793 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-kiss.png
-rw-r--r-- root/root      2798 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-laugh.png
-rw-r--r-- root/root      2598 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-plain.png
-rw-r--r-- root/root      2639 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-raspberry.png
-rw-r--r-- root/root      2614 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-sad.png
-rw-r--r-- root/root      1173 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-sleep.png
-rw-r--r-- root/root      2728 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-smile-big.png
-rw-r--r-- root/root      2609 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-smile.png
-rw-r--r-- root/root      2619 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-surprise.png
-rw-r--r-- root/root      2746 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-uncertain.png
-rw-r--r-- root/root      2613 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/face-wink.png
-rw-r--r-- root/root      3164 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/heart.png
-rw-r--r-- root/root      4452 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/icondef.xml
-rw-r--r-- root/root      1136 2011-12-21 12:57 ./usr/share/coccinella/iconsets/emoticons/default/star.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/items/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/items/Games/
-rw-r--r-- root/root      2926 2011-12-21 12:57 ./usr/share/coccinella/items/Games/Chess.can
-rw-r--r-- root/root      5943 2011-12-21 12:57 ./usr/share/coccinella/items/Games/ChineseChecker.can
-rw-r--r-- root/root       126 2011-12-21 12:57 ./usr/share/coccinella/items/Games/Dice.can
-rw-r--r-- root/root      2382 2011-12-21 12:57 ./usr/share/coccinella/items/Games/Draughts.can
-rw-r--r-- root/root       127 2011-12-21 12:57 ./usr/share/coccinella/items/Games/PlayingCards.can
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/
-rw-r--r-- root/root       254 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/bhorse.gif
-rw-r--r-- root/root       286 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/bking.gif
-rw-r--r-- root/root      4694 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/board.gif
-rw-r--r-- root/root       192 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/bpeasant.gif
-rw-r--r-- root/root       330 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/bqueen.gif
-rw-r--r-- root/root       249 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/brunner.gif
-rw-r--r-- root/root       237 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/btower.gif
-rw-r--r-- root/root       271 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/whorse.gif
-rw-r--r-- root/root       271 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/wking.gif
-rw-r--r-- root/root       185 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/wpeasant.gif
-rw-r--r-- root/root       325 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/wqueen.gif
-rw-r--r-- root/root       254 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/wrunner.gif
-rw-r--r-- root/root       260 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chessimages/wtower.gif
-rw-r--r-- root/root    185523 2011-12-21 12:57 ./usr/share/coccinella/items/Games/chineschecker.gif
-rw-r--r-- root/root      2866 2011-12-21 12:57 ./usr/share/coccinella/items/Mathematica.can
-rw-r--r-- root/root      2886 2011-12-21 12:57 ./usr/share/coccinella/items/Mathematica2.can
-rw-r--r-- root/root       280 2011-12-21 12:57 ./usr/share/coccinella/items/SpeechBubbleSE.can
-rw-r--r-- root/root       292 2011-12-21 12:57 ./usr/share/coccinella/items/boing.can
-rw-r--r-- root/root       543 2011-12-21 12:57 ./usr/share/coccinella/items/heart.can
-rw-r--r-- root/root       244 2011-12-21 12:57 ./usr/share/coccinella/items/modernArt.can
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/jabber/
-rw-r--r-- root/root     13301 2011-12-21 12:57 ./usr/share/coccinella/jabber/Adhoc.tcl
-rw-r--r-- root/root      5733 2011-12-21 12:57 ./usr/share/coccinella/jabber/AppStatusSlot.tcl
-rw-r--r-- root/root     14860 2011-12-21 12:57 ./usr/share/coccinella/jabber/AutoAway.tcl
-rw-r--r-- root/root     38247 2011-12-21 12:57 ./usr/share/coccinella/jabber/Avatar.tcl
-rw-r--r-- root/root     21367 2011-12-21 12:57 ./usr/share/coccinella/jabber/AvatarMB.tcl
-rw-r--r-- root/root    124378 2011-12-21 12:57 ./usr/share/coccinella/jabber/Chat.tcl
-rw-r--r-- root/root     19477 2011-12-21 12:57 ./usr/share/coccinella/jabber/ChatTheme.tcl
-rw-r--r-- root/root     23214 2011-12-21 12:57 ./usr/share/coccinella/jabber/Create.tcl
-rw-r--r-- root/root     57264 2011-12-21 12:57 ./usr/share/coccinella/jabber/Disco.tcl
-rw-r--r-- root/root     24545 2011-12-21 12:57 ./usr/share/coccinella/jabber/Emoticons.tcl
-rw-r--r-- root/root     21540 2011-12-21 12:57 ./usr/share/coccinella/jabber/Enter.tcl
-rw-r--r-- root/root     19437 2011-12-21 12:57 ./usr/share/coccinella/jabber/FTrans.tcl
-rw-r--r-- root/root      8767 2011-12-21 12:57 ./usr/share/coccinella/jabber/Gateway.tcl
-rw-r--r-- root/root     10902 2011-12-21 12:57 ./usr/share/coccinella/jabber/GotMsg.tcl
-rw-r--r-- root/root    111270 2011-12-21 12:57 ./usr/share/coccinella/jabber/GroupChat.tcl
-rw-r--r-- root/root     34801 2011-12-21 12:57 ./usr/share/coccinella/jabber/History.tcl
-rw-r--r-- root/root      7208 2011-12-21 12:57 ./usr/share/coccinella/jabber/Icondef.tcl
-rw-r--r-- root/root     36476 2011-12-21 12:57 ./usr/share/coccinella/jabber/JForms.tcl
-rw-r--r-- root/root     13580 2011-12-21 12:57 ./usr/share/coccinella/jabber/JPrefs.tcl
-rw-r--r-- root/root      6978 2011-12-21 12:57 ./usr/share/coccinella/jabber/JPubServers.tcl
-rw-r--r-- root/root     65713 2011-12-21 12:57 ./usr/share/coccinella/jabber/JUI.tcl
-rw-r--r-- root/root     32281 2011-12-21 12:57 ./usr/share/coccinella/jabber/JUser.tcl
-rw-r--r-- root/root     56934 2011-12-21 12:57 ./usr/share/coccinella/jabber/JWB.tcl
-rw-r--r-- root/root     63615 2011-12-21 12:57 ./usr/share/coccinella/jabber/Jabber.tcl
-rw-r--r-- root/root     35916 2011-12-21 12:57 ./usr/share/coccinella/jabber/Login.tcl
-rw-r--r-- root/root     48817 2011-12-21 12:57 ./usr/share/coccinella/jabber/MUC.tcl
-rw-r--r-- root/root     59911 2011-12-21 12:57 ./usr/share/coccinella/jabber/MailBox.tcl
-rw-r--r-- root/root      6434 2011-12-21 12:57 ./usr/share/coccinella/jabber/MegaPresence.tcl
-rw-r--r-- root/root      4282 2011-12-21 12:57 ./usr/share/coccinella/jabber/MicroBlog.tcl
-rw-r--r-- root/root     32028 2011-12-21 12:57 ./usr/share/coccinella/jabber/NewMsg.tcl
-rw-r--r-- root/root      5507 2011-12-21 12:57 ./usr/share/coccinella/jabber/Nickname.tcl
-rw-r--r-- root/root      6939 2011-12-21 12:57 ./usr/share/coccinella/jabber/OOB.tcl
-rw-r--r-- root/root     26150 2011-12-21 12:57 ./usr/share/coccinella/jabber/Privacy.tcl
-rw-r--r-- root/root     59030 2011-12-21 12:57 ./usr/share/coccinella/jabber/Profiles.tcl
-rw-r--r-- root/root      3057 2011-12-21 12:57 ./usr/share/coccinella/jabber/PublicServices.tcl
-rw-r--r-- root/root     45989 2011-12-21 12:57 ./usr/share/coccinella/jabber/Register.tcl
-rw-r--r-- root/root     48851 2011-12-21 12:57 ./usr/share/coccinella/jabber/Roster.tcl
-rw-r--r-- root/root     39807 2011-12-21 12:57 ./usr/share/coccinella/jabber/RosterAvatar.tcl
-rw-r--r-- root/root     21643 2011-12-21 12:57 ./usr/share/coccinella/jabber/RosterPlain.tcl
-rw-r--r-- root/root     55314 2011-12-21 12:57 ./usr/share/coccinella/jabber/RosterTree.tcl
-rw-r--r-- root/root     11620 2011-12-21 12:57 ./usr/share/coccinella/jabber/RosterTwo.tcl
-rw-r--r-- root/root     22939 2011-12-21 12:57 ./usr/share/coccinella/jabber/Rosticons.tcl
-rw-r--r-- root/root     35246 2011-12-21 12:57 ./usr/share/coccinella/jabber/Search.tcl
-rw-r--r-- root/root      4353 2011-12-21 12:57 ./usr/share/coccinella/jabber/Servicons.tcl
-rw-r--r-- root/root     13277 2011-12-21 12:57 ./usr/share/coccinella/jabber/SetupAss.tcl
-rw-r--r-- root/root     24708 2011-12-21 12:57 ./usr/share/coccinella/jabber/Status.tcl
-rw-r--r-- root/root      4515 2011-12-21 12:57 ./usr/share/coccinella/jabber/StatusSlot.tcl
-rw-r--r-- root/root     51676 2011-12-21 12:57 ./usr/share/coccinella/jabber/Subscribe.tcl
-rw-r--r-- root/root     17775 2011-12-21 12:57 ./usr/share/coccinella/jabber/UserInfo.tcl
-rw-r--r-- root/root     27850 2011-12-21 12:57 ./usr/share/coccinella/jabber/VCard.tcl
-rw-r--r-- root/root      4162 2011-12-21 12:57 ./usr/share/coccinella/jabber/pkgIndex.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/
-rw-r--r-- root/root       249 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/README
-rw-r--r-- root/root       773 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/XMLFormat.tcl
-rw-r--r-- root/root      3315 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/annotations.tcl
-rw-r--r-- root/root     22887 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/avatar.tcl
-rw-r--r-- root/root      1761 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/bind.tcl
-rw-r--r-- root/root     58107 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/bytestreams.tcl
-rw-r--r-- root/root     14723 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/caps.tcl
-rw-r--r-- root/root      6171 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/compress.tcl
-rw-r--r-- root/root     29866 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/connect.tcl
-rw-r--r-- root/root      2359 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/data.tcl
-rw-r--r-- root/root     26396 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/disco.tcl
-rw-r--r-- root/root     20146 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/ftrans.tcl
-rw-r--r-- root/root      4358 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/groupchat.tcl
-rw-r--r-- root/root     12745 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/ibb.tcl
-rw-r--r-- root/root    113975 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/jabberlib.tcl
-rw-r--r-- root/root     21133 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/jingle.tcl
-rw-r--r-- root/root      5094 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/jlibdns.tcl
-rw-r--r-- root/root     18131 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/jlibhttp.tcl
-rw-r--r-- root/root     13735 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/jlibsasl.tcl
-rw-r--r-- root/root      6738 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/jlibtls.tcl
-rw-r--r-- root/root     16451 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/muc.tcl
-rw-r--r-- root/root      8869 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/pep.tcl
-rw-r--r-- root/root      3044 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/pkgIndex.tcl
-rw-r--r-- root/root      2826 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/private.tcl
-rw-r--r-- root/root     17220 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/pubsub.tcl
-rw-r--r-- root/root     43407 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/roster.tcl
-rw-r--r-- root/root     12438 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/saslmd5.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/scripts/
-rw-r--r-- root/root       241 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/scripts/README-scripts
-rw-r--r-- root/root      2285 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/scripts/message.tcl
-rw-r--r-- root/root      2280 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/scripts/password.tcl
-rw-r--r-- root/root       716 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/scripts/pkgIndex.tcl
-rw-r--r-- root/root      2508 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/scripts/register.tcl
-rw-r--r-- root/root      2175 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/scripts/unregister.tcl
-rw-r--r-- root/root     10580 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/service.tcl
-rw-r--r-- root/root     21763 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/si.tcl
-rw-r--r-- root/root      8741 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/sipub.tcl
-rw-r--r-- root/root      3831 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/stanzaerror.tcl
-rw-r--r-- root/root      5111 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/streamerror.tcl
-rw-r--r-- root/root      3651 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/tinydom.tcl
-rw-r--r-- root/root      1608 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/util.tcl
-rw-r--r-- root/root     12789 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/vcard.tcl
-rw-r--r-- root/root     28736 2011-12-21 12:57 ./usr/share/coccinella/jabberlib/wrapper.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/lib/
-rw-r--r-- root/root      4650 2011-12-21 12:57 ./usr/share/coccinella/lib/AMenu.tcl
-rw-r--r-- root/root      1072 2011-12-21 12:57 ./usr/share/coccinella/lib/Base64Icons.tcl
-rw-r--r-- root/root      7608 2011-12-21 12:57 ./usr/share/coccinella/lib/Bookmarks.tcl
-rw-r--r-- root/root      4677 2011-12-21 12:57 ./usr/share/coccinella/lib/Component.tcl
-rw-r--r-- root/root      2200 2011-12-21 12:57 ./usr/share/coccinella/lib/Debug.tcl
-rw-r--r-- root/root     14037 2011-12-21 12:57 ./usr/share/coccinella/lib/Dialogs.tcl
-rw-r--r-- root/root     12890 2011-12-21 12:57 ./usr/share/coccinella/lib/EditDialogs.tcl
-rw-r--r-- root/root    129764 2011-12-21 12:57 ./usr/share/coccinella/lib/FakeSample.mov
-rw-r--r-- root/root     19478 2011-12-21 12:57 ./usr/share/coccinella/lib/FileCache.tcl
-rw-r--r-- root/root      8510 2011-12-21 12:57 ./usr/share/coccinella/lib/HttpTrpt.tcl
-rw-r--r-- root/root      2686 2011-12-21 12:57 ./usr/share/coccinella/lib/Httpd.tcl
-rw-r--r-- root/root     11575 2011-12-21 12:57 ./usr/share/coccinella/lib/ITree.tcl
-rw-r--r-- root/root     24921 2011-12-21 12:57 ./usr/share/coccinella/lib/Init.tcl
-rw-r--r-- root/root      3361 2011-12-21 12:57 ./usr/share/coccinella/lib/MacintoshUtils.tcl
-rw-r--r-- root/root      8325 2011-12-21 12:57 ./usr/share/coccinella/lib/Media.tcl
-rw-r--r-- root/root      6091 2011-12-21 12:57 ./usr/share/coccinella/lib/Network.tcl
-rw-r--r-- root/root      7043 2011-12-21 12:57 ./usr/share/coccinella/lib/PrefGeneral.tcl
-rw-r--r-- root/root      5506 2011-12-21 12:57 ./usr/share/coccinella/lib/PrefHelpers.tcl
-rw-r--r-- root/root     10603 2011-12-21 12:57 ./usr/share/coccinella/lib/PrefNet.tcl
-rw-r--r-- root/root     11815 2011-12-21 12:57 ./usr/share/coccinella/lib/PrefUtils.tcl
-rw-r--r-- root/root     15760 2011-12-21 12:57 ./usr/share/coccinella/lib/Preferences.tcl
-rw-r--r-- root/root     11911 2011-12-21 12:57 ./usr/share/coccinella/lib/Proxy.tcl
-rw-r--r-- root/root      1001 2011-12-21 12:57 ./usr/share/coccinella/lib/SSLInfo.tcl
-rw-r--r-- root/root      8142 2011-12-21 12:57 ./usr/share/coccinella/lib/SetFactoryDefaults.tcl
-rw-r--r-- root/root      5073 2011-12-21 12:57 ./usr/share/coccinella/lib/Splash.tcl
-rw-r--r-- root/root      6253 2011-12-21 12:57 ./usr/share/coccinella/lib/TSearch.tcl
-rw-r--r-- root/root      6215 2011-12-21 12:57 ./usr/share/coccinella/lib/TheServer.tcl
-rw-r--r-- root/root     17396 2011-12-21 12:57 ./usr/share/coccinella/lib/Theme.tcl
-rw-r--r-- root/root     22968 2011-12-21 12:57 ./usr/share/coccinella/lib/Types.tcl
-rw-r--r-- root/root     54523 2011-12-21 12:57 ./usr/share/coccinella/lib/UI.tcl
-rw-r--r-- root/root      4762 2011-12-21 12:57 ./usr/share/coccinella/lib/UserActions.tcl
-rw-r--r-- root/root     20754 2011-12-21 12:57 ./usr/share/coccinella/lib/Utils.tcl
-rw-r--r-- root/root      4834 2011-12-21 12:57 ./usr/share/coccinella/lib/WSearch.tcl
-rw-r--r-- root/root     11381 2011-12-21 12:57 ./usr/share/coccinella/lib/WindowsUtils.tcl
-rw-r--r-- root/root      3347 2011-12-21 12:57 ./usr/share/coccinella/lib/pkgIndex.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/msgs/
-rw-r--r-- root/root    107585 2018-08-21 16:11 ./usr/share/coccinella/msgs/cs.msg
-rw-r--r-- root/root       421 2018-08-21 16:11 ./usr/share/coccinella/msgs/da.msg
-rw-r--r-- root/root     97770 2018-08-21 16:11 ./usr/share/coccinella/msgs/de.msg
-rw-r--r-- root/root     60898 2011-12-21 12:57 ./usr/share/coccinella/msgs/en.msg
-rw-r--r-- root/root     98978 2018-08-21 16:11 ./usr/share/coccinella/msgs/es.msg
-rw-r--r-- root/root     98329 2018-08-21 16:11 ./usr/share/coccinella/msgs/fr.msg
-rw-r--r-- root/root     97885 2018-08-21 16:11 ./usr/share/coccinella/msgs/it.msg
-rw-r--r-- root/root       417 2018-08-21 16:11 ./usr/share/coccinella/msgs/ko.msg
-rw-r--r-- root/root     96043 2018-08-21 16:11 ./usr/share/coccinella/msgs/nl.msg
-rw-r--r-- root/root     98512 2018-08-21 16:11 ./usr/share/coccinella/msgs/pl.msg
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/msgs/post/
-rw-r--r-- root/root       149 2011-12-21 12:57 ./usr/share/coccinella/msgs/post/README-post
-rw-r--r-- root/root    103017 2018-08-21 16:11 ./usr/share/coccinella/msgs/pt.msg
-rw-r--r-- root/root    216375 2018-08-21 16:11 ./usr/share/coccinella/msgs/ru.msg
-rw-r--r-- root/root       445 2018-08-21 16:11 ./usr/share/coccinella/msgs/sv.msg
-rw-r--r-- root/root    105026 2018-08-21 16:11 ./usr/share/coccinella/msgs/zh_cn.msg
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/plugins/
-rw-r--r-- root/root      6321 2011-12-21 12:57 ./usr/share/coccinella/plugins/Example.tcl
-rw-r--r-- root/root     10593 2011-12-21 12:57 ./usr/share/coccinella/plugins/HtmlImport.tcl
-rw-r--r-- root/root      1801 2011-12-21 12:57 ./usr/share/coccinella/plugins/ItclApplets.tcl
-rw-r--r-- root/root      9227 2011-12-21 12:57 ./usr/share/coccinella/plugins/PluginTextPlain.tcl
-rw-r--r-- root/root       454 2011-12-21 12:57 ./usr/share/coccinella/plugins/README-plugins
-rw-r--r-- root/root     10741 2011-12-21 12:57 ./usr/share/coccinella/plugins/WinImport.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/CardGame/
-rw-r--r-- root/root      1897 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/CardGame/Card.itcl
-rw-r--r-- root/root     16798 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/CardGame/CardGame.itcl
-rw-r--r-- root/root      4628 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/CardGame/CardStack.itcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/CardGame/cards/
-rw-r--r-- root/root     60456 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/CardGame/cards/tewi.tcl
-rw-r--r-- root/root     27240 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/CardGame/swash.wav
-rw-r--r-- root/root       771 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/CardGame/tclIndex
-rw-r--r-- root/root     28504 2011-12-21 12:57 ./usr/share/coccinella/plugins/applets/Dice.itcl
-rw-r--r-- root/root       531 2011-12-21 12:57 ./usr/share/coccinella/plugins/pluginDefs.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/plugins/vtk/
-rw-r--r-- root/root     10953 2011-12-21 12:57 ./usr/share/coccinella/plugins/vtk/VTKImports.tcl
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/resources/
-rw-r--r-- root/root       938 2011-12-21 12:57 ./usr/share/coccinella/resources/README-config
-rw-r--r-- root/root      1787 2011-12-21 12:57 ./usr/share/coccinella/resources/README-resources
-rw-r--r-- root/root        38 2011-12-21 12:57 ./usr/share/coccinella/resources/alt.rdb
-rw-r--r-- root/root       131 2011-12-21 12:57 ./usr/share/coccinella/resources/clam.rdb
-rw-r--r-- root/root        38 2011-12-21 12:57 ./usr/share/coccinella/resources/classic.rdb
-rw-r--r-- root/root       749 2011-12-21 12:57 ./usr/share/coccinella/resources/configExample.tcl
-rw-r--r-- root/root      4597 2011-12-21 12:57 ./usr/share/coccinella/resources/default.rdb
-rw-r--r-- root/root        38 2011-12-21 12:57 ./usr/share/coccinella/resources/keramik.rdb
-rw-r--r-- root/root       449 2011-12-21 12:57 ./usr/share/coccinella/resources/macintosh.rdb
-rw-r--r-- root/root      1351 2011-12-21 12:57 ./usr/share/coccinella/resources/macosx.rdb
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/resources/post/
-rw-r--r-- root/root       518 2011-12-21 12:57 ./usr/share/coccinella/resources/post/README-post
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/resources/pre/
-rw-r--r-- root/root       582 2011-12-21 12:57 ./usr/share/coccinella/resources/pre/README-pre
-rw-r--r-- root/root        38 2011-12-21 12:57 ./usr/share/coccinella/resources/step.rdb
-rw-r--r-- root/root      1502 2011-12-21 12:57 ./usr/share/coccinella/resources/unix.rdb
-rw-r--r-- root/root      1934 2011-12-21 12:57 ./usr/share/coccinella/resources/windows.rdb
-rw-r--r-- root/root        38 2011-12-21 12:57 ./usr/share/coccinella/resources/winxpblue.rdb
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/icons/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/icons/16x16/
-rw-r--r-- root/root       544 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/icons/16x16/user-away.png
-rw-r--r-- root/root       509 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/icons/16x16/user-dnd.png
-rw-r--r-- root/root       503 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/icons/16x16/user-invisible.png
-rw-r--r-- root/root       505 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/icons/16x16/user-offline.png
-rw-r--r-- root/root       547 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/icons/16x16/user-online.png
-rw-r--r-- root/root       544 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/icons/16x16/user-xa.png
-rw-r--r-- root/root        11 2011-12-21 12:57 ./usr/share/coccinella/themes/Aqua/themeInfo
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/
-rw-r--r-- root/root      1727 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/AUTHORS
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/avatars/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/avatars/32x32/
-rw-r--r-- root/root      1356 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/avatars/32x32/defaultBoy.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/avatars/48x48/
-rw-r--r-- root/root      2408 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/avatars/48x48/defaultBoy.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/avatars/64x64/
-rw-r--r-- root/root      3824 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/avatars/64x64/defaultBoy.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/backgrounds/
-rw-r--r-- root/root       697 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/backgrounds/roster-default.png
-rw-r--r-- root/root    111406 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/backgrounds/roster-default.svg
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/
-rw-r--r-- root/root       850 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/bwrect.gif
-rw-r--r-- root/root       130 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/colorSelBW.gif
-rw-r--r-- root/root        79 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/colorSelSwap.gif
-rw-r--r-- root/root       347 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/colorSelector.gif
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/
-rw-r--r-- root/root      2039 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b0.png
-rw-r--r-- root/root      1935 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b0Pressed.png
-rw-r--r-- root/root      1864 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b1.png
-rw-r--r-- root/root      1768 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b1Pressed.png
-rw-r--r-- root/root      2290 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b2.png
-rw-r--r-- root/root      2180 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b2Pressed.png
-rw-r--r-- root/root      2268 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b3.png
-rw-r--r-- root/root      2143 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b3Pressed.png
-rw-r--r-- root/root      2179 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b4.png
-rw-r--r-- root/root      2033 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b4Pressed.png
-rw-r--r-- root/root      2122 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b5.png
-rw-r--r-- root/root      2007 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b5Pressed.png
-rw-r--r-- root/root      2322 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b6.png
-rw-r--r-- root/root      2227 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b6Pressed.png
-rw-r--r-- root/root      2267 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b7.png
-rw-r--r-- root/root      2133 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b7Pressed.png
-rw-r--r-- root/root      2258 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b8.png
-rw-r--r-- root/root      2135 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b8Pressed.png
-rw-r--r-- root/root      2427 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b9.png
-rw-r--r-- root/root      2333 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/b9Pressed.png
-rw-r--r-- root/root      1945 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/backspace.png
-rw-r--r-- root/root      1826 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/backspacePressed.png
-rw-r--r-- root/root      1988 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/bsquare.png
-rw-r--r-- root/root      1912 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/bsquarePressed.png
-rw-r--r-- root/root      2023 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/bstar.png
-rw-r--r-- root/root      1942 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/bstarPressed.png
-rw-r--r-- root/root      1967 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/call.png
-rw-r--r-- root/root      1867 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/callPressed.png
-rw-r--r-- root/root      1967 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/clear.png
-rw-r--r-- root/root      1867 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/clearPressed.png
-rw-r--r-- root/root      5833 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/display.png
-rw-r--r-- root/root      1975 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/hangup.png
-rw-r--r-- root/root      1898 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/hangupPressed.png
-rw-r--r-- root/root       877 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/radio1.png
-rw-r--r-- root/root       751 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/radio1Pressed.png
-rw-r--r-- root/root       766 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/radio2.png
-rw-r--r-- root/root       616 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/radio2Pressed.png
-rw-r--r-- root/root       902 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/radio3.png
-rw-r--r-- root/root       833 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/radio3Pressed.png
-rw-r--r-- root/root      1934 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/transfer.png
-rw-r--r-- root/root      1824 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/phone/transferPressed.png
-rw-r--r-- root/root       208 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/reliefpopupbt.gif
-rw-r--r-- root/root       213 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/reliefpopupbtpush.gif
-rw-r--r-- root/root       260 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/sizegrip.png
-rw-r--r-- root/root      1066 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/elements/xppopupbt.gif
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/128x128/
-rw-r--r-- root/root     18668 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/128x128/coccinella.png
-rw-r--r-- root/root      6436 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/128x128/coccinella2-shadow.png
-rw-r--r-- root/root      5280 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/128x128/coccinella2.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/12x12/
-rw-r--r-- root/root       147 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/12x12/mail-mark-whiteboard.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/
-rw-r--r-- root/root       854 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-doing_chores.png
-rw-r--r-- root/root       684 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-drinking.png
-rw-r--r-- root/root       868 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-eating.png
-rw-r--r-- root/root       912 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-exercising.png
-rw-r--r-- root/root      1013 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-grooming.png
-rw-r--r-- root/root      1012 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-having_appointment.png
-rw-r--r-- root/root       981 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-inactive.png
-rw-r--r-- root/root       839 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-relaxing.png
-rw-r--r-- root/root       836 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-talking.png
-rw-r--r-- root/root      1072 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-traveling.png
-rw-r--r-- root/root       815 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity-working.png
-rw-r--r-- root/root       345 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/activity.png
-rw-r--r-- root/root       842 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/application-exit.png
-rw-r--r-- root/root       503 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/audio-input-microphone.png
-rw-r--r-- root/root       778 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/audio-output-speaker.png
-rw-r--r-- root/root       707 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/bookmark-new.png
-rw-r--r-- root/root       336 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/close-aqua-active.png
-rw-r--r-- root/root       395 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/close-aqua.png
-rw-r--r-- root/root       813 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/close.png
-rw-r--r-- root/root      3692 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/coccinella.png
-rw-r--r-- root/root       848 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/dialog-cancel.png
-rw-r--r-- root/root       803 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/dialog-information.png
-rw-r--r-- root/root       601 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/dialog-ok.png
-rw-r--r-- root/root       282 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/folder-closed.png
-rw-r--r-- root/root       379 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/folder-open.png
-rw-r--r-- root/root       418 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/folder.png
-rw-r--r-- root/root       282 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/group-offline.png
-rw-r--r-- root/root       392 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/group-online.png
-rw-r--r-- root/root      1656 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/group-pending.png
-rw-r--r-- root/root       930 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/group-root-offline.png
-rw-r--r-- root/root      1731 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/group-root-online.png
-rw-r--r-- root/root      1691 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/group-transport.png
-rw-r--r-- root/root       485 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/invite-Dis.png
-rw-r--r-- root/root       963 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/invite.png
-rw-r--r-- root/root       373 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/keypress-return.png
-rw-r--r-- root/root       821 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/list-add-user.png
-rw-r--r-- root/root       567 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mail-mark-read.png
-rw-r--r-- root/root       411 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mail-mark-unread.png
-rw-r--r-- root/root       967 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mail-message-new.png
-rw-r--r-- root/root       900 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-afraid.png
-rw-r--r-- root/root       885 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-amazed.png
-rw-r--r-- root/root       880 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-angry.png
-rw-r--r-- root/root       850 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-annoyed.png
-rw-r--r-- root/root       851 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-anxious.png
-rw-r--r-- root/root       878 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-aroused.png
-rw-r--r-- root/root       846 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-ashamed.png
-rw-r--r-- root/root       865 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-bored.png
-rw-r--r-- root/root       842 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-brave.png
-rw-r--r-- root/root       831 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-calm.png
-rw-r--r-- root/root       935 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-cold.png
-rw-r--r-- root/root       861 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-confused.png
-rw-r--r-- root/root       810 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-contented.png
-rw-r--r-- root/root       844 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-cranky.png
-rw-r--r-- root/root       851 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-curious.png
-rw-r--r-- root/root       916 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-depressed.png
-rw-r--r-- root/root       833 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-disappointed.png
-rw-r--r-- root/root       851 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-disgusted.png
-rw-r--r-- root/root       780 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-distracted.png
-rw-r--r-- root/root       815 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-embarrassed.png
-rw-r--r-- root/root       851 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-excited.png
-rw-r--r-- root/root       813 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-flirtatious.png
-rw-r--r-- root/root       876 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-frustrated.png
-rw-r--r-- root/root       821 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-grumpy.png
-rw-r--r-- root/root       837 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-guilty.png
-rw-r--r-- root/root       801 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-happy.png
-rw-r--r-- root/root       902 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-hot.png
-rw-r--r-- root/root       840 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-humbled.png
-rw-r--r-- root/root       837 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-humiliated.png
-rw-r--r-- root/root       781 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-hungry.png
-rw-r--r-- root/root       866 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-hurt.png
-rw-r--r-- root/root       881 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-impressed.png
-rw-r--r-- root/root       890 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-in_awe.png
-rw-r--r-- root/root       881 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-in_love.png
-rw-r--r-- root/root       835 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-indignant.png
-rw-r--r-- root/root       866 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-interested.png
-rw-r--r-- root/root       954 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-intoxicated.png
-rw-r--r-- root/root       907 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-invincible.png
-rw-r--r-- root/root       847 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-jealous.png
-rw-r--r-- root/root       832 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-lonely.png
-rw-r--r-- root/root       809 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-mean.png
-rw-r--r-- root/root       800 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-moody.png
-rw-r--r-- root/root       867 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-nervous.png
-rw-r--r-- root/root       816 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-neutral.png
-rw-r--r-- root/root       831 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-offended.png
-rw-r--r-- root/root       852 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-playful.png
-rw-r--r-- root/root       829 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-proud.png
-rw-r--r-- root/root       876 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-relieved.png
-rw-r--r-- root/root       860 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-remorseful.png
-rw-r--r-- root/root       902 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-restless.png
-rw-r--r-- root/root       882 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-sad.png
-rw-r--r-- root/root       859 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-sarcastic.png
-rw-r--r-- root/root       843 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-serious.png
-rw-r--r-- root/root       916 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-shocked.png
-rw-r--r-- root/root       868 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-shy.png
-rw-r--r-- root/root       958 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-sick.png
-rw-r--r-- root/root       845 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-sleepy.png
-rw-r--r-- root/root       898 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-stressed.png
-rw-r--r-- root/root       884 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-surprised.png
-rw-r--r-- root/root       889 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-thirsty.png
-rw-r--r-- root/root       901 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood-worried.png
-rw-r--r-- root/root       720 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/mood.png
-rw-r--r-- root/root       762 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/network-connect.png
-rw-r--r-- root/root       538 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/network-disconnect.png
-rw-r--r-- root/root       694 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/notify-message.png
-rw-r--r-- root/root       845 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/notify-typing.png
-rw-r--r-- root/root       446 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-call-Dis.png
-rw-r--r-- root/root       760 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-call.png
-rw-r--r-- root/root       499 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-called.png
-rw-r--r-- root/root       429 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-missed.png
-rw-r--r-- root/root       256 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-online.png
-rw-r--r-- root/root       523 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-received.png
-rw-r--r-- root/root       238 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-ring.png
-rw-r--r-- root/root       306 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-symbol-Dis.png
-rw-r--r-- root/root       303 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-symbol.png
-rw-r--r-- root/root       347 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/phone-talk.png
-rw-r--r-- root/root       874 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/preferences.png
-rw-r--r-- root/root      1595 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-aim.png
-rw-r--r-- root/root       552 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-facebook.png
-rw-r--r-- root/root       796 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-gadugadu.png
-rw-r--r-- root/root      1715 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-icq.png
-rw-r--r-- root/root       757 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-irc.png
-rw-r--r-- root/root       814 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-mrim.png
-rw-r--r-- root/root      2070 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-msn.png
-rw-r--r-- root/root       745 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-myspaceim.png
-rw-r--r-- root/root      1435 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-qq.png
-rw-r--r-- root/root       938 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-sametime.png
-rw-r--r-- root/root      1022 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-sms.png
-rw-r--r-- root/root       434 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-tlen.png
-rw-r--r-- root/root      3639 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-twitter.png
-rw-r--r-- root/root       707 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-xmpp.png
-rw-r--r-- root/root       878 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/protocol-yahoo.png
-rw-r--r-- root/root       682 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/security-high.png
-rw-r--r-- root/root       669 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/security-low.png
-rw-r--r-- root/root       638 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/security-medium.png
-rw-r--r-- root/root       713 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-account.png
-rw-r--r-- root/root       561 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-auth.png
-rw-r--r-- root/root       816 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-automation-translation.png
-rw-r--r-- root/root       824 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-automation.png
-rw-r--r-- root/root       521 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-client-console.png
-rw-r--r-- root/root       638 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-client-handheld.png
-rw-r--r-- root/root       703 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-client-pc.png
-rw-r--r-- root/root       395 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-client-phone.png
-rw-r--r-- root/root       636 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-client.png
-rw-r--r-- root/root       605 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-collaboration-whiteboard.png
-rw-r--r-- root/root       528 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-component-archive.png
-rw-r--r-- root/root      1704 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-component-load.png
-rw-r--r-- root/root       564 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-component-log.png
-rw-r--r-- root/root       495 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-component-stats.png
-rw-r--r-- root/root       800 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-component.png
-rw-r--r-- root/root      2092 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-conference.png
-rw-r--r-- root/root       806 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-directory-user.png
-rw-r--r-- root/root       627 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-directory.png
-rw-r--r-- root/root       358 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-headline-newmail.png
-rw-r--r-- root/root       586 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-headline-rss.png
-rw-r--r-- root/root       783 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-headline-weather.png
-rw-r--r-- root/root       394 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-hierarchy-branch.png
-rw-r--r-- root/root       431 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-hierarchy-leaf.png
-rw-r--r-- root/root       866 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-proxy.png
-rw-r--r-- root/root       827 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-pubsub.png
-rw-r--r-- root/root       867 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-server-im.png
-rw-r--r-- root/root       491 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-server.png
-rw-r--r-- root/root       760 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/service-store.png
-rw-r--r-- root/root       371 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/services-Dis.png
-rw-r--r-- root/root       540 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/services.png
-rw-r--r-- root/root       333 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-away-aim.png
-rw-r--r-- root/root       847 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-away-gadugadu.png
-rw-r--r-- root/root       339 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-away-icq.png
-rw-r--r-- root/root       635 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-away-msn.png
-rw-r--r-- root/root       483 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-away-tlen.png
-rw-r--r-- root/root       633 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-away-yahoo.png
-rw-r--r-- root/root       778 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-away.png
-rw-r--r-- root/root       824 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-chat-icq.png
-rw-r--r-- root/root       883 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-chat-msn.png
-rw-r--r-- root/root       652 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-chat-tlen.png
-rw-r--r-- root/root       801 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-chat.png
-rw-r--r-- root/root       711 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-dnd-aim.png
-rw-r--r-- root/root       742 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-dnd-gadugadu.png
-rw-r--r-- root/root       611 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-dnd-icq.png
-rw-r--r-- root/root       560 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-dnd-msn.png
-rw-r--r-- root/root       588 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-dnd-tlen.png
-rw-r--r-- root/root       588 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-dnd-yahoo.png
-rw-r--r-- root/root       716 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-dnd.png
-rw-r--r-- root/root       740 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-invisible-gadugadu.png
-rw-r--r-- root/root       796 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-invisible-icq.png
-rw-r--r-- root/root       404 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-invisible-msn.png
-rw-r--r-- root/root       404 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-invisible-yahoo.png
-rw-r--r-- root/root       827 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-invisible.png
-rw-r--r-- root/root       621 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-offline-aim.png
-rw-r--r-- root/root       481 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-offline-gadugadu.png
-rw-r--r-- root/root       516 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-offline-icq.png
-rw-r--r-- root/root       796 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-offline-msn.png
-rw-r--r-- root/root       516 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-offline-tlen.png
-rw-r--r-- root/root       559 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-offline-yahoo.png
-rw-r--r-- root/root       489 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-offline.png
-rw-r--r-- root/root       651 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online-aim.png
-rw-r--r-- root/root       796 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online-gadugadu.png
-rw-r--r-- root/root       813 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online-icq.png
-rw-r--r-- root/root       844 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online-msn.png
-rw-r--r-- root/root       411 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online-sms.png
-rw-r--r-- root/root       755 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online-smtp.png
-rw-r--r-- root/root       434 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online-tlen.png
-rw-r--r-- root/root       878 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online-yahoo.png
-rw-r--r-- root/root       757 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-online.png
-rw-r--r-- root/root       337 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-xa-icq.png
-rw-r--r-- root/root       337 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-xa-msn.png
-rw-r--r-- root/root       431 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-xa-tlen.png
-rw-r--r-- root/root       504 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-xa-yahoo.png
-rw-r--r-- root/root       913 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/user-xa.png
-rw-r--r-- root/root       449 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/view-history-Dis.png
-rw-r--r-- root/root       683 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/16x16/view-history.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/
-rw-r--r-- root/root      1258 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/coccinella.png
-rw-r--r-- root/root      1162 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/coccinella2-shadow.png
-rw-r--r-- root/root      1130 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/coccinella2.png
-rw-r--r-- root/root       117 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-arc.gif
-rw-r--r-- root/root       454 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-arrow.png
-rw-r--r-- root/root       797 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-brush.png
-rw-r--r-- root/root      1172 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-del.png
-rw-r--r-- root/root       395 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-line.png
-rw-r--r-- root/root      1155 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-oval.png
-rw-r--r-- root/root       809 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-pen.png
-rw-r--r-- root/root       701 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-point.png
-rw-r--r-- root/root      1303 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-poly.png
-rw-r--r-- root/root       795 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-rect.png
-rw-r--r-- root/root       490 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/draw-text.png
-rw-r--r-- root/root      1445 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/fill-color.png
-rw-r--r-- root/root      1103 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/transform-move.png
-rw-r--r-- root/root       821 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/transform-rotate.png
-rw-r--r-- root/root      1027 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/22x22/vcard.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/
-rw-r--r-- root/root      1004 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/chat-message-new-Dis.png
-rw-r--r-- root/root      1786 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/chat-message-new.png
-rw-r--r-- root/root      2151 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/coccinella.png
-rw-r--r-- root/root      1908 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/coccinella2-shadow.png
-rw-r--r-- root/root      1810 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/coccinella2.png
-rw-r--r-- root/root       761 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/dialog-error-Dis.png
-rw-r--r-- root/root      1527 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/dialog-error.png
-rw-r--r-- root/root       950 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/dialog-information-Dis.png
-rw-r--r-- root/root      1636 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/dialog-information.png
-rw-r--r-- root/root       727 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/document-import-Dis.png
-rw-r--r-- root/root      1244 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/document-import.png
-rw-r--r-- root/root       648 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/document-open-Dis.png
-rw-r--r-- root/root      1088 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/document-open.png
-rw-r--r-- root/root       788 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/document-print-Dis.png
-rw-r--r-- root/root      1255 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/document-print.png
-rw-r--r-- root/root       699 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/document-save-Dis.png
-rw-r--r-- root/root      1263 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/document-save.png
-rw-r--r-- root/root       655 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/go-next-view-Dis.png
-rw-r--r-- root/root      1236 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/go-next-view.png
-rw-r--r-- root/root       638 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/go-previous-view-Dis.png
-rw-r--r-- root/root      1255 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/go-previous-view.png
-rw-r--r-- root/root      1517 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/image-missing.png
-rw-r--r-- root/root       640 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/inbox-Dis.png
-rw-r--r-- root/root       888 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/inbox-unread-Dis.png
-rw-r--r-- root/root      1637 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/inbox-unread.png
-rw-r--r-- root/root       865 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/inbox.png
-rw-r--r-- root/root       977 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/invite-Dis.png
-rw-r--r-- root/root      1810 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/invite.png
-rw-r--r-- root/root       908 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/list-add-user-Dis.png
-rw-r--r-- root/root      1715 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/list-add-user.png
-rw-r--r-- root/root       998 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-attachment-Dis.png
-rw-r--r-- root/root      1022 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-attachment.png
-rw-r--r-- root/root       782 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-forward-Dis.png
-rw-r--r-- root/root      1435 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-forward.png
-rw-r--r-- root/root      1005 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-message-new-Dis.png
-rw-r--r-- root/root      5262 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-message-new.png
-rw-r--r-- root/root       836 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-quote-Dis.png
-rw-r--r-- root/root      1288 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-quote.png
-rw-r--r-- root/root       800 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-reply-sender-Dis.png
-rw-r--r-- root/root      1367 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-reply-sender.png
-rw-r--r-- root/root       850 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-send-Dis.png
-rw-r--r-- root/root      1260 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/mail-send.png
-rw-r--r-- root/root      1205 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/network-connect-Dis.png
-rw-r--r-- root/root      1679 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/network-connect.png
-rw-r--r-- root/root       779 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/network-disconnect-Dis.png
-rw-r--r-- root/root      1276 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/network-disconnect.png
-rw-r--r-- root/root      1056 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/network-server.png
-rw-r--r-- root/root       913 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/phone-call-Dis.png
-rw-r--r-- root/root      1827 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/phone-call.png
-rw-r--r-- root/root      1411 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/preferences-Dis.png
-rw-r--r-- root/root      2171 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/preferences.png
-rw-r--r-- root/root      4124 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-aim.png
-rw-r--r-- root/root      4789 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-facebook.png
-rw-r--r-- root/root      1738 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-gadugadu.png
-rw-r--r-- root/root      5604 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-icq.png
-rw-r--r-- root/root      1422 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-irc.png
-rw-r--r-- root/root      1961 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-mrim.png
-rw-r--r-- root/root      6609 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-msn.png
-rw-r--r-- root/root      4664 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-myspaceim.png
-rw-r--r-- root/root      4141 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-qq.png
-rw-r--r-- root/root      6169 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-sametime.png
-rw-r--r-- root/root      2760 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-sms.png
-rw-r--r-- root/root       667 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-tlen.png
-rw-r--r-- root/root      5317 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-twitter.png
-rw-r--r-- root/root      1511 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-xmpp.png
-rw-r--r-- root/root      2122 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/protocol-yahoo.png
-rw-r--r-- root/root       695 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/services-Dis.png
-rw-r--r-- root/root      1153 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/services.png
-rw-r--r-- root/root      1229 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/tools-wizard-Dis.png
-rw-r--r-- root/root      1912 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/tools-wizard.png
-rw-r--r-- root/root       905 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/user-trash-Dis.png
-rw-r--r-- root/root      1593 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/user-trash.png
-rw-r--r-- root/root      1789 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/vcard.png
-rw-r--r-- root/root       878 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/view-history-Dis.png
-rw-r--r-- root/root      1451 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/view-history.png
-rw-r--r-- root/root       477 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/whiteboard-Dis.png
-rw-r--r-- root/root       860 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/32x32/whiteboard.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/
-rw-r--r-- root/root      6075 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/coccinella.png
-rw-r--r-- root/root      1699 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/dialog-error-Dis.png
-rw-r--r-- root/root      3540 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/dialog-error.png
-rw-r--r-- root/root      2344 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/dialog-information-Dis.png
-rw-r--r-- root/root      4255 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/dialog-information.png
-rw-r--r-- root/root      2614 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/dialog-question-Dis.png
-rw-r--r-- root/root      5381 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/dialog-question.png
-rw-r--r-- root/root      2057 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/dialog-warning-Dis.png
-rw-r--r-- root/root      3422 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/dialog-warning.png
-rw-r--r-- root/root      3601 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/world-map-Dis.png
-rw-r--r-- root/root      8330 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/64x64/world-map.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/others/
-rw-r--r-- root/root     45603 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/others/coccinella.icns
-rw-r--r-- root/root    140447 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/icons/others/coccinella.ico
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/mime/
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/mime/16x16/
-rw-r--r-- root/root       721 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/mime/16x16/video-quicktime.png
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/
-rw-r--r-- root/root      9160 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/alarm.wav
-rw-r--r-- root/root     13794 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/autoanswered.wav
-rw-r--r-- root/root      2446 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/clicked.wav
-rw-r--r-- root/root     13698 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/connected.wav
-rw-r--r-- root/root      8028 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/newchatmsg.wav
-rw-r--r-- root/root      5136 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/newchatthread.wav
-rw-r--r-- root/root     45063 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/newmsg.wav
-rw-r--r-- root/root     55776 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/offline.wav
-rw-r--r-- root/root     93464 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/online.wav
-rw-r--r-- root/root       288 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/soundIndex.tcl
-rw-r--r-- root/root     22270 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/startup.wav
-rw-r--r-- root/root      6684 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/statchange.wav
-rw-r--r-- root/root     12652 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/sounds/userchange.wav
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/splash/
-rw-r--r-- root/root     28014 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/splash/splash-default.png
-rw-r--r-- root/root       177 2011-12-21 12:57 ./usr/share/coccinella/themes/Oxygen/themeInfo
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/
-rw-r--r-- root/root      4751 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/BaseWBCanvas.itcl
-rw-r--r-- root/root     13036 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/CanvasCmd.tcl
-rw-r--r-- root/root     11548 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/CanvasCutCopyPaste.tcl
-rw-r--r-- root/root     89148 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/CanvasDraw.tcl
-rw-r--r-- root/root     26599 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/CanvasFile.tcl
-rw-r--r-- root/root     23338 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/CanvasText.tcl
-rw-r--r-- root/root     72221 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/CanvasUtils.tcl
-rw-r--r-- root/root     21867 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/FilePrefs.tcl
-rw-r--r-- root/root     18531 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/GetFileIface.tcl
-rw-r--r-- root/root     59217 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/Import.tcl
-rw-r--r-- root/root     27026 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/ItemInspector.tcl
-rw-r--r-- root/root      9182 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/Multicast.tcl
-rw-r--r-- root/root     42455 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/Plugins.tcl
-rw-r--r-- root/root      9330 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/PutFileIface.tcl
-rw-r--r-- root/root     12632 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/WBPrefs.tcl
-rw-r--r-- root/root     10174 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/WDialogs.tcl
-rw-r--r-- root/root     97141 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/Whiteboard.tcl
-rw-r--r-- root/root      1717 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/pkgIndex.tcl
-rw-r--r-- root/root       430 2011-12-21 12:57 ./usr/share/coccinella/whiteboard/tclIndex
drwxr-xr-x root/root         0 2011-12-21 12:57 ./usr/share/coccinella/xmpp/
-rw-r--r-- root/root      3476 2011-12-21 12:57 ./usr/share/coccinella/xmpp/tcp.tcl
-rw-r--r-- root/root      1574 2011-12-21 12:57 ./usr/share/coccinella/xmpp/xmlns.tcl
-rw-r--r-- root/root      2698 2011-12-21 12:57 ./usr/share/coccinella/xmpp/xmpp.tcl
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/share/doc/
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/share/doc/coccinella/
-rw-r--r-- root/root      1704 2011-12-21 12:57 ./usr/share/doc/coccinella/FileTransferProtocol.txt
-rw-r--r-- root/root      1072 2011-12-21 12:57 ./usr/share/doc/coccinella/README-command-line
-rw-r--r-- root/root       140 2011-12-21 12:57 ./usr/share/doc/coccinella/README-libraries
-rw-r--r-- root/root      1208 2011-12-21 12:57 ./usr/share/doc/coccinella/README-sounds
-rw-r--r-- root/root      2406 2011-12-21 12:57 ./usr/share/doc/coccinella/README-themes.gz
-rw-r--r-- root/root      5737 2011-12-21 12:57 ./usr/share/doc/coccinella/README-web.html
-rw-r--r-- root/root      3826 2011-12-21 12:57 ./usr/share/doc/coccinella/README-xmpp
-rw-r--r-- root/root      2457 2011-12-21 12:57 ./usr/share/doc/coccinella/README.txt
-rw-r--r-- root/root       850 2018-08-21 16:11 ./usr/share/doc/coccinella/changelog.Debian.gz
-rw-r--r-- root/root      6972 2011-12-21 12:57 ./usr/share/doc/coccinella/changelog.gz
-rw-r--r-- root/root     62621 2018-08-21 16:11 ./usr/share/doc/coccinella/copyright
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/share/man/
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/share/man/man1/
-rw-r--r-- root/root       678 2018-08-21 16:11 ./usr/share/man/man1/coccinella.1.gz
drwxr-xr-x root/root         0 2018-08-21 16:11 ./usr/share/pixmaps/
-rw-r--r-- root/root      6158 2018-08-21 16:11 ./usr/share/pixmaps/coccinella.xpm


lintian
-------


Setup apt archive
-----------------

Merged Build-Depends: lintian
Filtered Build-Depends: lintian
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-lintian-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-lintian-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1200 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1262 B]
Fetched 3077 B in 0s (260 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-EWoWIa/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install lintian build dependencies (apt-based resolver)
-------------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  sbuild-build-depends-lintian-dummy
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 852 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-lintian-dummy 0.invalid.0 [852 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 852 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 22635 files and directories currently installed.)
Preparing to unpack .../sbuild-build-depends-lintian-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Setting up sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Running lintian...
W: coccinella changes: distribution-and-changes-mismatch sid unstable
W: coccinella: national-encoding [usr/share/coccinella/components/IRCActions.tcl]
W: coccinella: national-encoding [usr/share/coccinella/contrib/can2svg.tcl]
W: coccinella: national-encoding [usr/share/coccinella/items/Mathematica2.can]
W: coccinella: spelling-error-in-changelog Standars-Version Standards-version [usr/share/doc/coccinella/changelog.Debian.gz]
W: coccinella: spelling-error-in-changelog optinal optional [usr/share/doc/coccinella/changelog.Debian.gz]

I: Lintian run was successful.

+------------------------------------------------------------------------------+
| Post Build                                                                   |
+------------------------------------------------------------------------------+


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: arm64
Build Type: binary
Build-Space: 26340
Build-Time: 9
Distribution: sid
Host Architecture: arm64
Install-Time: 17
Job: /tmp/debusine-fetch-exec-upload-ltxrke12/coccinella_0.96.20-9.dsc
Lintian: warn
Machine Architecture: arm64
Package: coccinella
Package-Time: 61
Source-Version: 0.96.20-9
Space: 26340
Status: successful
Version: 0.96.20-9
--------------------------------------------------------------------------------
Finished at 2024-11-15T22:20:59Z
Build needed 00:01:01, 26340k disk space

Relations

Relation Direction Type Name
relates-to Source package coccinella_0.96.20-9
relates-to Binary package dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect_1.22.12~1.gbp82cafd_arm64
relates-to Binary package libdpkg-dev_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg-dev_1.22.12~1.gbp82cafd_all
relates-to Binary package libdpkg-perl_1.22.12~1.gbp82cafd_all
relates-to Binary package coccinella_0.96.20-9_all
relates-to Binary packages coccinella_0.96.20-9

build log System build a package - 2 months, 1 week ago 1 month, 1 week
BETA