Artifact epic4-help_2.0+20050315-3.1_arm64-2024-11-16T02:26:16Z

Metadata
bd_uninstallable: null
filename: epic4-help_2.0+20050315-3.1_arm64-2024-11-16T02:26:16Z.build
source: epic4-help
version: 1:2.0+20050315-3.1

File

epic4-help_2.0+20050315-3.1_arm64-2024-11-16T02:26:16Z.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
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-07.freexian.com

+==============================================================================+
| epic4-help 1:2.0+20050315-3.1 (arm64)        Sat, 16 Nov 2024 02:26:16 +0000 |
+==============================================================================+

Package: epic4-help
Version: 1:2.0+20050315-3.1
Source Version: 1:2.0+20050315-3.1
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.5ZZe3d0jv4...
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-z85dotee/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-z85dotee/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-z85dotee/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-z85dotee/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-z85dotee/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-z85dotee/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-z85dotee/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/epic4-help-DufzfS/resolver-nDYn92' with '<<RESOLVERDIR>>'

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

Get:1 file:/build/epic4-help-DufzfS/resolver-v4bgSs/apt_archive ./ InRelease
Ign:1 file:/build/epic4-help-DufzfS/resolver-v4bgSs/apt_archive ./ InRelease
Get:2 file:/build/epic4-help-DufzfS/resolver-v4bgSs/apt_archive ./ Release [606 B]
Get:3 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 file:/build/epic4-help-DufzfS/resolver-v4bgSs/apt_archive ./ Release [606 B]
Get:4 file:/build/epic4-help-DufzfS/resolver-v4bgSs/apt_archive ./ Release.gpg
Ign:4 file:/build/epic4-help-DufzfS/resolver-v4bgSs/apt_archive ./ Release.gpg
Get:5 file:/build/epic4-help-DufzfS/resolver-v4bgSs/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 (6196 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/epic4-help-DufzfS/resolver-v4bgSs/apt_archive ./ dpkg 1.22.12~1.gbp82cafd [1513 kB]
Get:3 file:/build/epic4-help-DufzfS/resolver-v4bgSs/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/epic4-help-DufzfS/resolver-v4bgSs/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 (54.6 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-z85dotee/epic4-help_2.0+20050315-3.1.dsc exists in /tmp/debusine-fetch-exec-upload-z85dotee; copying to chroot
I: NOTICE: Log filtering will replace 'build/epic4-help-DufzfS/epic4-help-2.0+20050315' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/epic4-help-DufzfS' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper (>= 9), build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 9), 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 [610 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [642 B]
Fetched 1861 B in 0s (163 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-v4bgSs/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 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
  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
Recommended packages:
  manpages manpages-dev libarchive-cpio-perl libltdl-dev libmail-sendmail-perl
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 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
  rpcsvc-proto sbuild-build-depends-main-dummy
0 upgraded, 47 newly installed, 0 to remove and 0 not upgraded.
Need to get 61.0 MB of archives.
After this operation, 238 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [876 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 libfakeroot arm64 1.36-1 [29.1 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 61.0 MB in 1s (96.6 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 libfakeroot:arm64.
Preparing to unpack .../44-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../45-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../46-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 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 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 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 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: SHA512

Format: 3.0 (quilt)
Source: epic4-help
Binary: epic4-help
Architecture: all
Version: 1:2.0+20050315-3.1
Maintainer: Kurt Roeckx <kurt@roeckx.be>
Standards-Version: 3.7.1.2
Build-Depends: debhelper (>= 9)
Package-List:
 epic4-help deb net optional arch=all
Checksums-Sha1:
 0651d4960b017987a726b4f5fc8ed5e5b130d4a2 332502 epic4-help_2.0+20050315.orig.tar.gz
 5429e416214e15a80ae3340350ec9fc22f329550 3512 epic4-help_2.0+20050315-3.1.debian.tar.xz
Checksums-Sha256:
 714afd07348731e6ac82e1f6548acc12e84539b3106ab27fa5d00ed5696256f7 332502 epic4-help_2.0+20050315.orig.tar.gz
 ada13a1e94c76a0a057d2ca47e4afa4b82b998058e2ce4b425f18c55dfee3f04 3512 epic4-help_2.0+20050315-3.1.debian.tar.xz
Files:
 9888d1af465ca72bf9a02487264071a5 332502 epic4-help_2.0+20050315.orig.tar.gz
 eb48c165a1ec3fe4d5c29d8c859029eb 3512 epic4-help_2.0+20050315-3.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEuL9UE3sJ01zwJv6dCRq4VgaaqhwFAmKIAd0ACgkQCRq4Vgaa
qhwwYRAAgBZuH/ak5q7MCtLfB8dyGT/GSmDwuz04q9jksyN03DsWSUcOyhjadi19
fcnuVpdIoyOcP/bWE0iX9cyznD4ZmgSqohMz/ZRhMRhMjl9ovLJ4o7ll4ycRzIld
gUF5jD5VK8F0TYm7RTMy7mYkfaz8jQ8yjM/GusQGP1LksfrfNXbAa5iIyazV/WK3
WrNakCDyq6TqCGctItU9R1Ml+poTFhuAzgYRMykUQ9XVCw/t0XMOOx34afp3I6E2
Tat+ShgkFatB+sDBNGfrWfhkd6JHeA4U2VB2FbBC3AHeH0WJb48o3QZUVB7mWvpk
59fFoT+g79vFM7OGZaYjGi5Cg53qsBWlaIfp30/NyUo29Ak1AFZOgUHxApUBYR+0
rKaiKqwz/u08oCTNPyvtyY7vz+1oUkjKnX8qDvJBROYGKDBrTg+vxVt0biPb17w4
eDha6oj6NwpAI7/fFjEABmyGknOOqz1Qv5mh81Pc/QUAgBnNJiKXiLh6Il771MQV
EhTJzpysZr578G8RV/HOz5aqbUDURhfucWWEkCWXBgKR52IsVT7vKR6ENfAhxhiB
CwSg4scICQ1TtJZ64iV9/Gya5XADaNbKaEmanV1m2uVXMMJ86lfWj4GrWmHQsVYb
Q1Orihph8UrYoCbYjw1CnYia73+dQeHSLa44PFTmF7NQdANJ3hE=
=OELi
-----END PGP SIGNATURE-----

gpgv: Signature made Fri May 20 21:02:21 2022 UTC
gpgv:                using RSA key B8BF54137B09D35CF026FE9D091AB856069AAA1C
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./epic4-help_2.0+20050315-3.1.dsc: no acceptable signature found
dpkg-source: info: extracting epic4-help in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking epic4-help_2.0+20050315.orig.tar.gz
dpkg-source: info: unpacking epic4-help_2.0+20050315-3.1.debian.tar.xz

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 epic4-help
dpkg-buildpackage: info: source version 1:2.0+20050315-3.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Holger Levsen <holger@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh_testdir
rm -f build
rm -rf debian/epic4-help debian/files* core debian/substvars
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
 debian/rules binary
dh_testdir
dh_testroot
dh_installdirs
dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_install -XCVS [1-8]* README_FIRST /usr/share/epic4/help
dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_link
dh_link: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installdocs
dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installchangelogs
dh_installchangelogs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_compress
dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_fixperms
dh_gencontrol
dh_gencontrol: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installdeb
dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_md5sums
dh_builddeb
dpkg-deb: building package 'epic4-help' in '../epic4-help_2.0+20050315-3.1_all.deb'.
 dpkg-genbuildinfo --build=binary -O../epic4-help_2.0+20050315-3.1_arm64.buildinfo
 dpkg-genchanges --build=binary -O../epic4-help_2.0+20050315-3.1_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-16T02:27:17Z

Finished
--------

I: Built successfully

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


epic4-help_2.0+20050315-3.1_arm64.changes:
------------------------------------------

Format: 1.8
Date: Fri, 20 May 2022 23:00:28 +0200
Source: epic4-help
Binary: epic4-help
Architecture: all
Version: 1:2.0+20050315-3.1
Distribution: sid
Urgency: medium
Maintainer: Kurt Roeckx <kurt@roeckx.be>
Changed-By: Holger Levsen <holger@debian.org>
Description:
 epic4-help - help files for epic4 IRC client
Changes:
 epic4-help (1:2.0+20050315-3.1) unstable; urgency=medium
 .
   * Non maintainer upload by the Reproducible Builds team.
   * No source change upload to rebuild on buildd with .buildinfo files.
Checksums-Sha1:
 a65efbe06dd0acc3647ed8bf013bc5aa0363c9ca 266288 epic4-help_2.0+20050315-3.1_all.deb
 adea8d352a62201b5a69533327c5090cf0047e37 4630 epic4-help_2.0+20050315-3.1_arm64.buildinfo
Checksums-Sha256:
 c0869fa29d15956701392d083cfbcec31c14f0cc04858b8661cb514ac992a801 266288 epic4-help_2.0+20050315-3.1_all.deb
 75b95e0acacc4ac807ef73b2b97d55ddc75fc92112722f9e1a3d5cfd2b84927f 4630 epic4-help_2.0+20050315-3.1_arm64.buildinfo
Files:
 a6dfcf7c69426fb3ca7a7703d67f97de 266288 net optional epic4-help_2.0+20050315-3.1_all.deb
 71ef107de22b99d2dc44ecd9ff0f4ca5 4630 net optional epic4-help_2.0+20050315-3.1_arm64.buildinfo

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

Format: 1.0
Source: epic4-help
Binary: epic4-help
Architecture: all
Version: 1:2.0+20050315-3.1
Checksums-Md5:
 a6dfcf7c69426fb3ca7a7703d67f97de 266288 epic4-help_2.0+20050315-3.1_all.deb
Checksums-Sha1:
 a65efbe06dd0acc3647ed8bf013bc5aa0363c9ca 266288 epic4-help_2.0+20050315-3.1_all.deb
Checksums-Sha256:
 c0869fa29d15956701392d083cfbcec31c14f0cc04858b8661cb514ac992a801 266288 epic4-help_2.0+20050315-3.1_all.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Sat, 16 Nov 2024 02:27:17 +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),
 diffutils (= 1:3.10-1+b1),
 dpkg (= 1.22.12~1.gbp82cafd),
 dpkg-dev (= 1.22.12~1.gbp82cafd),
 dwz (= 0.15-1+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),
 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=8"
 LANG="en_US.UTF-8"
 LC_ALL="C.UTF-8"
 SOURCE_DATE_EPOCH="1653080428"


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


epic4-help_2.0+20050315-3.1_all.deb
-----------------------------------

 new Debian package, version 2.0.
 size 266288 bytes: control archive=22436 bytes.
     353 bytes,    12 lines      control
   76461 bytes,   999 lines      md5sums
 Package: epic4-help
 Version: 1:2.0+20050315-3.1
 Architecture: all
 Maintainer: Kurt Roeckx <kurt@roeckx.be>
 Installed-Size: 1435
 Suggests: epic4 (>= 1:1.2.8)
 Conflicts: epic4 (<= 1:1.0.2)
 Section: net
 Priority: optional
 Description: help files for epic4 IRC client
  Documentation for the epic4 irc client. Used from within epic4 with the
  /help command.

drwxr-xr-x root/root         0 2022-05-20 21:00 ./
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/doc/epic4-help/
-rw-r--r-- root/root       677 2022-05-20 21:00 ./usr/share/doc/epic4-help/changelog.Debian.gz
-rw-r--r-- root/root      2201 2008-10-31 18:47 ./usr/share/doc/epic4-help/copyright
lrwxrwxrwx root/root         0 2022-05-20 21:00 ./usr/share/doc/epic4-help/help -> ../../epic4/help
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/1_General/
-rw-r--r-- root/root       628 2001-07-20 18:24 ./usr/share/epic4/help/1_General/1_General
-rw-r--r-- root/root      2442 2003-12-08 05:31 ./usr/share/epic4/help/1_General/away
-rw-r--r-- root/root       412 2001-07-20 18:24 ./usr/share/epic4/help/1_General/bye
-rw-r--r-- root/root      5026 2001-12-02 13:32 ./usr/share/epic4/help/1_General/channel
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/1_General/ctcp/
-rw-r--r-- root/root       386 2001-07-20 18:24 ./usr/share/epic4/help/1_General/ctcp/action
-rw-r--r-- root/root       858 2003-11-06 21:24 ./usr/share/epic4/help/1_General/ctcp/clientinfo
-rw-r--r-- root/root      2523 2001-12-02 13:32 ./usr/share/epic4/help/1_General/ctcp/ctcp
-rw-r--r-- root/root       403 2001-07-20 18:24 ./usr/share/epic4/help/1_General/ctcp/echo
-rw-r--r-- root/root       525 2001-07-20 18:24 ./usr/share/epic4/help/1_General/ctcp/finger
-rw-r--r-- root/root       297 2001-07-20 18:24 ./usr/share/epic4/help/1_General/ctcp/ping
-rw-r--r-- root/root       357 2001-07-20 18:24 ./usr/share/epic4/help/1_General/ctcp/time
-rw-r--r-- root/root       368 2001-07-20 18:24 ./usr/share/epic4/help/1_General/ctcp/userinfo
-rw-r--r-- root/root       986 2001-12-02 13:32 ./usr/share/epic4/help/1_General/ctcp/utc
-rw-r--r-- root/root       732 2001-07-20 18:24 ./usr/share/epic4/help/1_General/ctcp/version
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/1_General/dcc/
-rw-r--r-- root/root      2238 2003-11-06 21:24 ./usr/share/epic4/help/1_General/dcc/chat
-rw-r--r-- root/root      2594 2003-08-26 19:22 ./usr/share/epic4/help/1_General/dcc/close
-rw-r--r-- root/root       354 2001-12-02 13:32 ./usr/share/epic4/help/1_General/dcc/closeall
-rw-r--r-- root/root      1407 2001-07-20 18:24 ./usr/share/epic4/help/1_General/dcc/dcc
-rw-r--r-- root/root      2195 2003-01-08 18:49 ./usr/share/epic4/help/1_General/dcc/get
-rw-r--r-- root/root       912 2002-08-14 16:51 ./usr/share/epic4/help/1_General/dcc/list
-rw-r--r-- root/root       946 2001-07-20 18:24 ./usr/share/epic4/help/1_General/dcc/raw
-rw-r--r-- root/root       964 2002-02-13 21:42 ./usr/share/epic4/help/1_General/dcc/rename
-rw-r--r-- root/root      2030 2003-08-26 19:22 ./usr/share/epic4/help/1_General/dcc/resume
-rw-r--r-- root/root      1204 2003-11-06 21:24 ./usr/share/epic4/help/1_General/dcc/send
-rw-r--r-- root/root      1265 2001-12-02 13:32 ./usr/share/epic4/help/1_General/describe
-rw-r--r-- root/root       590 2001-07-20 18:24 ./usr/share/epic4/help/1_General/disconnect
-rw-r--r-- root/root      2000 2001-07-20 18:24 ./usr/share/epic4/help/1_General/help
-rw-r--r-- root/root      4008 2004-06-17 00:03 ./usr/share/epic4/help/1_General/ignore
-rw-r--r-- root/root       656 2001-07-20 18:24 ./usr/share/epic4/help/1_General/invite
-rw-r--r-- root/root      1985 2001-12-02 13:32 ./usr/share/epic4/help/1_General/join
-rw-r--r-- root/root      1643 2001-07-20 18:24 ./usr/share/epic4/help/1_General/kick
-rw-r--r-- root/root      2586 2003-12-08 06:13 ./usr/share/epic4/help/1_General/lastlog
-rw-r--r-- root/root       638 2005-03-09 22:59 ./usr/share/epic4/help/1_General/license
-rw-r--r-- root/root      1147 2001-07-20 18:24 ./usr/share/epic4/help/1_General/me
-rw-r--r-- root/root     26056 2003-01-08 18:49 ./usr/share/epic4/help/1_General/mode
-rw-r--r-- root/root      3119 2001-12-02 13:32 ./usr/share/epic4/help/1_General/msg
-rw-r--r-- root/root      1779 2001-07-20 18:24 ./usr/share/epic4/help/1_General/nick
-rw-r--r-- root/root      1032 2001-07-20 18:24 ./usr/share/epic4/help/1_General/notice
-rw-r--r-- root/root      2001 2001-07-20 18:24 ./usr/share/epic4/help/1_General/notify
-rw-r--r-- root/root      1341 2002-07-27 02:25 ./usr/share/epic4/help/1_General/part
-rw-r--r-- root/root      1654 2001-12-02 13:32 ./usr/share/epic4/help/1_General/ping
-rw-r--r-- root/root       525 2001-07-20 18:24 ./usr/share/epic4/help/1_General/query
-rw-r--r-- root/root       757 2001-07-20 18:24 ./usr/share/epic4/help/1_General/quit
-rw-r--r-- root/root      1360 2001-07-20 18:24 ./usr/share/epic4/help/1_General/reconnect
-rw-r--r-- root/root      1048 2001-07-20 18:24 ./usr/share/epic4/help/1_General/say
-rw-r--r-- root/root      7242 2004-06-17 00:03 ./usr/share/epic4/help/1_General/server
-rw-r--r-- root/root      2332 2001-12-02 13:32 ./usr/share/epic4/help/1_General/silence
-rw-r--r-- root/root      1970 2001-07-20 18:24 ./usr/share/epic4/help/1_General/topic
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/2_Queries/
-rw-r--r-- root/root      1200 2001-12-02 13:32 ./usr/share/epic4/help/2_Queries/2_Queries
-rw-r--r-- root/root       851 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/admin
-rw-r--r-- root/root       816 2002-02-13 22:09 ./usr/share/epic4/help/2_Queries/flush
-rw-r--r-- root/root       541 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/info
-rw-r--r-- root/root       680 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/ison
-rw-r--r-- root/root       471 2005-03-09 22:59 ./usr/share/epic4/help/2_Queries/knock
-rw-r--r-- root/root      2496 2001-12-02 13:32 ./usr/share/epic4/help/2_Queries/links
-rw-r--r-- root/root      2647 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/list
-rw-r--r-- root/root       771 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/lusers
-rw-r--r-- root/root       373 2001-12-02 13:32 ./usr/share/epic4/help/2_Queries/map
-rw-r--r-- root/root       796 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/motd
-rw-r--r-- root/root      1745 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/names
-rw-r--r-- root/root       660 2005-03-09 22:59 ./usr/share/epic4/help/2_Queries/servlist
-rw-r--r-- root/root       332 2005-03-09 22:59 ./usr/share/epic4/help/2_Queries/squery
-rw-r--r-- root/root      3183 2001-12-02 13:32 ./usr/share/epic4/help/2_Queries/stats
-rw-r--r-- root/root       622 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/time
-rw-r--r-- root/root      1410 2001-12-02 13:32 ./usr/share/epic4/help/2_Queries/trace
-rw-r--r-- root/root      2986 2001-12-02 13:32 ./usr/share/epic4/help/2_Queries/userhost
-rw-r--r-- root/root       771 2004-07-06 16:12 ./usr/share/epic4/help/2_Queries/userip
-rw-r--r-- root/root       712 2004-07-06 16:12 ./usr/share/epic4/help/2_Queries/usrip
-rw-r--r-- root/root       445 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/version
-rw-r--r-- root/root       584 2005-03-09 22:59 ./usr/share/epic4/help/2_Queries/wallchops
-rw-r--r-- root/root      3139 2004-03-08 22:24 ./usr/share/epic4/help/2_Queries/who
-rw-r--r-- root/root      2302 2002-08-14 16:51 ./usr/share/epic4/help/2_Queries/whois
-rw-r--r-- root/root       832 2001-07-20 18:24 ./usr/share/epic4/help/2_Queries/whowas
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/3_Operators/
-rw-r--r-- root/root      1326 2003-01-08 18:49 ./usr/share/epic4/help/3_Operators/3_Operators
-rw-r--r-- root/root       937 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/connect
-rw-r--r-- root/root       360 2001-02-19 20:06 ./usr/share/epic4/help/3_Operators/deop
-rw-r--r-- root/root       404 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/die
-rw-r--r-- root/root       495 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/hash
-rw-r--r-- root/root       770 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/kill
-rw-r--r-- root/root       912 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/oper
-rw-r--r-- root/root      1072 2003-11-06 21:24 ./usr/share/epic4/help/3_Operators/rehash
-rw-r--r-- root/root       401 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/restart
-rw-r--r-- root/root       470 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/rping
-rw-r--r-- root/root      1018 2001-12-02 13:32 ./usr/share/epic4/help/3_Operators/squit
-rw-r--r-- root/root       441 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/uping
-rw-r--r-- root/root       621 2000-09-12 19:32 ./usr/share/epic4/help/3_Operators/wallops
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/4_Misc/
-rw-r--r-- root/root       258 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/4_Misc
-rw-r--r-- root/root       666 2001-12-02 13:32 ./usr/share/epic4/help/4_Misc/abort
-rw-r--r-- root/root       386 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/beep
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/4_Misc/bind/
-rw-r--r-- root/root       507 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/bind/altcharset
-rw-r--r-- root/root       334 2001-04-25 19:59 ./usr/share/epic4/help/4_Misc/bind/backspace
-rw-r--r-- root/root       460 2001-04-25 19:59 ./usr/share/epic4/help/4_Misc/bind/backward_character
-rw-r--r-- root/root      1387 2001-04-25 19:59 ./usr/share/epic4/help/4_Misc/bind/backward_history
-rw-r--r-- root/root       547 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/backward_word
-rw-r--r-- root/root       438 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/beginning_of_line
-rw-r--r-- root/root      3260 2004-03-08 22:24 ./usr/share/epic4/help/4_Misc/bind/bind
-rw-r--r-- root/root       513 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/blink
-rw-r--r-- root/root       512 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/bold
-rw-r--r-- root/root       553 2004-03-08 22:24 ./usr/share/epic4/help/4_Misc/bind/clear_screen
-rw-r--r-- root/root       601 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/bind/command_completion
-rw-r--r-- root/root       964 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/bind/cpu_saver
-rw-r--r-- root/root       307 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/delete_character
-rw-r--r-- root/root       462 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/delete_next_word
-rw-r--r-- root/root       526 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/delete_previous_word
-rw-r--r-- root/root       464 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/delete_to_previous_space
-rw-r--r-- root/root       350 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/end_of_line
-rw-r--r-- root/root       307 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/erase_line
-rw-r--r-- root/root       307 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/erase_to_beg_of_line
-rw-r--r-- root/root       297 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/erase_to_end_of_line
-rw-r--r-- root/root       312 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/forward_character
-rw-r--r-- root/root       475 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/forward_history
-rw-r--r-- root/root       260 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/forward_word
-rw-r--r-- root/root       314 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/highlight_off
-rw-r--r-- root/root       504 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/next_window
-rw-r--r-- root/root       196 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/nothing
-rw-r--r-- root/root       447 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/parse_command
-rw-r--r-- root/root       524 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/previous_window
-rw-r--r-- root/root       340 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/quit_irc
-rw-r--r-- root/root       292 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/quote_character
-rw-r--r-- root/root       760 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/refresh_inputline
-rw-r--r-- root/root       403 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/refresh_screen
-rw-r--r-- root/root       486 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/bind/refresh_status
-rw-r--r-- root/root       528 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/reverse
-rw-r--r-- root/root       966 2004-03-08 22:24 ./usr/share/epic4/help/4_Misc/bind/scroll_backward
-rw-r--r-- root/root       307 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/scroll_end
-rw-r--r-- root/root       769 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/scroll_forward
-rw-r--r-- root/root       585 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/scroll_start
-rw-r--r-- root/root       526 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/self_insert
-rw-r--r-- root/root       357 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/send_line
-rw-r--r-- root/root       455 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/shove_to_history
-rw-r--r-- root/root       666 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/stop_irc
-rw-r--r-- root/root       375 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/swap_last_window
-rw-r--r-- root/root       297 2004-03-08 22:24 ./usr/share/epic4/help/4_Misc/bind/swap_next_window
-rw-r--r-- root/root       313 2004-03-08 22:24 ./usr/share/epic4/help/4_Misc/bind/swap_previous_window
-rw-r--r-- root/root       387 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/switch_channels
-rw-r--r-- root/root       365 2005-03-08 06:12 ./usr/share/epic4/help/4_Misc/bind/switch_query
-rw-r--r-- root/root       603 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/toggle_insert_mode
-rw-r--r-- root/root       315 2004-03-08 22:24 ./usr/share/epic4/help/4_Misc/bind/toggle_stop_screen
-rw-r--r-- root/root       348 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/transpose_characters
-rw-r--r-- root/root       388 2004-03-08 22:24 ./usr/share/epic4/help/4_Misc/bind/type_text
-rw-r--r-- root/root       252 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/unclear_screen
-rw-r--r-- root/root       534 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/underline
-rw-r--r-- root/root       349 2004-03-08 22:24 ./usr/share/epic4/help/4_Misc/bind/unstop_all_windows
-rw-r--r-- root/root       473 2000-09-18 22:21 ./usr/share/epic4/help/4_Misc/bind/yank_from_cutbuffer
-rw-r--r-- root/root       549 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/cd
-rw-r--r-- root/root       669 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/clear
-rw-r--r-- root/root      2854 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/encrypt
-rw-r--r-- root/root      1224 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/history
-rw-r--r-- root/root      2031 2002-08-20 18:16 ./usr/share/epic4/help/4_Misc/hostname
-rw-r--r-- root/root      4322 2001-12-02 13:32 ./usr/share/epic4/help/4_Misc/ircuser
-rw-r--r-- root/root      1852 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/mesg
-rw-r--r-- root/root       649 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/note
-rw-r--r-- root/root       345 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/rbind
-rw-r--r-- root/root       795 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/realname
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/4_Misc/set/
-rw-r--r-- root/root       642 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/allow_c1_chars
-rw-r--r-- root/root       727 2001-10-30 18:57 ./usr/share/epic4/help/4_Misc/set/alt_charset
-rw-r--r-- root/root       793 2001-10-30 18:57 ./usr/share/epic4/help/4_Misc/set/always_split_biggest
-rw-r--r-- root/root      1082 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/auto_new_nick
-rw-r--r-- root/root      1484 2001-10-30 18:57 ./usr/share/epic4/help/4_Misc/set/auto_reconnect
-rw-r--r-- root/root       467 2001-10-30 18:57 ./usr/share/epic4/help/4_Misc/set/auto_reconnect_delay
-rw-r--r-- root/root       682 2001-10-30 18:57 ./usr/share/epic4/help/4_Misc/set/auto_rejoin
-rw-r--r-- root/root       581 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/auto_rejoin_connect
-rw-r--r-- root/root       396 2001-10-30 18:57 ./usr/share/epic4/help/4_Misc/set/auto_rejoin_delay
-rw-r--r-- root/root       874 2001-10-30 18:57 ./usr/share/epic4/help/4_Misc/set/auto_unmark_away
-rw-r--r-- root/root       577 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/auto_whowas
-rw-r--r-- root/root       409 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/bad_style
-rw-r--r-- root/root       178 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/banner
-rw-r--r-- root/root       403 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/banner_expand
-rw-r--r-- root/root       475 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/beep
-rw-r--r-- root/root       365 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/beep_max
-rw-r--r-- root/root       507 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/beep_on_msg
-rw-r--r-- root/root       353 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/beep_when_away
-rw-r--r-- root/root       544 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/blink_video
-rw-r--r-- root/root       536 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/bold_video
-rw-r--r-- root/root       406 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/channel_name_width
-rw-r--r-- root/root       199 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/client_information
-rw-r--r-- root/root       529 2003-11-25 15:53 ./usr/share/epic4/help/4_Misc/set/clock
-rw-r--r-- root/root       424 2002-07-02 01:17 ./usr/share/epic4/help/4_Misc/set/clock_24hour
-rw-r--r-- root/root       258 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/clock_format
-rw-r--r-- root/root       857 2003-09-02 20:34 ./usr/share/epic4/help/4_Misc/set/clock_interval
-rw-r--r-- root/root       290 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/cmdchars
-rw-r--r-- root/root       370 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/color
-rw-r--r-- root/root       838 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/command_mode
-rw-r--r-- root/root       638 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/comment_hack
-rw-r--r-- root/root       257 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/connect_timeout
-rw-r--r-- root/root       391 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/continued_line
-rw-r--r-- root/root       384 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/cpu_saver_after
-rw-r--r-- root/root       519 2000-09-29 20:38 ./usr/share/epic4/help/4_Misc/set/cpu_saver_every
-rw-r--r-- root/root       510 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/current_window_level
-rw-r--r-- root/root       570 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/dcc_auto_send_rejects
-rw-r--r-- root/root       656 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/dcc_dequote_filenames
-rw-r--r-- root/root       430 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/dcc_long_pathnames
-rw-r--r-- root/root      1158 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/dcc_sliding_window
-rw-r--r-- root/root       403 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/dcc_store_path
-rw-r--r-- root/root       250 2000-09-18 22:03 ./usr/share/epic4/help/4_Misc/set/dcc_timeout
-rw-r--r-- root/root       532 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/dcc_use_gateway_addr
-rw-r--r-- root/root      1033 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/debug
-rw-r--r-- root/root       197 2000-09-18 22:03 ./usr/share/epic4/help/4_Misc/set/dispatch_unknown_commands
-rw-r--r-- root/root       609 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/display
-rw-r--r-- root/root      1110 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/set/display_ansi
-rw-r--r-- root/root      2288 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/display_pc_characters
-rw-r--r-- root/root       475 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/do_notify_immediately
-rw-r--r-- root/root       562 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/eight_bit_characters
-rw-r--r-- root/root       344 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/floating_point_math
-rw-r--r-- root/root       462 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/floating_point_precision
-rw-r--r-- root/root       349 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/flood_after
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/4_Misc/set/flood_ignore
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/4_Misc/set/flood_maskuser
-rw-r--r-- root/root       585 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/flood_rate
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/4_Misc/set/flood_rate_per
-rw-r--r-- root/root       370 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/flood_users
-rw-r--r-- root/root       424 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/flood_warning
-rw-r--r-- root/root       287 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/full_status_line
-rw-r--r-- root/root       466 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/help_pager
-rw-r--r-- root/root       408 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/help_path
-rw-r--r-- root/root       256 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/help_prompt
-rw-r--r-- root/root       644 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/help_window
-rw-r--r-- root/root       273 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/hide_private_channels
-rw-r--r-- root/root      1468 2002-04-10 03:51 ./usr/share/epic4/help/4_Misc/set/high_bit_escape
-rw-r--r-- root/root       586 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/highlight_char
-rw-r--r-- root/root      1180 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/history
-rw-r--r-- root/root      1370 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/set/history_circleq
-rw-r--r-- root/root       412 2002-07-02 01:17 ./usr/share/epic4/help/4_Misc/set/hold_interval
-rw-r--r-- root/root       876 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/hold_mode
-rw-r--r-- root/root       427 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/hold_slider
-rw-r--r-- root/root       739 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/indent
-rw-r--r-- root/root      1413 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/input_aliases
-rw-r--r-- root/root       676 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/input_prompt
-rw-r--r-- root/root       345 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/insert_mode
-rw-r--r-- root/root       474 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/inverse_video
-rw-r--r-- root/root      1778 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/key_interval
-rw-r--r-- root/root       234 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/lastlog
-rw-r--r-- root/root      1607 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/lastlog_level
-rw-r--r-- root/root       924 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/load_path
-rw-r--r-- root/root       550 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/log
-rw-r--r-- root/root      1185 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/log_rewrite
-rw-r--r-- root/root       290 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/logfile
-rw-r--r-- root/root       864 2004-01-29 02:14 ./usr/share/epic4/help/4_Misc/set/mail
-rw-r--r-- root/root       828 2003-09-02 20:34 ./usr/share/epic4/help/4_Misc/set/mail_interval
-rw-r--r-- root/root      2026 2002-07-02 01:17 ./usr/share/epic4/help/4_Misc/set/mangle_inbound
-rw-r--r-- root/root      2026 2002-07-02 01:17 ./usr/share/epic4/help/4_Misc/set/mangle_logfiles
-rw-r--r-- root/root      2026 2002-07-02 01:17 ./usr/share/epic4/help/4_Misc/set/mangle_outbound
-rw-r--r-- root/root       320 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/max_reconnects
-rw-r--r-- root/root       456 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/set/meta_states
-rw-r--r-- root/root      1012 2005-03-09 22:59 ./usr/share/epic4/help/4_Misc/set/metric_time
-rw-r--r-- root/root       206 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/mirc_broken_dcc_resume
-rw-r--r-- root/root       435 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/mode_stripper
-rw-r--r-- root/root       188 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/nd_space_max
-rw-r--r-- root/root      1957 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/set/new_server_lastlog_level
-rw-r--r-- root/root       290 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/no_control_log
-rw-r--r-- root/root       459 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/no_ctcp_flood
-rw-r--r-- root/root       542 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/no_fail_disconnect
-rw-r--r-- root/root       887 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/notify_handler
-rw-r--r-- root/root       366 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/notify_interval
-rw-r--r-- root/root       317 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/notify_level
-rw-r--r-- root/root       336 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/notify_on_termination
-rw-r--r-- root/root       448 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/notify_userhost_automatic
-rw-r--r-- root/root       300 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/num_of_whowas
-rw-r--r-- root/root      1014 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/old_server_lastlog_level
-rw-r--r-- root/root      1795 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/output_rewrite
-rw-r--r-- root/root       451 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/pad_char
-rw-r--r-- root/root       276 2003-01-08 18:49 ./usr/share/epic4/help/4_Misc/set/quit_message
-rw-r--r-- root/root       266 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/random_local_ports
-rw-r--r-- root/root       798 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/random_source
-rw-r--r-- root/root       810 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/realname
-rw-r--r-- root/root      1344 2001-12-14 21:10 ./usr/share/epic4/help/4_Misc/set/reverse_status_line
-rw-r--r-- root/root       346 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/screen_options
-rw-r--r-- root/root       858 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/scroll
-rw-r--r-- root/root       518 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/scroll_lines
-rw-r--r-- root/root       234 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/scrollback
-rw-r--r-- root/root       387 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/scrollback_ratio
-rw-r--r-- root/root       942 2001-12-02 13:32 ./usr/share/epic4/help/4_Misc/set/security
-rw-r--r-- root/root       709 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/set
-rw-r--r-- root/root       430 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/shell
-rw-r--r-- root/root       348 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/shell_flags
-rw-r--r-- root/root       501 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/shell_limit
-rw-r--r-- root/root       308 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/show_channel_names
-rw-r--r-- root/root       401 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/show_end_of_msgs
-rw-r--r-- root/root       559 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/show_numerics
-rw-r--r-- root/root       501 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/show_status_all
-rw-r--r-- root/root       417 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/show_who_hopcount
-rw-r--r-- root/root       265 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/ssl_certfile
-rw-r--r-- root/root       262 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/ssl_keyfile
-rw-r--r-- root/root       253 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/ssl_path
-rw-r--r-- root/root       584 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_away
-rw-r--r-- root/root       629 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_channel
-rw-r--r-- root/root       556 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_chanop
-rw-r--r-- root/root       627 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_clock
-rw-r--r-- root/root       486 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/status_cpu_saver
-rw-r--r-- root/root       310 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_does_expandos
-rw-r--r-- root/root     12087 2003-08-26 19:22 ./usr/share/epic4/help/4_Misc/set/status_format
-rw-r--r-- root/root      4804 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/set/status_format1
-rw-r--r-- root/root      4804 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/set/status_format2
-rw-r--r-- root/root       668 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_hold
-rw-r--r-- root/root       791 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_hold_lines
-rw-r--r-- root/root       567 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_insert
-rw-r--r-- root/root       604 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_mail
-rw-r--r-- root/root       577 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_mode
-rw-r--r-- root/root       355 2000-09-18 22:03 ./usr/share/epic4/help/4_Misc/set/status_nickname
-rw-r--r-- root/root       325 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_no_repeat
-rw-r--r-- root/root       476 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/status_noswap
-rw-r--r-- root/root       604 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_notify
-rw-r--r-- root/root       516 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_oper
-rw-r--r-- root/root       605 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_overwrite
-rw-r--r-- root/root       518 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_query
-rw-r--r-- root/root       363 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_scrollback
-rw-r--r-- root/root       580 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_server
-rw-r--r-- root/root       520 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/status_ssl_off
-rw-r--r-- root/root       511 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/status_ssl_on
-rw-r--r-- root/root       291 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_truncate_rhs
-rw-r--r-- root/root       565 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_umode
-rw-r--r-- root/root       706 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_user
-rw-r--r-- root/root       636 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_voice
-rw-r--r-- root/root       525 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/status_window
-rw-r--r-- root/root       431 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/suppress_from_remote_server
-rw-r--r-- root/root       990 2004-01-29 02:14 ./usr/share/epic4/help/4_Misc/set/suppress_server_motd
-rw-r--r-- root/root       475 2001-12-02 13:32 ./usr/share/epic4/help/4_Misc/set/switch_channel_on_part
-rw-r--r-- root/root       807 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/switch_channels_between_windows
-rw-r--r-- root/root       297 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/tab
-rw-r--r-- root/root       476 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/tab_max
-rw-r--r-- root/root       623 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/set/term_does_bright_blink
-rw-r--r-- root/root      3343 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/translation
-rw-r--r-- root/root       345 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/translation_path
-rw-r--r-- root/root       492 2001-12-14 20:51 ./usr/share/epic4/help/4_Misc/set/underline_video
-rw-r--r-- root/root       244 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/user_information
-rw-r--r-- root/root       640 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/set/verbose_ctcp
-rw-r--r-- root/root       452 2002-02-13 21:42 ./usr/share/epic4/help/4_Misc/set/word_break
-rw-r--r-- root/root       261 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/wserv_path
-rw-r--r-- root/root       450 2005-03-12 01:37 ./usr/share/epic4/help/4_Misc/set/wserv_type
-rw-r--r-- root/root       145 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/xterm
-rw-r--r-- root/root       344 2000-09-12 19:32 ./usr/share/epic4/help/4_Misc/set/xterm_options
-rw-r--r-- root/root       556 2001-07-20 18:24 ./usr/share/epic4/help/4_Misc/unclear
-rw-r--r-- root/root       439 2002-08-20 18:16 ./usr/share/epic4/help/4_Misc/which
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/4_Misc/window/
-rw-r--r-- root/root      1044 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/add
-rw-r--r-- root/root       676 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/back
-rw-r--r-- root/root       333 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/balance
-rw-r--r-- root/root       466 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/beep_always
-rw-r--r-- root/root      1301 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/bind
-rw-r--r-- root/root       469 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/channel
-rw-r--r-- root/root       371 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/clear
-rw-r--r-- root/root      2595 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/create
-rw-r--r-- root/root       545 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/delete
-rw-r--r-- root/root       266 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/describe
-rw-r--r-- root/root       681 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/discon
-rw-r--r-- root/root       537 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/double
-rw-r--r-- root/root       306 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/echo
-rw-r--r-- root/root       519 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/fixed
-rw-r--r-- root/root       314 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/flush
-rw-r--r-- root/root       276 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/goto
-rw-r--r-- root/root       350 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/grow
-rw-r--r-- root/root       280 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/hide
-rw-r--r-- root/root       323 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/hide_others
-rw-r--r-- root/root       519 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/hold_interval
-rw-r--r-- root/root       688 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/hold_mode
-rw-r--r-- root/root      1802 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/hold_slider
-rw-r--r-- root/root      1051 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/kill
-rw-r--r-- root/root       419 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/kill_all_hidden
-rw-r--r-- root/root       489 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/kill_others
-rw-r--r-- root/root       401 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/killswap
-rw-r--r-- root/root       301 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/last
-rw-r--r-- root/root       479 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/lastlog
-rw-r--r-- root/root       711 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/lastlog_level
-rw-r--r-- root/root      1119 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/level
-rw-r--r-- root/root       411 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/list
-rw-r--r-- root/root       631 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/log
-rw-r--r-- root/root       304 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/logfile
-rw-r--r-- root/root       572 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/move
-rw-r--r-- root/root       704 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/move_to
-rw-r--r-- root/root       285 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/name
-rw-r--r-- root/root      1145 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/new
-rw-r--r-- root/root       526 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/new_hide
-rw-r--r-- root/root       873 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/next
-rw-r--r-- root/root       572 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/noserv
-rw-r--r-- root/root       274 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/notified
-rw-r--r-- root/root       535 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/notify
-rw-r--r-- root/root       725 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/notify_level
-rw-r--r-- root/root       711 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/notify_name
-rw-r--r-- root/root       303 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/number
-rw-r--r-- root/root       437 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/pop
-rw-r--r-- root/root       631 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/previous
-rw-r--r-- root/root       439 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/prompt
-rw-r--r-- root/root       290 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/push
-rw-r--r-- root/root       336 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/query
-rw-r--r-- root/root       365 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/refnum
-rw-r--r-- root/root       620 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/refnum_or_swap
-rw-r--r-- root/root       690 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/refresh
-rw-r--r-- root/root      2124 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/rejoin
-rw-r--r-- root/root       571 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/remove
-rw-r--r-- root/root       375 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/scratch
-rw-r--r-- root/root       866 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/scroll
-rw-r--r-- root/root      1066 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/scroll_backward
-rw-r--r-- root/root       735 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/scroll_end
-rw-r--r-- root/root       618 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/scroll_forward
-rw-r--r-- root/root       701 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/scroll_start
-rw-r--r-- root/root       743 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/scrolladj
-rw-r--r-- root/root       434 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/scrollback
-rw-r--r-- root/root       920 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/search_back
-rw-r--r-- root/root       948 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/search_forward
-rw-r--r-- root/root       801 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/server
-rw-r--r-- root/root       291 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/show
-rw-r--r-- root/root       274 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/show_all
-rw-r--r-- root/root       352 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/shrink
-rw-r--r-- root/root       414 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/size
-rw-r--r-- root/root       429 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/skip
-rw-r--r-- root/root       261 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/stack
-rw-r--r-- root/root      1021 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/status_format
-rw-r--r-- root/root      1043 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/status_format1
-rw-r--r-- root/root      1046 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/status_format2
-rw-r--r-- root/root       272 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/status_special
-rw-r--r-- root/root       440 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/swap
-rw-r--r-- root/root       647 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/swappable
-rw-r--r-- root/root       667 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/topline
-rw-r--r-- root/root       689 2005-03-08 05:53 ./usr/share/epic4/help/4_Misc/window/toplines
-rw-r--r-- root/root       398 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/unbind
-rw-r--r-- root/root      4172 2005-03-16 01:14 ./usr/share/epic4/help/4_Misc/window/window
-rw-r--r-- root/root      1080 2003-05-05 14:46 ./usr/share/epic4/help/4_Misc/xdebug
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/5_Programming/
-rw-r--r-- root/root       567 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/5_Programming
-rw-r--r-- root/root      5267 2003-08-26 19:22 ./usr/share/epic4/help/5_Programming/alias
-rw-r--r-- root/root       500 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/allocdump
-rw-r--r-- root/root      1770 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/assign
-rw-r--r-- root/root      2001 2003-01-08 18:49 ./usr/share/epic4/help/5_Programming/bless
-rw-r--r-- root/root       587 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/botmode
-rw-r--r-- root/root       380 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/break
-rw-r--r-- root/root      1265 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/call
-rw-r--r-- root/root      1573 2001-10-30 18:57 ./usr/share/epic4/help/5_Programming/comment
-rw-r--r-- root/root       380 2003-01-08 18:49 ./usr/share/epic4/help/5_Programming/continue
-rw-r--r-- root/root      2497 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/defer
-rw-r--r-- root/root       962 2004-06-17 00:03 ./usr/share/epic4/help/5_Programming/do
-rw-r--r-- root/root       854 2004-06-17 00:03 ./usr/share/epic4/help/5_Programming/dump
-rw-r--r-- root/root       786 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/echo
-rw-r--r-- root/root       834 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/eval
-rw-r--r-- root/root      6724 2003-01-08 18:49 ./usr/share/epic4/help/5_Programming/exec
-rw-r--r-- root/root      3430 2002-07-27 02:25 ./usr/share/epic4/help/5_Programming/fe
-rwxr-xr-x root/root      3430 2002-10-02 03:38 ./usr/share/epic4/help/5_Programming/fec
-rw-r--r-- root/root      3472 2003-01-08 18:49 ./usr/share/epic4/help/5_Programming/for
-rw-r--r-- root/root      1533 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/foreach
-rw-r--r-- root/root       859 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/hook
-rw-r--r-- root/root      4054 2002-02-13 21:42 ./usr/share/epic4/help/5_Programming/if
-rw-r--r-- root/root      1276 2003-12-08 05:34 ./usr/share/epic4/help/5_Programming/input
-rw-r--r-- root/root       821 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/input_char
-rw-r--r-- root/root      1727 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/load
-rw-r--r-- root/root      1160 2004-01-29 02:14 ./usr/share/epic4/help/5_Programming/local
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/5_Programming/on/
-rw-r--r-- root/root       821 2002-09-17 19:06 ./usr/share/epic4/help/5_Programming/on/action
-rw-r--r-- root/root      1160 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/channel_nick
-rw-r--r-- root/root       962 2002-07-02 01:17 ./usr/share/epic4/help/5_Programming/on/channel_signoff
-rw-r--r-- root/root       692 2002-02-13 21:42 ./usr/share/epic4/help/5_Programming/on/channel_sync
-rw-r--r-- root/root       756 2003-11-06 21:24 ./usr/share/epic4/help/5_Programming/on/connect
-rw-r--r-- root/root      1340 2003-11-07 21:31 ./usr/share/epic4/help/5_Programming/on/ctcp
-rw-r--r-- root/root      1675 2002-08-20 18:16 ./usr/share/epic4/help/5_Programming/on/ctcp_reply
-rw-r--r-- root/root      1337 2002-08-20 18:16 ./usr/share/epic4/help/5_Programming/on/ctcp_request
-rw-r--r-- root/root       517 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/on/dcc_activity
-rw-r--r-- root/root       544 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/dcc_chat
-rw-r--r-- root/root      1093 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/dcc_connect
-rw-r--r-- root/root       885 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/dcc_list
-rw-r--r-- root/root       566 2002-08-14 16:53 ./usr/share/epic4/help/5_Programming/on/dcc_lost
-rw-r--r-- root/root       684 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/dcc_offer
-rw-r--r-- root/root      1256 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/dcc_raw
-rw-r--r-- root/root       809 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/dcc_request
-rw-r--r-- root/root       671 2002-02-13 21:42 ./usr/share/epic4/help/5_Programming/on/disconnect
-rw-r--r-- root/root       853 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/encrypted_notice
-rw-r--r-- root/root       838 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/encrypted_privmsg
-rw-r--r-- root/root       281 2002-07-02 01:17 ./usr/share/epic4/help/5_Programming/on/error
-rw-r--r-- root/root       665 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/exec
-rw-r--r-- root/root       515 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/exec_errors
-rw-r--r-- root/root       786 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/exec_exit
-rw-r--r-- root/root       755 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/exec_prompt
-rw-r--r-- root/root       635 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/exit
-rw-r--r-- root/root      1148 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/flood
-rw-r--r-- root/root       913 2001-11-18 05:36 ./usr/share/epic4/help/5_Programming/on/general_notice
-rw-r--r-- root/root       919 2002-02-13 21:42 ./usr/share/epic4/help/5_Programming/on/general_privmsg
-rw-r--r-- root/root       352 2002-08-20 18:17 ./usr/share/epic4/help/5_Programming/on/help
-rw-r--r-- root/root       316 2002-08-20 18:17 ./usr/share/epic4/help/5_Programming/on/hook
-rw-r--r-- root/root       639 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/idle
-rw-r--r-- root/root       747 2002-08-20 18:17 ./usr/share/epic4/help/5_Programming/on/input
-rw-r--r-- root/root       441 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/invite
-rw-r--r-- root/root       784 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/join
-rw-r--r-- root/root       669 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/kick
-rw-r--r-- root/root       517 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/kill
-rw-r--r-- root/root       866 2000-10-19 18:32 ./usr/share/epic4/help/5_Programming/on/leave
-rw-r--r-- root/root       546 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/list
-rw-r--r-- root/root       637 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/mail
-rw-r--r-- root/root       695 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/mode
-rw-r--r-- root/root       712 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/mode_stripped
-rw-r--r-- root/root       689 2004-12-01 00:32 ./usr/share/epic4/help/5_Programming/on/msg
-rw-r--r-- root/root       522 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/msg_group
-rw-r--r-- root/root       471 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/names
-rw-r--r-- root/root       758 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/on/new_nickname
-rw-r--r-- root/root       576 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/nickname
-rw-r--r-- root/root       439 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/note
-rw-r--r-- root/root       786 2004-12-01 00:32 ./usr/share/epic4/help/5_Programming/on/notice
-rw-r--r-- root/root       343 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/notify_signoff
-rw-r--r-- root/root       474 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/notify_signon
-rw-r--r-- root/root       572 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/odd_server_stuff
-rw-r--r-- root/root      9987 2002-07-02 01:17 ./usr/share/epic4/help/5_Programming/on/on
-rw-r--r-- root/root       404 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/oper_notice
-rw-r--r-- root/root       753 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/pong
-rw-r--r-- root/root       425 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/public
-rw-r--r-- root/root       617 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/public_msg
-rw-r--r-- root/root      1087 2002-08-20 18:16 ./usr/share/epic4/help/5_Programming/on/public_notice
-rw-r--r-- root/root       437 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/public_other
-rw-r--r-- root/root       917 2002-02-13 21:42 ./usr/share/epic4/help/5_Programming/on/raw_irc
-rw-r--r-- root/root       289 2002-02-13 21:42 ./usr/share/epic4/help/5_Programming/on/redirect
-rw-r--r-- root/root       690 2003-11-07 21:31 ./usr/share/epic4/help/5_Programming/on/send_action
-rw-r--r-- root/root       589 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/send_ctcp
-rw-r--r-- root/root       369 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/send_dcc_chat
-rw-r--r-- root/root       381 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/send_msg
-rw-r--r-- root/root       346 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/send_notice
-rw-r--r-- root/root       334 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/send_public
-rw-r--r-- root/root      1210 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/send_to_server
-rw-r--r-- root/root       526 2003-09-23 01:10 ./usr/share/epic4/help/5_Programming/on/server_established
-rw-r--r-- root/root       327 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/server_lost
-rw-r--r-- root/root       726 2002-08-20 18:16 ./usr/share/epic4/help/5_Programming/on/server_notice
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/5_Programming/on/server_status
-rw-r--r-- root/root       743 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/set
-rw-r--r-- root/root       518 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/signoff
-rw-r--r-- root/root       352 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/silence
-rw-r--r-- root/root       765 2005-03-12 01:37 ./usr/share/epic4/help/5_Programming/on/ssl_server_cert
-rw-r--r-- root/root       437 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/status_update
-rw-r--r-- root/root       452 2004-01-29 02:14 ./usr/share/epic4/help/5_Programming/on/switch_channels
-rw-r--r-- root/root       727 2002-07-02 01:17 ./usr/share/epic4/help/5_Programming/on/switch_windows
-rw-r--r-- root/root       721 2004-12-01 00:32 ./usr/share/epic4/help/5_Programming/on/timer
-rw-r--r-- root/root       342 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/topic
-rw-r--r-- root/root       617 2002-08-20 18:18 ./usr/share/epic4/help/5_Programming/on/unload
-rw-r--r-- root/root       323 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/wall
-rw-r--r-- root/root       392 2002-09-17 19:06 ./usr/share/epic4/help/5_Programming/on/wallop
-rw-r--r-- root/root       704 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/who
-rw-r--r-- root/root       450 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/on/window
-rw-r--r-- root/root       670 2005-03-12 01:37 ./usr/share/epic4/help/5_Programming/on/window_beforekill
-rw-r--r-- root/root       813 2005-03-12 01:37 ./usr/share/epic4/help/5_Programming/on/window_command
-rw-r--r-- root/root       431 2003-03-11 02:59 ./usr/share/epic4/help/5_Programming/on/window_create
-rw-r--r-- root/root       803 2005-03-16 01:14 ./usr/share/epic4/help/5_Programming/on/window_kill
-rw-r--r-- root/root       340 2002-08-20 18:18 ./usr/share/epic4/help/5_Programming/on/yell
-rw-r--r-- root/root       950 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/package
-rw-r--r-- root/root       355 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/parsekey
-rw-r--r-- root/root      1734 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/pause
-rw-r--r-- root/root       765 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/pop
-rw-r--r-- root/root       820 2001-10-30 18:57 ./usr/share/epic4/help/5_Programming/pretend
-rw-r--r-- root/root       765 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/push
-rw-r--r-- root/root      1609 2004-01-29 02:14 ./usr/share/epic4/help/5_Programming/queue
-rw-r--r-- root/root       752 2001-10-30 18:57 ./usr/share/epic4/help/5_Programming/quote
-rw-r--r-- root/root      3019 2004-06-17 00:03 ./usr/share/epic4/help/5_Programming/redirect
-rw-r--r-- root/root       547 2004-06-17 00:03 ./usr/share/epic4/help/5_Programming/repeat
-rw-r--r-- root/root       385 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/return
-rw-r--r-- root/root      1566 2001-10-30 18:57 ./usr/share/epic4/help/5_Programming/save
-rw-r--r-- root/root       404 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/send
-rw-r--r-- root/root       685 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/sendline
-rw-r--r-- root/root       890 2004-06-17 00:03 ./usr/share/epic4/help/5_Programming/setenv
-rw-r--r-- root/root       441 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/shook
-rw-r--r-- root/root       993 2005-03-16 01:14 ./usr/share/epic4/help/5_Programming/sleep
-rw-r--r-- root/root      1523 2002-07-27 02:25 ./usr/share/epic4/help/5_Programming/stack
-rw-r--r-- root/root      1589 2004-06-17 00:03 ./usr/share/epic4/help/5_Programming/stub
-rw-r--r-- root/root       495 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/subpackage
-rw-r--r-- root/root      1352 2004-06-17 00:03 ./usr/share/epic4/help/5_Programming/switch
-rw-r--r-- root/root      2604 2003-12-08 06:13 ./usr/share/epic4/help/5_Programming/timer
-rw-r--r-- root/root       645 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/type
-rw-r--r-- root/root      1164 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/unless
-rw-r--r-- root/root       263 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/unload
-rw-r--r-- root/root       787 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/unshift
-rw-r--r-- root/root       779 2005-03-11 04:55 ./usr/share/epic4/help/5_Programming/until
-rw-r--r-- root/root       392 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/usleep
-rw-r--r-- root/root      3009 2003-01-08 18:49 ./usr/share/epic4/help/5_Programming/wait
-rw-r--r-- root/root      1245 2000-09-12 19:32 ./usr/share/epic4/help/5_Programming/while
-rw-r--r-- root/root      1891 2003-11-25 15:50 ./usr/share/epic4/help/5_Programming/xecho
-rw-r--r-- root/root       733 2003-12-08 05:31 ./usr/share/epic4/help/5_Programming/xeval
-rw-r--r-- root/root       529 2003-11-24 00:45 ./usr/share/epic4/help/5_Programming/xquote
-rw-r--r-- root/root       466 2000-09-23 17:21 ./usr/share/epic4/help/5_Programming/xtype
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/6_Functions/
-rw-r--r-- root/root      4039 2001-12-02 13:32 ./usr/share/epic4/help/6_Functions/6_Functions
-rw-r--r-- root/root       365 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/abs
-rw-r--r-- root/root      1748 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/acos
-rw-r--r-- root/root      1749 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/acosh
-rw-r--r-- root/root      1767 2003-11-06 21:24 ./usr/share/epic4/help/6_Functions/after
-rw-r--r-- root/root      1663 2001-10-30 18:57 ./usr/share/epic4/help/6_Functions/afterw
-rw-r--r-- root/root      4560 2003-12-08 05:31 ./usr/share/epic4/help/6_Functions/aliasctl
-rw-r--r-- root/root      1425 2000-12-12 04:24 ./usr/share/epic4/help/6_Functions/ascii
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/asciiq
-rw-r--r-- root/root      1748 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/asin
-rw-r--r-- root/root      1749 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/asinh
-rw-r--r-- root/root      1748 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/atan
-rw-r--r-- root/root      1749 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/atanh
-rw-r--r-- root/root      1790 2003-11-06 21:24 ./usr/share/epic4/help/6_Functions/before
-rw-r--r-- root/root      1664 2001-10-30 18:57 ./usr/share/epic4/help/6_Functions/beforew
-rw-r--r-- root/root      3977 2002-08-29 23:02 ./usr/share/epic4/help/6_Functions/bindctl
-rw-r--r-- root/root       913 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/builtin_expando
-rw-r--r-- root/root       460 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/ceil
-rw-r--r-- root/root       812 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/center
-rw-r--r-- root/root       418 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/cexist
-rw-r--r-- root/root      1730 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/chanmode
-rw-r--r-- root/root       838 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/channel
-rw-r--r-- root/root       364 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/chanusers
-rw-r--r-- root/root       978 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/chanwin
-rw-r--r-- root/root       684 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/chmod
-rw-r--r-- root/root      1059 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/chngw
-rw-r--r-- root/root       503 2003-11-06 21:24 ./usr/share/epic4/help/6_Functions/chop
-rw-r--r-- root/root      1977 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/chops
-rw-r--r-- root/root      1518 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/chr
-rw-r--r-- root/root       375 2005-03-12 01:37 ./usr/share/epic4/help/6_Functions/cipher
-rw-r--r-- root/root       695 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/close
-rw-r--r-- root/root      1357 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/common
-rw-r--r-- root/root      1910 2004-06-17 00:03 ./usr/share/epic4/help/6_Functions/connect
-rw-r--r-- root/root       940 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/convert
-rw-r--r-- root/root      2150 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/copattern
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/corpattern
-rw-r--r-- root/root       541 2001-06-22 20:01 ./usr/share/epic4/help/6_Functions/cos
-rw-r--r-- root/root      1748 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/cosh
-rw-r--r-- root/root       563 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/count
-rw-r--r-- root/root      1723 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/cparse
-rw-r--r-- root/root      1236 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/crypt
-rw-r--r-- root/root       833 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/curpos
-rw-r--r-- root/root       603 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/currchans
-rw-r--r-- root/root      4486 2005-03-12 05:23 ./usr/share/epic4/help/6_Functions/dccctl
-rw-r--r-- root/root      1072 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/decode
-rw-r--r-- root/root       480 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/delarray
-rw-r--r-- root/root      1014 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/delitem
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/delitems
-rw-r--r-- root/root       533 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/deuhc
-rw-r--r-- root/root      1166 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/diff
-rw-r--r-- root/root      2402 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/encode
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/encryptparm
-rw-r--r-- root/root       653 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/eof
-rw-r--r-- root/root       635 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/epic
-rw-r--r-- root/root      5072 2003-05-05 14:46 ./usr/share/epic4/help/6_Functions/exec
-rw-r--r-- root/root      1747 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/exp
-rw-r--r-- root/root       355 2005-03-12 01:37 ./usr/share/epic4/help/6_Functions/fabs
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/ferror
-rw-r--r-- root/root      1488 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/fexist
-rw-r--r-- root/root      1363 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/filter
-rw-r--r-- root/root      1862 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/finditem
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/finditems
-rw-r--r-- root/root       634 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/findw
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/fix_arglist
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/floodinfo
-rw-r--r-- root/root       456 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/floor
-rw-r--r-- root/root       425 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/fnexist
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/frewind
-rw-r--r-- root/root      1198 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/fromw
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/fseek
-rw-r--r-- root/root      1095 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/fsize
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/fskip
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/ftell
-rw-r--r-- root/root       393 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/ftime
-rw-r--r-- root/root       771 2001-06-22 17:44 ./usr/share/epic4/help/6_Functions/functioncall
-rw-r--r-- root/root       823 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/geom
-rw-r--r-- root/root       488 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/getarrays
-rw-r--r-- root/root      1842 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/getcap
-rw-r--r-- root/root       827 2002-02-18 07:22 ./usr/share/epic4/help/6_Functions/getcommands
-rw-r--r-- root/root       360 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/getenv
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/getfunctions
-rw-r--r-- root/root       249 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/getgid
-rw-r--r-- root/root       944 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/getitem
-rw-r--r-- root/root       283 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/getlogin
-rw-r--r-- root/root       818 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/getmatches
-rw-r--r-- root/root      3412 2003-05-05 14:46 ./usr/share/epic4/help/6_Functions/getopt
-rw-r--r-- root/root       284 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/getpgrp
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/getrmatches
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/getserial
-rw-r--r-- root/root       935 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/getset
-rw-r--r-- root/root       800 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/getsets
-rw-r--r-- root/root       474 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/gettmatch
-rw-r--r-- root/root       247 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/getuid
-rw-r--r-- root/root      1347 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/glob
-rw-r--r-- root/root       512 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/globi
-rw-r--r-- root/root      1944 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/hash_32bit
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/hookctl
-rw-r--r-- root/root       856 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/idle
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/ifindfirst
-rw-r--r-- root/root      1863 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/ifinditem
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/ifinditems
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/igetitem
-rw-r--r-- root/root       569 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/igetmatches
-rw-r--r-- root/root       762 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/igmask
-rw-r--r-- root/root      7017 2005-03-12 05:23 ./usr/share/epic4/help/6_Functions/ignorectl
-rw-r--r-- root/root       769 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/igtype
-rw-r--r-- root/root      1959 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/index
-rw-r--r-- root/root      1723 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/indextoitem
-rw-r--r-- root/root      1834 2001-06-22 17:44 ./usr/share/epic4/help/6_Functions/indextoword
-rw-r--r-- root/root      1344 2003-03-11 02:59 ./usr/share/epic4/help/6_Functions/info
-rw-r--r-- root/root       743 2001-06-22 17:44 ./usr/share/epic4/help/6_Functions/insert
-rw-r--r-- root/root      1254 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/insertw
-rw-r--r-- root/root      1007 2001-06-22 20:01 ./usr/share/epic4/help/6_Functions/iptolong
-rw-r--r-- root/root      1124 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/iptoname
-rw-r--r-- root/root       947 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/irclib
-rw-r--r-- root/root       938 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/isalpha
-rw-r--r-- root/root       818 2001-06-22 19:57 ./usr/share/epic4/help/6_Functions/isaway
-rw-r--r-- root/root      1056 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/ischannel
-rw-r--r-- root/root      1332 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/ischanop
-rw-r--r-- root/root      1107 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/ischanvoice
-rw-r--r-- root/root       499 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/isconnected
-rw-r--r-- root/root       597 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/iscurchan
-rw-r--r-- root/root       938 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/isdigit
-rw-r--r-- root/root      1498 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/isdisplaying
-rw-r--r-- root/root       536 2001-06-26 22:42 ./usr/share/epic4/help/6_Functions/isencrypted
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/isfilevalid
-rw-r--r-- root/root      1168 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/ishalfop
-rw-r--r-- root/root      2002 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/isnumber
-rw-r--r-- root/root      1723 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/itemtoindex
-rw-r--r-- root/root      1746 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/jn
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/joinstr
-rw-r--r-- root/root      1986 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/jot
-rw-r--r-- root/root      1624 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/key
-rw-r--r-- root/root       487 2002-09-27 01:06 ./usr/share/epic4/help/6_Functions/killpid
-rw-r--r-- root/root       868 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/lastlog
-rw-r--r-- root/root       774 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/lastserver
-rw-r--r-- root/root      1659 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/left
-rw-r--r-- root/root       395 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/leftpc
-rw-r--r-- root/root       996 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/leftw
-rw-r--r-- root/root      1809 2003-07-07 05:24 ./usr/share/epic4/help/6_Functions/levelwindow
-rw-r--r-- root/root      1033 2001-10-30 18:57 ./usr/share/epic4/help/6_Functions/line
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/listarray
-rw-r--r-- root/root      1550 2003-01-08 18:49 ./usr/share/epic4/help/6_Functions/listen
-rw-r--r-- root/root      1120 2003-12-08 06:13 ./usr/share/epic4/help/6_Functions/loadinfo
-rw-r--r-- root/root      1747 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/log
-rw-r--r-- root/root      1749 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/log10
-rw-r--r-- root/root      2027 2005-03-12 05:23 ./usr/share/epic4/help/6_Functions/logctl
-rw-r--r-- root/root       984 2001-06-22 20:01 ./usr/share/epic4/help/6_Functions/longtoip
-rw-r--r-- root/root      2118 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/mask
-rw-r--r-- root/root      1982 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/match
-rw-r--r-- root/root       829 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/matchitem
-rw-r--r-- root/root       743 2001-06-22 19:57 ./usr/share/epic4/help/6_Functions/maxlen
-rw-r--r-- root/root       552 2005-03-12 01:37 ./usr/share/epic4/help/6_Functions/metric_time
-rw-r--r-- root/root      1548 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/mid
-rw-r--r-- root/root      1190 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/midw
-rw-r--r-- root/root       921 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/mkdir
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/mktime
-rw-r--r-- root/root      2115 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/msar
-rw-r--r-- root/root      1393 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/mychannels
-rw-r--r-- root/root      1831 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/myservers
-rw-r--r-- root/root      1124 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/nametoip
-rw-r--r-- root/root      1963 2001-10-30 18:57 ./usr/share/epic4/help/6_Functions/nochops
-rw-r--r-- root/root       726 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/nohighlight
-rw-r--r-- root/root       946 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/notify
-rw-r--r-- root/root       634 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/notifywindows
-rw-r--r-- root/root      1081 2001-07-16 20:46 ./usr/share/epic4/help/6_Functions/notw
-rw-r--r-- root/root       579 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/numarrays
-rw-r--r-- root/root       500 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/numitems
-rw-r--r-- root/root      1094 2003-12-06 04:50 ./usr/share/epic4/help/6_Functions/numlines
-rw-r--r-- root/root      1753 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/numonchannel
-rw-r--r-- root/root       601 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/numsort
-rw-r--r-- root/root       693 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/numwords
-rw-r--r-- root/root      3572 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/onchannel
-rw-r--r-- root/root      1171 2003-12-08 05:31 ./usr/share/epic4/help/6_Functions/open
-rw-r--r-- root/root      1943 2003-07-07 05:24 ./usr/share/epic4/help/6_Functions/outputinfo
-rw-r--r-- root/root      1281 2003-11-06 21:24 ./usr/share/epic4/help/6_Functions/pad
-rw-r--r-- root/root      1034 2001-10-30 18:57 ./usr/share/epic4/help/6_Functions/pass
-rw-r--r-- root/root      1316 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/pattern
-rw-r--r-- root/root      3120 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/perl
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/perlcall
-rw-r--r-- root/root      5306 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/perlxcall
-rw-r--r-- root/root       451 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/pid
-rw-r--r-- root/root       347 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/pipe
-rw-r--r-- root/root      1615 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/pop
-rw-r--r-- root/root       561 2003-11-06 21:24 ./usr/share/epic4/help/6_Functions/ppid
-rw-r--r-- root/root      2250 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/prefix
-rw-r--r-- root/root       662 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/printlen
-rw-r--r-- root/root      1419 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/push
-rw-r--r-- root/root       634 2003-01-08 18:49 ./usr/share/epic4/help/6_Functions/querywin
-rw-r--r-- root/root      1155 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/rand
-rw-r--r-- root/root       524 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/randread
-rw-r--r-- root/root      1012 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/read
-rw-r--r-- root/root      1046 2001-06-22 17:44 ./usr/share/epic4/help/6_Functions/realpath
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/regcomp
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/regcomp_cs
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/regerror
-rw-r--r-- root/root      3099 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/regex
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/regexec
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/regfree
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/regmatches
-rw-r--r-- root/root      1230 2003-11-06 21:24 ./usr/share/epic4/help/6_Functions/remw
-rw-r--r-- root/root      1085 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/remws
-rw-r--r-- root/root      1052 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/rename
-rw-r--r-- root/root       769 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/repeat
-rw-r--r-- root/root       830 2002-08-29 23:03 ./usr/share/epic4/help/6_Functions/rest
-rw-r--r-- root/root      1069 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/restw
-rw-r--r-- root/root       747 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/reverse
-rw-r--r-- root/root       774 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/revw
-rw-r--r-- root/root      1260 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/rfilter
-rw-r--r-- root/root      1716 2001-07-11 22:25 ./usr/share/epic4/help/6_Functions/right
-rw-r--r-- root/root       942 2001-07-16 20:46 ./usr/share/epic4/help/6_Functions/rightw
-rw-r--r-- root/root       656 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/rigmask
-rw-r--r-- root/root       659 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/rigtype
-rw-r--r-- root/root      1951 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/rindex
-rw-r--r-- root/root      2200 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/rmatch
-rw-r--r-- root/root         0 2001-05-31 17:17 ./usr/share/epic4/help/6_Functions/rmatchitem
-rw-r--r-- root/root      1025 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/rmdir
-rw-r--r-- root/root      1253 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/rpattern
-rw-r--r-- root/root       613 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/rsubstr
-rw-r--r-- root/root      1973 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/sar
-rw-r--r-- root/root       648 2005-03-12 01:37 ./usr/share/epic4/help/6_Functions/sedcrypt
-rw-r--r-- root/root      5437 2003-05-05 14:46 ./usr/share/epic4/help/6_Functions/serverctl
-rw-r--r-- root/root       628 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/servergroup
-rw-r--r-- root/root       723 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/servername
-rw-r--r-- root/root       538 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/servernick
-rw-r--r-- root/root       626 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/servernum
-rw-r--r-- root/root      1021 2002-04-10 03:51 ./usr/share/epic4/help/6_Functions/serverourname
-rw-r--r-- root/root       766 2002-02-28 04:08 ./usr/share/epic4/help/6_Functions/servertype
-rw-r--r-- root/root      1638 2003-07-07 05:24 ./usr/share/epic4/help/6_Functions/serverwin
-rw-r--r-- root/root       805 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/servports
-rw-r--r-- root/root      1669 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/setitem
-rw-r--r-- root/root      1414 2003-11-06 21:24 ./usr/share/epic4/help/6_Functions/shift
-rw-r--r-- root/root       535 2001-06-22 20:01 ./usr/share/epic4/help/6_Functions/sin
-rw-r--r-- root/root      1748 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/sinh
-rw-r--r-- root/root       977 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/sort
-rw-r--r-- root/root      3698 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/splice
-rw-r--r-- root/root       519 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/split
-rw-r--r-- root/root      1003 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/srand
-rw-r--r-- root/root       428 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/ssl
-rw-r--r-- root/root       416 2005-03-12 01:37 ./usr/share/epic4/help/6_Functions/startupfile
-rw-r--r-- root/root      1043 2001-10-30 18:57 ./usr/share/epic4/help/6_Functions/stat
-rw-r--r-- root/root       563 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/status
-rw-r--r-- root/root       885 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/stime
-rw-r--r-- root/root      1627 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/strftime
-rw-r--r-- root/root      1036 2002-08-14 16:51 ./usr/share/epic4/help/6_Functions/strip
-rw-r--r-- root/root       720 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/stripansi
-rw-r--r-- root/root       534 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/stripansicodes
-rw-r--r-- root/root       420 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/stripc
-rw-r--r-- root/root      2787 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/stripcrap
-rw-r--r-- root/root       605 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/strlen
-rw-r--r-- root/root       895 2005-03-12 01:37 ./usr/share/epic4/help/6_Functions/strtol
-rw-r--r-- root/root       653 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/substr
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/symbolctl
-rw-r--r-- root/root       549 2001-06-22 20:01 ./usr/share/epic4/help/6_Functions/tan
-rw-r--r-- root/root      1748 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/tanh
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/6_Functions/tcl
-rw-r--r-- root/root      2395 2001-12-02 13:35 ./usr/share/epic4/help/6_Functions/tdiff
-rw-r--r-- root/root      2396 2001-12-02 13:35 ./usr/share/epic4/help/6_Functions/tdiff2
-rw-r--r-- root/root       968 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/time
-rw-r--r-- root/root      1751 2005-03-12 05:23 ./usr/share/epic4/help/6_Functions/timerctl
-rw-r--r-- root/root       866 2005-03-12 01:37 ./usr/share/epic4/help/6_Functions/tobase
-rw-r--r-- root/root       672 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/tolower
-rw-r--r-- root/root       680 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/toupper
-rw-r--r-- root/root      1687 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/tow
-rw-r--r-- root/root      1367 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/tr
-rw-r--r-- root/root       672 2004-01-29 02:14 ./usr/share/epic4/help/6_Functions/trunc
-rw-r--r-- root/root       641 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/ttyname
-rw-r--r-- root/root       959 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/twiddle
-rw-r--r-- root/root       607 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/uhc
-rw-r--r-- root/root       786 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/umask
-rw-r--r-- root/root       988 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/uname
-rw-r--r-- root/root       993 2003-08-26 19:22 ./usr/share/epic4/help/6_Functions/uniq
-rw-r--r-- root/root       821 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/unlink
-rw-r--r-- root/root      1250 2001-08-06 17:19 ./usr/share/epic4/help/6_Functions/unshift
-rw-r--r-- root/root       455 2003-12-08 05:31 ./usr/share/epic4/help/6_Functions/unsplit
-rw-r--r-- root/root       866 2003-11-07 21:31 ./usr/share/epic4/help/6_Functions/urldecode
-rw-r--r-- root/root       847 2003-11-07 21:31 ./usr/share/epic4/help/6_Functions/urlencode
-rw-r--r-- root/root      3755 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/userhost
-rw-r--r-- root/root      1071 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/usermode
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/usetitem
-rw-r--r-- root/root       932 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/utime
-rw-r--r-- root/root      1449 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/version
-rw-r--r-- root/root       972 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/which
-rw-r--r-- root/root       910 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/winbound
-rw-r--r-- root/root       978 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/winchan
-rw-r--r-- root/root       778 2001-06-22 20:01 ./usr/share/epic4/help/6_Functions/wincursorline
-rw-r--r-- root/root      6455 2005-03-12 05:23 ./usr/share/epic4/help/6_Functions/windowctl
-rw-r--r-- root/root       359 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/winlevel
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/winline
-rw-r--r-- root/root      1586 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/winnam
-rw-r--r-- root/root       568 2002-07-02 01:17 ./usr/share/epic4/help/6_Functions/winnicklist
-rw-r--r-- root/root      1366 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/winnum
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/winquery
-rw-r--r-- root/root       287 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/winrefs
-rw-r--r-- root/root       929 2001-06-22 20:01 ./usr/share/epic4/help/6_Functions/winscreen
-rw-r--r-- root/root       255 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/winscrollbacksize
-rw-r--r-- root/root       975 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/winserv
-rw-r--r-- root/root       854 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/winsize
-rw-r--r-- root/root       903 2005-03-16 01:14 ./usr/share/epic4/help/6_Functions/winstatussize
-rw-r--r-- root/root       694 2003-12-08 05:31 ./usr/share/epic4/help/6_Functions/winvisible
-rw-r--r-- root/root      1029 2001-07-20 18:24 ./usr/share/epic4/help/6_Functions/word
-rw-r--r-- root/root      1795 2002-02-13 21:42 ./usr/share/epic4/help/6_Functions/wordtoindex
-rw-r--r-- root/root      1657 2001-12-02 13:32 ./usr/share/epic4/help/6_Functions/write
-rw-r--r-- root/root      1658 2001-12-02 13:32 ./usr/share/epic4/help/6_Functions/writeb
-rw-r--r-- root/root         0 2005-03-12 14:13 ./usr/share/epic4/help/6_Functions/xdebug
-rw-r--r-- root/root      1746 2001-11-18 06:22 ./usr/share/epic4/help/6_Functions/yn
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/7_Docs/
-rw-r--r-- root/root       382 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/7_Docs
-rw-r--r-- root/root      4026 2003-05-05 14:46 ./usr/share/epic4/help/7_Docs/About_EPIC
-rw-r--r-- root/root      3224 2003-11-06 21:24 ./usr/share/epic4/help/7_Docs/Arrays
-rw-r--r-- root/root      1698 2001-02-19 20:06 ./usr/share/epic4/help/7_Docs/Command_Line
-rw-r--r-- root/root      3547 2002-07-27 02:25 ./usr/share/epic4/help/7_Docs/Compile_Opts
-rw-r--r-- root/root      1984 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/Copyright
-rw-r--r-- root/root      1671 2003-05-05 14:46 ./usr/share/epic4/help/7_Docs/Debugging
-rw-r--r-- root/root      1737 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/Environment
-rw-r--r-- root/root      3760 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/Etiquette
-rw-r--r-- root/root     12582 2005-03-16 01:14 ./usr/share/epic4/help/7_Docs/Expressions
-rw-r--r-- root/root      1242 2002-09-27 00:59 ./usr/share/epic4/help/7_Docs/IPv6
-rw-r--r-- root/root      3041 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/Introduction
-rw-r--r-- root/root       941 2002-08-14 16:51 ./usr/share/epic4/help/7_Docs/Key_Bindings
-rw-r--r-- root/root      2784 2002-08-14 16:51 ./usr/share/epic4/help/7_Docs/New_User
-rw-r--r-- root/root      1268 2003-01-08 18:49 ./usr/share/epic4/help/7_Docs/Patterns
-rw-r--r-- root/root      6662 2003-05-05 14:46 ./usr/share/epic4/help/7_Docs/Perl
-rw-r--r-- root/root      4850 2001-12-02 13:32 ./usr/share/epic4/help/7_Docs/Programming
-rw-r--r-- root/root      1396 2002-07-27 02:25 ./usr/share/epic4/help/7_Docs/Security
-rw-r--r-- root/root       928 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/Serial_Numbers
-rw-r--r-- root/root      1902 2003-01-08 18:49 ./usr/share/epic4/help/7_Docs/Server_List
-rw-r--r-- root/root      1341 2001-02-19 20:06 ./usr/share/epic4/help/7_Docs/Server_Numerics
-rw-r--r-- root/root       879 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/Signals
-rw-r--r-- root/root      6114 2002-08-20 18:16 ./usr/share/epic4/help/7_Docs/Special_Vars
-rw-r--r-- root/root       312 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/Status_Line
-rw-r--r-- root/root      2734 2000-09-12 19:32 ./usr/share/epic4/help/7_Docs/Text_Highlight
-rw-r--r-- root/root      7261 2001-02-19 20:06 ./usr/share/epic4/help/7_Docs/Updates
drwxr-xr-x root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/8_Scripts/
-rw-r--r-- root/root      1635 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/2.8script
-rw-r--r-- root/root       434 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/8_Scripts
-rw-r--r-- root/root      1778 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/alias
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/altchan
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/altchan.bj
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/autoget
-rw-r--r-- root/root       717 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/autokick
-rw-r--r-- root/root      1045 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/autoop
-rw-r--r-- root/root       776 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/away
-rw-r--r-- root/root      1654 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/basical
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/builtins
-rw-r--r-- root/root       525 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/columns
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/commandqueues
-rw-r--r-- root/root      1559 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/country
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/data_array
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/data_struct
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/dcc_spacefix
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/dcc_timeout
-rw-r--r-- root/root       865 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/deban
-rw-r--r-- root/root      1186 2003-01-08 18:49 ./usr/share/epic4/help/8_Scripts/debug.irc
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/dig
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/dns
-rw-r--r-- root/root       661 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/edit
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/edit_topic
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/efnext
-rw-r--r-- root/root       780 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/environment
-rw-r--r-- root/root       674 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/events
-rw-r--r-- root/root       707 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/events.hop
-rw-r--r-- root/root       590 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/fake-dcc
-rw-r--r-- root/root      1267 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/fe
-rw-r--r-- root/root       614 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/files
-rw-r--r-- root/root      1069 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/functions
-rw-r--r-- root/root      1986 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/genalias
-rw-r--r-- root/root       652 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/global
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/grep
-rw-r--r-- root/root      1043 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/guh
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/help
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/hold_mode
-rw-r--r-- root/root      1325 2001-04-12 22:54 ./usr/share/epic4/help/8_Scripts/hybrid6
-rw-r--r-- root/root      1418 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/imap
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/ip-to-int
-rw-r--r-- root/root       891 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/ircprimer
-rw-r--r-- root/root      1858 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/keybinds
-rw-r--r-- root/root       968 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/killpath
-rw-r--r-- root/root       398 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/kpstat
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/langtrans
-rw-r--r-- root/root       441 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/less
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/less-pipe
-rw-r--r-- root/root       620 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/list
-rw-r--r-- root/root         0 2005-03-12 01:37 ./usr/share/epic4/help/8_Scripts/loadformats
-rw-r--r-- root/root       871 2003-11-06 21:24 ./usr/share/epic4/help/8_Scripts/local
-rw-r--r-- root/root       355 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/ls
-rw-r--r-- root/root       323 2003-01-08 18:49 ./usr/share/epic4/help/8_Scripts/man
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/map
-rw-r--r-- root/root       409 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/meta
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/meta-compat
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/mkpdir
-rw-r--r-- root/root       353 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/more
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/motd
-rw-r--r-- root/root       804 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/mudirc
-rw-r--r-- root/root       241 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/netsplit
-rw-r--r-- root/root      1256 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/netsplit.env
-rw-r--r-- root/root       527 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/newaway
-rw-r--r-- root/root       979 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/newformat
-rw-r--r-- root/root       913 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/nicks
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/nopaste
-rw-r--r-- root/root      1763 2003-12-08 19:38 ./usr/share/epic4/help/8_Scripts/notify
-rw-r--r-- root/root       459 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/old-dcc
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/paste
-rw-r--r-- root/root       260 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/pipe
-rw-r--r-- root/root       390 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/prefix
-rw-r--r-- root/root      1395 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/recursion
-rw-r--r-- root/root       876 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/repeat
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/revdcc
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/scan
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/scandir
-rw-r--r-- root/root       956 2001-12-02 13:32 ./usr/share/epic4/help/8_Scripts/screen
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/sdiff
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/setmail
-rw-r--r-- root/root       635 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/silent
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/slowcat
-rw-r--r-- root/root       766 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/sound
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/sping
-rw-r--r-- root/root       687 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/starutils
-rw-r--r-- root/root       588 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/stat
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/status_lag
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/suppressmotd
-rw-r--r-- root/root      1040 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/tabkey
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/tabkey.ce
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/tabkey.jm
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/tabkey.th
-rw-r--r-- root/root       521 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/tc
-rw-r--r-- root/root       802 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/time
-rw-r--r-- root/root       586 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/tls
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/utime
-rw-r--r-- root/root         0 2005-03-07 03:23 ./usr/share/epic4/help/8_Scripts/vi-binds
-rw-r--r-- root/root       636 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/webster
-rw-r--r-- root/root       681 2000-10-03 23:04 ./usr/share/epic4/help/8_Scripts/window
-rw-r--r-- root/root      1923 2003-05-05 14:46 ./usr/share/epic4/help/README_FIRST
lrwxrwxrwx root/root         0 2022-05-20 21:00 ./usr/share/epic4/help/epic4 -> README_FIRST


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 [1192 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1254 B]
Fetched 3061 B in 0s (257 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-v4bgSs/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-v4bgSs/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 848 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 [848 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 848 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 22542 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...
E: epic4-help source: invalid-standards-version 3.7.1.2
W: epic4-help changes: distribution-and-changes-mismatch sid unstable
W: epic4-help: executable-not-elf-or-script [usr/share/epic4/help/5_Programming/fec]
W: epic4-help source: no-nmu-in-changelog [debian/changelog:1]
W: epic4-help source: package-uses-deprecated-debhelper-compat-version 9

E: Lintian run failed (runtime error)

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


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

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

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

Build Architecture: arm64
Build Type: binary
Build-Space: 8468
Build-Time: 7
Distribution: sid
Host Architecture: arm64
Install-Time: 18
Job: /tmp/debusine-fetch-exec-upload-z85dotee/epic4-help_2.0+20050315-3.1.dsc
Lintian: error
Machine Architecture: arm64
Package: epic4-help
Package-Time: 61
Source-Version: 1:2.0+20050315-3.1
Space: 8468
Status: successful
Version: 1:2.0+20050315-3.1
--------------------------------------------------------------------------------
Finished at 2024-11-16T02:27:17Z
Build needed 00:01:01, 8468k disk space

Relations

Relation Direction Type Name
relates-to Source package epic4-help_1:2.0+20050315-3.1
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 epic4-help_1:2.0+20050315-3.1_all
relates-to Binary packages epic4-help_1:2.0+20050315-3.1

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