Artifact dia-shapes_0.6.0-5_arm64-2024-11-16T00:54:47Z

Metadata
bd_uninstallable: null
filename: dia-shapes_0.6.0-5_arm64-2024-11-16T00:54:47Z.build
source: dia-shapes
version: 0.6.0-5

File

dia-shapes_0.6.0-5_arm64-2024-11-16T00:54:47Z.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
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-07.freexian.com

+==============================================================================+
| dia-shapes 0.6.0-5 (arm64)                   Sat, 16 Nov 2024 00:54:47 +0000 |
+==============================================================================+

Package: dia-shapes
Version: 0.6.0-5
Source Version: 0.6.0-5
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.p6XWGxGpO9...
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-askt13mp/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-askt13mp/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-askt13mp/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-askt13mp/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-askt13mp/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-askt13mp/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-askt13mp/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/dia-shapes-8JbYjy/resolver-6adRQ7' with '<<RESOLVERDIR>>'

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

Get:1 file:/build/dia-shapes-8JbYjy/resolver-AUgdfw/apt_archive ./ InRelease
Ign:1 file:/build/dia-shapes-8JbYjy/resolver-AUgdfw/apt_archive ./ InRelease
Get:2 file:/build/dia-shapes-8JbYjy/resolver-AUgdfw/apt_archive ./ Release [606 B]
Get:3 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 file:/build/dia-shapes-8JbYjy/resolver-AUgdfw/apt_archive ./ Release [606 B]
Get:4 file:/build/dia-shapes-8JbYjy/resolver-AUgdfw/apt_archive ./ Release.gpg
Ign:4 file:/build/dia-shapes-8JbYjy/resolver-AUgdfw/apt_archive ./ Release.gpg
Get:5 file:/build/dia-shapes-8JbYjy/resolver-AUgdfw/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 (6378 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/dia-shapes-8JbYjy/resolver-AUgdfw/apt_archive ./ dpkg 1.22.12~1.gbp82cafd [1513 kB]
Get:3 file:/build/dia-shapes-8JbYjy/resolver-AUgdfw/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/dia-shapes-8JbYjy/resolver-AUgdfw/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 (56.0 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-askt13mp/dia-shapes_0.6.0-5.dsc exists in /tmp/debusine-fetch-exec-upload-askt13mp; copying to chroot
I: NOTICE: Log filtering will replace 'build/dia-shapes-8JbYjy/dia-shapes-0.6.0' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/dia-shapes-8JbYjy' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper (>= 9), intltool, build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 9), intltool, 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 [620 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [652 B]
Fetched 1881 B in 0s (161 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-AUgdfw/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 intltool libasan8 libc-dev-bin libc6-dev libcc1-0
  libcrypt-dev libdebhelper-perl libelf1t64 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  liblsan0 libmpc3 libmpfr6 libstdc++-14-dev libtool libtsan2 libubsan1
  libxml-parser-perl 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 intltool libasan8 libc-dev-bin libc6-dev libcc1-0
  libcrypt-dev libdebhelper-perl libelf1t64 libexpat1 libfakeroot
  libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0 libisl23 libitm1
  liblsan0 libmpc3 libmpfr6 libstdc++-14-dev libtool libtsan2 libubsan1
  libxml-parser-perl linux-libc-dev m4 po-debconf rpcsvc-proto
  sbuild-build-depends-main-dummy
0 upgraded, 50 newly installed, 0 to remove and 0 not upgraded.
Need to get 61.3 MB of archives.
After this operation, 239 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [884 B]
Get:2 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.7-1 [2454 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:17 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:18 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:19 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:28 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:30 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:31 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:33 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:35 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:36 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:37 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:42 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:43 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 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]
Get:48 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 libxml-parser-perl arm64 2.47-1+b3 [197 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 intltool all 0.51.0-6 [50.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 61.3 MB in 1s (102 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 libexpat1:arm64.
Preparing to unpack .../46-libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package libxml-parser-perl.
Preparing to unpack .../47-libxml-parser-perl_2.47-1+b3_arm64.deb ...
Unpacking libxml-parser-perl (2.47-1+b3) ...
Selecting previously unselected package intltool.
Preparing to unpack .../48-intltool_0.51.0-6_all.deb ...
Unpacking intltool (0.51.0-6) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../49-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libexpat1:arm64 (2.6.4-1) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up libxml-parser-perl (2.47-1+b3) ...
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 intltool (0.51.0-6) ...
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_0.51.0-6 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 libexpat1_2.6.4-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-parser-perl_2.47-1+b3 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: dia-shapes
Binary: dia-shapes
Architecture: all
Version: 0.6.0-5
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://dia-installer.de/shapes/
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/dia-shapes
Vcs-Git: https://salsa.debian.org/debian/dia-shapes.git
Build-Depends: debhelper (>= 9), intltool
Package-List:
 dia-shapes deb graphics optional arch=all
Checksums-Sha1:
 14143cc536eb4a20bb7132905e215349d4a3aa19 331092 dia-shapes_0.6.0.orig.tar.xz
 9b72ff0194f18d41ebb990de10904b7fd48fac61 4644 dia-shapes_0.6.0-5.debian.tar.xz
Checksums-Sha256:
 271dee99d49e51ab9286134a687699bed28ee08edc4ee8c72d40423f201b89ce 331092 dia-shapes_0.6.0.orig.tar.xz
 cde128d773ec4f57463102555ecc2316603b57a72278da5deb3da23530b670b3 4644 dia-shapes_0.6.0-5.debian.tar.xz
Files:
 86483c40871221f95c9a81624d2bab46 331092 dia-shapes_0.6.0.orig.tar.xz
 89fc0d594b985c0501c63230d8027159 4644 dia-shapes_0.6.0-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAmNi4T0ACgkQV5wWDUye
I+iTsA/9E3JZ99PiALdQznY3W/PfAK/IO86woIkcdhzMCzIizrmbCVSfCETOSzRP
9tKaZEcNVzYj+keK1PUcnA4D996qRKYj9Q+GrMZJWZXSLN8OvxDvI558H4XDN10Z
dSoE8diuKVCCNifD2G46/OdoItz1LuE7+cmJnzLw9IWmfrDFe9mFvvjoZwlbOspR
gOtwYXJvecFMlHjflOUpvTbWksGZKXmp5Md+3AvANamEuBi7fKea7Lmh2CKtt2H3
vblQvgBAqZdWy7gyvOxamS5yw55Htae47k7ZBvMjaTwfwiKNmVAD3SpYig5e9fvV
0qoxyW1Y9DeqZnNWeJWNajTbgwFXliAKFFA9q+yLEWFc8A4V55urBo4eLIbIVpcI
45G/R4TSbqDRB6I3SWp39Ud9hQ+jVHiMu7nCcnO/Q6Ze1YKk1yaG7y3cGVrZoDiB
eesMsMhSl+KxWzzkLSQIgFiEATABt9meZ8JEw/tPh8ejs1JKRZeipQlWd48ppFja
IG6ilmPx/7UkotcAo+E8fiz4Jr8Ad7z3oqWo4PTc0eNVnjjfrINpbUE70hcPtZSp
tMGkOA6j05e4Pfy03brlrZRJgN6XefANhdbAKMeHJ+uK9eo8A0Ar0ICiqwDPwmBH
DLLJ/u3+6VcIyX7YIskvcdG8Q0jYx0h8+iqnSMqllYkTbXVDRes=
=vgdJ
-----END PGP SIGNATURE-----

gpgv: Signature made Wed Nov  2 21:29:33 2022 UTC
gpgv:                using RSA key B23862C415D6565A4E86CBD7579C160D4C9E23E8
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./dia-shapes_0.6.0-5.dsc: no acceptable signature found
dpkg-source: info: extracting dia-shapes in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking dia-shapes_0.6.0.orig.tar.xz
dpkg-source: info: unpacking dia-shapes_0.6.0-5.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying default-heights-for-racks.patch

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

Sufficient free space for build

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

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

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

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package dia-shapes
dpkg-buildpackage: info: source version 0.6.0-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jelmer Vernooij <jelmer@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf ./website/
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/aarch64-linux-gnu --libexecdir=\${prefix}/lib/aarch64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.40.0
checking for XML::Parser... ok
configure: creating ./config.status
config.status: creating Makefile
config.status: creating samples/Makefile
config.status: creating shapes/Makefile
config.status: creating shapes/Automata/Makefile
config.status: creating shapes/AUTOSAR/Makefile
config.status: creating shapes/building_site/Makefile
config.status: creating shapes/central_data_processing/Makefile
config.status: creating shapes/CH-1/Makefile
config.status: creating shapes/chemistry_lab/Makefile
config.status: creating shapes/Circuit2/Makefile
config.status: creating shapes/CMOS/Makefile
config.status: creating shapes/digital/Makefile
config.status: creating shapes/edpc/Makefile
config.status: creating shapes/Electrical/Makefile
config.status: creating shapes/electric2/Makefile
config.status: creating shapes/electronic/Makefile
config.status: creating shapes/gradient/Makefile
config.status: creating shapes/HVAC/Makefile
config.status: creating shapes/LST/Makefile
config.status: creating shapes/Optics/Makefile
config.status: creating shapes/Racks/Makefile
config.status: creating shapes/renewable_energy/Makefile
config.status: creating shapes/scenegraph/Makefile
config.status: creating shapes/value_stream_mapping/Makefile
config.status: creating sheets/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing po/stamp-it commands
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making all in po
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making all in samples
make[2]: Entering directory '/<<PKGBUILDDIR>>/samples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/samples'
Making all in sheets
make[2]: Entering directory '/<<PKGBUILDDIR>>/sheets'
/usr/bin/intltool-merge ../po Automata.sheet.in Automata.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Generating and caching the translation database
Merging translations into Automata.sheet.
CREATED Automata.sheet
/usr/bin/intltool-merge ../po AUTOSAR.sheet.in AUTOSAR.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into AUTOSAR.sheet.
CREATED AUTOSAR.sheet
/usr/bin/intltool-merge ../po building_site.sheet.in building_site.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into building_site.sheet.
CREATED building_site.sheet
/usr/bin/intltool-merge ../po central_data_processing.sheet.in central_data_processing.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into central_data_processing.sheet.
CREATED central_data_processing.sheet
/usr/bin/intltool-merge ../po CH-1.sheet.in CH-1.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into CH-1.sheet.
CREATED CH-1.sheet
/usr/bin/intltool-merge ../po chemistry_lab.sheet.in chemistry_lab.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into chemistry_lab.sheet.
CREATED chemistry_lab.sheet
/usr/bin/intltool-merge ../po Circuit2.sheet.in Circuit2.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Circuit2.sheet.
CREATED Circuit2.sheet
/usr/bin/intltool-merge ../po CMOS.sheet.in CMOS.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found too-old cached translation database
Generating and caching the translation database
Merging translations into CMOS.sheet.
CREATED CMOS.sheet
/usr/bin/intltool-merge ../po digital.sheet.in digital.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into digital.sheet.
CREATED digital.sheet
/usr/bin/intltool-merge ../po edpc.sheet.in edpc.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into edpc.sheet.
CREATED edpc.sheet
/usr/bin/intltool-merge ../po electric2.sheet.in electric2.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into electric2.sheet.
CREATED electric2.sheet
/usr/bin/intltool-merge ../po Electrical.sheet.in Electrical.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Electrical.sheet.
CREATED Electrical.sheet
/usr/bin/intltool-merge ../po electronic.sheet.in electronic.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into electronic.sheet.
CREATED electronic.sheet
/usr/bin/intltool-merge ../po gradient.sheet.in gradient.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into gradient.sheet.
CREATED gradient.sheet
/usr/bin/intltool-merge ../po HVAC.sheet.in HVAC.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into HVAC.sheet.
CREATED HVAC.sheet
/usr/bin/intltool-merge ../po LST.sheet.in LST.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into LST.sheet.
CREATED LST.sheet
/usr/bin/intltool-merge ../po Optics.sheet.in Optics.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Optics.sheet.
CREATED Optics.sheet
/usr/bin/intltool-merge ../po renewable_energy.sheet.in renewable_energy.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found too-old cached translation database
Generating and caching the translation database
Merging translations into renewable_energy.sheet.
CREATED renewable_energy.sheet
/usr/bin/intltool-merge ../po Racks.sheet.in Racks.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into Racks.sheet.
CREATED Racks.sheet
/usr/bin/intltool-merge ../po scenegraph.sheet.in scenegraph.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into scenegraph.sheet.
CREATED scenegraph.sheet
/usr/bin/intltool-merge ../po value_stream_mapping.sheet.in value_stream_mapping.sheet -x -u \
 	-c ../po/.intltool-merge-cache
Found cached translation database
Merging translations into value_stream_mapping.sheet.
CREATED value_stream_mapping.sheet
(cd . && ./checktrans Automata.sheet AUTOSAR.sheet building_site.sheet central_data_processing.sheet CH-1.sheet chemistry_lab.sheet Circuit2.sheet CMOS.sheet digital.sheet edpc.sheet electric2.sheet Electrical.sheet electronic.sheet gradient.sheet HVAC.sheet LST.sheet Optics.sheet renewable_energy.sheet Racks.sheet scenegraph.sheet value_stream_mapping.sheet)
./checktrans: 10: ./checktrans.py: not found
*** Sheet translation report: ***
(Absence of a language code means 0% translation for that language)
(Help for translations (and/or much more) is of course welcome !)
E: checktrans failed to run. Please check that python and python-xml are installed
E: on your system. On some systems, python-xml is called PyXML. If in doubt,
E: have a look at http://pyxml.sourceforge.net
make[2]: Leaving directory '/<<PKGBUILDDIR>>/sheets'
Making all in shapes
make[2]: Entering directory '/<<PKGBUILDDIR>>/shapes'
Making all in Automata
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Automata'
(cd ../.. && \
mkdir -p website/Automata/images && \
zip website/Automata/Automata.zip COPYING sheets/Automata.sheet \
shapes/Automata/*.png shapes/Automata/*.shape && \
cp shapes/Automata/*.png website/Automata/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:424: Automata-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Automata'
Making all in AUTOSAR
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/AUTOSAR'
(cd ../.. && \
mkdir -p website/AUTOSAR/images && \
zip website/AUTOSAR/AUTOSAR.zip COPYING README.AUTOSAR.md \
sheets/AUTOSAR.sheet \
shapes/AUTOSAR/*.png shapes/AUTOSAR/*.shape && \
cp shapes/AUTOSAR/*.png website/AUTOSAR/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:454: AUTOSAR-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/AUTOSAR'
Making all in building_site
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/building_site'
(cd ../.. && \
mkdir -p website/building_site/images && \
zip website/building_site/building_site.zip COPYING sheets/building_site.sheet \
shapes/building_site/*.png shapes/building_site/*.shape && \
cp shapes/building_site/*.png website/building_site/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:449: building_site-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/building_site'
Making all in central_data_processing
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/central_data_processing'
(cd ../.. && \
mkdir -p website/central_data_processing/images && \
zip website/central_data_processing/central_data_processing.zip COPYING \
sheets/central_data_processing.sheet \
shapes/central_data_processing/*.png shapes/central_data_processing/*.shape && \
cp shapes/central_data_processing/*.png website/central_data_processing/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:490: central_data_processing-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/central_data_processing'
Making all in CH-1
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/CH-1'
(cd ../.. && \
mkdir -p website/CH-1/images && \
zip website/CH-1/CH-1.zip COPYING sheets/CH-1.sheet \
shapes/CH-1/*.png samples/CH-1.dia shapes/CH-1/*.shape && \
cp shapes/CH-1/*.png website/CH-1/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:438: ch1-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/CH-1'
Making all in chemistry_lab
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/chemistry_lab'
(cd ../.. && \
mkdir -p website/chemistry_lab/images && \
zip website/chemistry_lab/chemistry_lab.zip COPYING sheets/chemistry_lab.sheet \
shapes/chemistry_lab/*.png shapes/chemistry_lab/*.shape && \
cp shapes/chemistry_lab/*.png website/chemistry_lab/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:481: chemistry_lab-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/chemistry_lab'
Making all in Circuit2
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Circuit2'
(cd ../.. && \
mkdir -p website/Circuit2/images && \
zip website/Circuit2/Circuit2.zip COPYING sheets/Circuit2.sheet \
shapes/Circuit2/*.png shapes/Circuit2/*.shape && \
cp shapes/Circuit2/*.png website/Circuit2/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:465: Circuit2-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Circuit2'
Making all in CMOS
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/CMOS'
(cd ../.. && \
mkdir -p website/CMOS/images && \
zip website/CMOS/CMOS.zip COPYING sheets/CMOS.sheet \
shapes/CMOS/*.png shapes/CMOS/*.shape && \
cp shapes/CMOS/*.png website/CMOS/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:432: CMOS-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/CMOS'
Making all in Electrical
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Electrical'
(cd ../.. && \
mkdir -p website/Electrical/images && \
zip website/Electrical/Electrical.zip COPYING README.Electrical.md \
sheets/Electrical.sheet \
shapes/Electrical/*.png shapes/Electrical/*.shape && \
cp shapes/Electrical/*.png website/Electrical/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:573: Electrical-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Electrical'
Making all in electric2
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/electric2'
(cd ../.. && \
mkdir -p website/electric2/images && \
zip website/electric2/electric2.zip COPYING sheets/electric2.sheet \
shapes/electric2/*.png shapes/electric2/*.shape && \
cp shapes/electric2/*.png website/electric2/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:424: electric2-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/electric2'
Making all in electronic
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/electronic'
(cd ../.. && \
mkdir -p website/electronic/images && \
zip website/electronic/electronic.zip COPYING sheets/electronic2.sheet \
shapes/electronic/*.png shapes/electronic/*.shape && \
cp shapes/electronic/*.png website/electronic/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:524: electronic-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/electronic'
Making all in digital
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/digital'
(cd ../.. && \
mkdir -p website/digital/images && \
zip website/digital/digital.zip COPYING sheets/digital.sheet \
shapes/digital/*.png shapes/digital/*.shape && \
cp shapes/digital/*.png website/digital/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:462: digital-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/digital'
Making all in edpc
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/edpc'
(cd ../.. && \
mkdir -p website/edpc/images && \
zip website/edpc/edpc.zip COPYING sheets/edpc.sheet \
shapes/edpc/*.png shapes/edpc/*.shape && \
cp shapes/edpc/*.png website/edpc/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:426: edpc-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/edpc'
Making all in gradient
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/gradient'
(cd ../.. && \
mkdir -p website/gradient/images && \
zip website/gradient/gradient.zip COPYING sheets/gradient.sheet \
shapes/gradient/*.png shapes/gradient/*.shape \
shapes/gradient/*.svg && \
cp shapes/gradient/*.png website/gradient/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:440: gradient-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/gradient'
Making all in HVAC
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/HVAC'
(cd ../.. && \
mkdir -p website/HVAC/images && \
zip website/HVAC/HVAC.zip COPYING \
sheets/HVAC.sheet \
shapes/HVAC/*.png shapes/HVAC/*.shape && \
cp shapes/HVAC/*.png website/HVAC/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:456: HVAC-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/HVAC'
Making all in LST
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/LST'
(cd ../.. && \
mkdir -p website/LST/images && \
zip website/LST/LST.zip COPYING sheets/LST2.sheet \
shapes/LST/*.png shapes/LST/*.shape && \
cp shapes/LST/*.png website/LST/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:460: LST-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/LST'
Making all in Optics
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Optics'
(cd ../.. && \
mkdir -p website/Optics/images && \
zip website/Optics/Optics.zip COPYING sheets/Optics.sheet \
shapes/Optics/*.png shapes/Optics/*.shape && \
cp shapes/Optics/*.png website/Optics/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:474: Optics-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Optics'
Making all in renewable_energy
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/renewable_energy'
(cd ../.. && \
mkdir -p website/renewable_energy/images && \
zip website/renewable_energy/renewable_energy.zip COPYING sheets/renewable_energy.sheet \
shapes/renewable_energy/*.png shapes/renewable_energy/*.shape && \
cp shapes/renewable_energy/*.png website/renewable_energy/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:431: renewable_energy-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/renewable_energy'
Making all in Racks
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Racks'
(cd ../.. && \
mkdir -p website/Racks/images && \
zip website/Racks/Racks.zip COPYING sheets/Racks.sheet \
shapes/Racks/*.png shapes/Racks/*.shape && \
cp shapes/Racks/*.png website/Racks/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:458: Racks-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Racks'
Making all in scenegraph
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/scenegraph'
(cd ../.. && \
mkdir -p website/scenegraph/images && \
zip website/scenegraph/scenegraph.zip COPYING sheets/scenegraph.sheet \
shapes/scenegraph/*.png shapes/scenegraph/*.shape && \
cp shapes/scenegraph/*.png website/scenegraph/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:455: scenegraph-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/scenegraph'
Making all in value_stream_mapping
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/value_stream_mapping'
(cd ../.. && \
mkdir -p website/value_stream_mapping/images && \
zip website/value_stream_mapping/value_stream_mapping.zip COPYING \
sheets/value_stream_mapping.sheet \
shapes/value_stream_mapping/*.png shapes/value_stream_mapping/*.shape \
&& \
cp shapes/value_stream_mapping/*.png \
website/value_stream_mapping/images )
/bin/bash: line 3: zip: command not found
make[3]: [Makefile:453: value_stream_mapping-zip] Error 127 (ignored)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/value_stream_mapping'
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/shapes'
Making all in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making check in po
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package dia-shapes --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making check in samples
make[2]: Entering directory '/<<PKGBUILDDIR>>/samples'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/samples'
Making check in sheets
make[2]: Entering directory '/<<PKGBUILDDIR>>/sheets'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/sheets'
Making check in shapes
make[2]: Entering directory '/<<PKGBUILDDIR>>/shapes'
Making check in Automata
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Automata'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Automata'
Making check in AUTOSAR
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/AUTOSAR'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/AUTOSAR'
Making check in building_site
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/building_site'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/building_site'
Making check in central_data_processing
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/central_data_processing'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/central_data_processing'
Making check in CH-1
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/CH-1'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/CH-1'
Making check in chemistry_lab
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/chemistry_lab'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/chemistry_lab'
Making check in Circuit2
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Circuit2'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Circuit2'
Making check in CMOS
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/CMOS'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/CMOS'
Making check in Electrical
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Electrical'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Electrical'
Making check in electric2
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/electric2'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/electric2'
Making check in electronic
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/electronic'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/electronic'
Making check in digital
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/digital'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/digital'
Making check in edpc
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/edpc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/edpc'
Making check in gradient
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/gradient'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/gradient'
Making check in HVAC
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/HVAC'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/HVAC'
Making check in LST
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/LST'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/LST'
Making check in Optics
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Optics'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Optics'
Making check in renewable_energy
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/renewable_energy'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/renewable_energy'
Making check in Racks
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Racks'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Racks'
Making check in scenegraph
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/scenegraph'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/scenegraph'
Making check in value_stream_mapping
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/value_stream_mapping'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/value_stream_mapping'
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/shapes'
Making check in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_prep
   dh_auto_install --destdir=debian/dia-shapes/
dh_auto_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
	make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/dia-shapes AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making install in po
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
linguas=""; \
for lang in $linguas; do \
  dir=/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/locale/$lang/LC_MESSAGES; \
  /bin/bash /<<PKGBUILDDIR>>/install-sh -d $dir; \
  if test -r $lang.gmo; then \
    /usr/bin/install -c -m 644 $lang.gmo $dir/dia-shapes.mo; \
    echo "installing $lang.gmo as $dir/dia-shapes.mo"; \
  else \
    /usr/bin/install -c -m 644 ./$lang.gmo $dir/dia-shapes.mo; \
    echo "installing ./$lang.gmo as" \
	 "$dir/dia-shapes.mo"; \
  fi; \
  if test -r $lang.gmo.m; then \
    /usr/bin/install -c -m 644 $lang.gmo.m $dir/dia-shapes.mo.m; \
    echo "installing $lang.gmo.m as $dir/dia-shapes.mo.m"; \
  else \
    if test -r ./$lang.gmo.m ; then \
      /usr/bin/install -c -m 644 ./$lang.gmo.m \
	$dir/dia-shapes.mo.m; \
      echo "installing ./$lang.gmo.m as" \
	   "$dir/dia-shapes.mo.m"; \
    else \
      true; \
    fi; \
  fi; \
done
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making install in samples
make[2]: Entering directory '/<<PKGBUILDDIR>>/samples'
make[3]: Entering directory '/<<PKGBUILDDIR>>/samples'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/samples'
 /usr/bin/install -c -m 644 Automata.dia AUTOSAR.dia building_site.dia central_data_processing.dia CH-1.dia chemistry_lab.dia Circuit2.dia CMOS.dia digital.dia edpc.dia electric2.dia gradient.dia HVAC.dia Racks.dia renewable_energy.dia scenegraph.dia value_stream_mapping.dia '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/samples'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/samples'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/samples'
Making install in sheets
make[2]: Entering directory '/<<PKGBUILDDIR>>/sheets'
make[3]: Entering directory '/<<PKGBUILDDIR>>/sheets'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/sheets'
 /usr/bin/install -c -m 644 Automata.sheet AUTOSAR.sheet building_site.sheet central_data_processing.sheet CH-1.sheet chemistry_lab.sheet Circuit2.sheet CMOS.sheet digital.sheet edpc.sheet electric2.sheet Electrical.sheet electronic.sheet gradient.sheet HVAC.sheet LST.sheet Optics.sheet renewable_energy.sheet Racks.sheet scenegraph.sheet value_stream_mapping.sheet '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/sheets'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/sheets'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/sheets'
Making install in shapes
make[2]: Entering directory '/<<PKGBUILDDIR>>/shapes'
Making install in Automata
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Automata'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/Automata'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Automata'
 /usr/bin/install -c -m 644 finalstate.shape fstate.png istate.png sfstate.png sstate.png startfinalstate.shape startstate.shape state.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Automata'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Automata'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Automata'
Making install in AUTOSAR
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/AUTOSAR'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/AUTOSAR'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/AUTOSAR'
 /usr/bin/install -c -m 644 AS_Cal_H.png AS_Cal_H.shape AS_Cal_V.png AS_Cal_V.shape AS_Component.png AS_Component.shape AS_Composition.png AS_Composition.shape AS_CS_provides.png AS_CS_provides.shape AS_CS_requires_H.png AS_CS_requires_H.shape AS_CS_requires_V.png AS_CS_requires_V.shape AS_IRV.png AS_IRV.shape AS_Runnable.png AS_Runnable.shape AS_SA_SWC.png AS_SA_SWC.shape AS_Service_CS_provides.png AS_Service_CS_provides.shape AS_Service_CS_requires_H.png AS_Service_CS_requires_H.shape AS_Service_CS_requires_V.png AS_Service_CS_requires_V.shape AS_Service_SR_H.png AS_Service_SR_H.shape AS_Service_SR_V.png AS_Service_SR_V.shape AS_SR_H.png AS_SR_H.shape AS_SR_V.png AS_SR_V.shape AS_SWC.png AS_SWC.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/AUTOSAR'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/AUTOSAR'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/AUTOSAR'
Making install in building_site
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/building_site'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/building_site'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/building_site'
 /usr/bin/install -c -m 644 circle_diagonal_quarters_filled.png circle_diagonal_quarters_filled.shape concrete_mixer.png concrete_mixer.shape fence_horizontal.png fence_horizontal.shape fence_vertical.png fence_vertical.shape pre_silo.png pre_silo.shape proportioning_batcher.png proportioning_batcher.shape road_crossroads.png road_crossroads.shape road_horizontal.png road_horizontal.shape road_rotated_tee.png road_rotated_tee.shape road_tee.png road_tee.shape road_turn.png road_turn.shape road_vertical.png road_vertical.shape slope_horizontal.png slope_horizontal.shape slope_vertical.png slope_vertical.shape wall_horizontal.png wall_horizontal.shape wall_vertical.png wall_vertical.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/building_site'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/building_site'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/building_site'
Making install in central_data_processing
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/central_data_processing'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/central_data_processing'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/central_data_processing'
 /usr/bin/install -c -m 644 CPD_rack_15.png CPD_rack_15.shape CPD_rack_32.png CPD_rack_32.shape CPD_rack_36.png CPD_rack_36.shape CPD_rack_42.png CPD_rack_42.shape CPD_rack_44.png CPD_rack_44.shape CPD_rack_5.png CPD_rack_5.shape CPD_rack_7.png CPD_rack_7.shape Litter.png Litter.shape Modem.png Modem.shape Organizador_Rack_1U.png Organizador_Rack_1U.shape Organizador_Rack_2U.png Organizador_Rack_2U.shape Organizer_Rack_1U.png Organizer_Rack_1U.shape Organizer_Rack_2U.png Organizer_Rack_2U.shape Path_Painel_24P.png Path_Painel_24P.shape Router.png Router.shape Server_Rack_1U.png Server_Rack_1U.shape Server_Rack_2U.png Server_Rack_2U.shape Server_Rack_2U_Slow.png Server_Rack_2U_Slow.shape Server_Rack_2U_Very_Slow.png Server_Rack_2U_Very_Slow.shape Server_Rack_3U.png Server_Rack_3U.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/central_data_processing'
 /usr/bin/install -c -m 644 Server_Rack_3U_Slow_Density.png Server_Rack_3U_Slow_Density.shape Server_Rack_4U.png Server_Rack_4U_Right_Capacity.png Server_Rack_4U_Right_Capacity.shape Server_Rack_4U.shape Server_Rack_4U_Slow_Capacity.png Server_Rack_4U_Slow_Capacity.shape Server_Rack_4U_Very_Right_Capacity.png Server_Rack_4U_Very_Right_Capacity.shape Server_Rack_5U.png Server_Rack_5U_Right_Density.png Server_Rack_5U_Right_Density.shape Server_Rack_5U.shape Storage_Rack_3U.png Storage_Rack_3U_SAN.png Storage_Rack_3U_SAN.shape Storage_Rack_3U.shape Switch_Rack_16P.png Switch_Rack_16P.shape Switch_Rack_24P.png Switch_Rack_24P.shape Switch_Rack_48P.png Switch_Rack_48P.shape Switch_Rack_50P.png Switch_Rack_50P.shape Telephone_exchange.png Telephone_exchange.shape Voice_Painel_20P.png Voice_Painel_20P.shape Voice_Painel_50P.png Voice_Painel_50P.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/central_data_processing'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/central_data_processing'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/central_data_processing'
Making install in CH-1
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/CH-1'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/CH-1'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/CH-1'
 /usr/bin/install -c -m 644 condition.png condition.shape delay.png delay.shape department.png department.shape device.png device.shape employee.png employee.shape event.png event.shape junction.png junction.shape note.png note.shape outpart.png outpart.shape storage.png storage.shape work.png work.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/CH-1'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/CH-1'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/CH-1'
Making install in chemistry_lab
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/chemistry_lab'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/chemistry_lab'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/chemistry_lab'
 /usr/bin/install -c -m 644 30-degree-bend.png 30-degree-bend.shape beaker.png beaker.shape buechner-funnel.png buechner-funnel.shape burette.png burette.shape clamp-extra-large.png clamp-extra-large.shape clamp-front.png clamp-front.shape clamp-large.png clamp-large.shape clamp.png clamp.shape column-reflux.png column-reflux-red-blue.png column-reflux-red-blue.shape column-reflux-red.png column-reflux-red.shape column-reflux.shape condenser-black.png condenser-black.shape condenser-blue.png condenser-blue.shape condenser-green.png condenser-green.shape condenser-liebig-vertical.png condenser-liebig-vertical.shape condenser-orange.png condenser-orange.shape condenser-pale-blue.png condenser-pale-blue.shape condenser.png condenser-red.png condenser-red.shape condenser.shape erlenmeyer.png erlenmeyer.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/chemistry_lab'
 /usr/bin/install -c -m 644 funnel.png funnel.shape gooseneck.png gooseneck.shape lab-stand-front.png lab-stand-front.shape lab-stand.png lab-stand.shape ring-front.png ring-front.shape ring.png ring.shape sep-funnel.png sep-funnel.shape sep-funnel-three-phases.png sep-funnel-three-phases.shape sep-funnel-two-phases.png sep-funnel-two-phases.shape stirbar.png stirbar.shape stirplate-front.png stirplate-front.shape stirplate.png stirplate.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/chemistry_lab'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/chemistry_lab'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/chemistry_lab'
Making install in Circuit2
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Circuit2'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/Circuit2'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Circuit2'
 /usr/bin/install -c -m 644 dcapacitor.png dcapacitor.shape ddiode.png ddiode.shape dinductor_de.png dinductor_de.shape dinductor.png dinductor.shape dled_de.png dled_de.shape dpcapacitor.png dpcapacitor.shape dresistor_de.png dresistor_de.shape dresistor.png dresistor.shape dzener.png dzener.shape hammeter.png hammeter.shape hpcapacitor.png hpcapacitor.shape hvoltmeter.png hvoltmeter.shape Makefile.am newhled.png newhled.shape newvled.png newvled.shape opto.png opto.shape ramp.png ramp.shape relay.png relay.shape sine.png sine.shape square.png square.shape triac.png '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Circuit2'
 /usr/bin/install -c -m 644 triac.shape triangle.png triangle.shape vammeter.png vammeter.shape vpcapacitor.png vpcapacitor.shape vvoltmeter.png vvoltmeter.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Circuit2'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Circuit2'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Circuit2'
Making install in CMOS
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/CMOS'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/CMOS'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/CMOS'
 /usr/bin/install -c -m 644 gnd_h.png gnd_h.shape gnd_v.png gnd_v.shape nmos_h.png nmos_h.shape nmos_v.png nmos_v.shape pmos_h.png pmos_h.shape pmos_v.png pmos_v.shape vdd_h.png vdd_h.shape vdd_v.png vdd_v.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/CMOS'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/CMOS'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/CMOS'
Making install in Electrical
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Electrical'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/Electrical'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Electrical'
 /usr/bin/install -c -m 644 ac1_h.png ac1_h.shape ac1_v.png ac1_v.shape ac3_h.png ac3_h.shape ac3_v.png ac3_v.shape ac_h.png ac_h.shape ac_v.png ac_v.shape bel_l.png bel_l.shape bel_r.png bel_r.shape bel_v.png bel_v.shape buzzer_l.png buzzer_l.shape buzzer_r.png buzzer_r.shape buzzer_v.png buzzer_v.shape carrier_1_h.png carrier_1_h.shape carrier_1_v.png carrier_1_v.shape carrier_1wire_h.png carrier_1wire_h.shape carrier_1wire_v.png carrier_1wire_v.shape carrier_2_h.png carrier_2_h.shape carrier_2_v.png carrier_2_v.shape carrier_2wire_h.png carrier_2wire_h.shape carrier_2wire_v.png carrier_2wire_v.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Electrical'
 /usr/bin/install -c -m 644 carrier_3_h.png carrier_3_h.shape carrier_3_v.png carrier_3_v.shape carrier_3wire_h.png carrier_3wire_h.shape carrier_3wire_v.png carrier_3wire_v.shape carrier_inair.png carrier_inair.shape carrier_inground_h.png carrier_inground_h.shape carrier_inground_v.png carrier_inground_v.shape carrier_intube_h.png carrier_intube_h.shape carrier_intube_v.png carrier_intube_v.shape carrier_inwall_h.png carrier_inwall_h.shape carrier_inwall_v.png carrier_inwall_v.shape carrier_n_h.png carrier_n_h.shape carrier_n_v.png carrier_n_v.shape carrier_nwire_h.png carrier_nwire_h.shape carrier_nwire_v.png carrier_nwire_v.shape carrier_onwall_h.png carrier_onwall_h.shape carrier_onwall_v.png carrier_onwall_v.shape dc_h.png dc_h.shape dc_v.png dc_v.shape devicefurnace.png devicefurnace.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Electrical'
 /usr/bin/install -c -m 644 device.png device.shape dispatch_box.png dispatch_box.shape fuseauto_h.png fuseauto_h.shape fuseauto_v.png fuseauto_v.shape fusemelt_h.png fusemelt_h.shape fusemelt_v.png fusemelt_v.shape grounding_d.png grounding_d.shape groundingstrip_v.png groundingstrip_v.shape light.png light.shape s1p.png s1p.shape s2p.png s2p.shape s3p.png s3p.shape s4p.png s4p.shape sd1p.png sd1p.shape sd2p.png sd2p.shape sd3p.png sd3p.shape sd4p.png sd4p.shape s_light.png s_light.shape socketchild_l.png socketchild_l.shape socketchild_r.png socketchild_r.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Electrical'
 /usr/bin/install -c -m 644 socketchild_v.png socketchild_v.shape socketgroundchild_l.png socketgroundchild_l.shape socketgroundchild_r.png socketgroundchild_r.shape socketgroundchild_v.png socketgroundchild_v.shape socketground_l.png socketground_l.shape socketground_r.png socketground_r.shape socketground_v.png socketground_v.shape socket_l.png socket_l.shape socket_r.png socket_r.shape socket_v.png socket_v.shape sx1p.png sx1p.shape sx2p.png sx2p.shape sx4p.png sx4p.shape sy1p.png sy1p.shape sy2p.png sy2p.shape sy3p.png sy3p.shape sy4p.png sy4p.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Electrical'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Electrical'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Electrical'
Making install in electric2
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/electric2'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/electric2'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/electric2'
 /usr/bin/install -c -m 644 ckt-breaker.png ckt-breaker.shape generator.png generator.shape isolator.png isolator.shape transformer.png transformer.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/electric2'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/electric2'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/electric2'
Making install in electronic
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/electronic'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/electronic'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/electronic'
 /usr/bin/install -c -m 644 ampermeter.png ampermeter.shape antenna.png antenna.shape bell.png bell.shape button.png button.shape capacitor_electrolytic.png capacitor_electrolytic.shape capacitor.png capacitor.shape contact_pair.png contact_pair.shape contact.png contact.shape crystal.png crystal.shape diac.png diac.shape di_gate.png di_gate.shape diode_inverse.png diode_inverse.shape diode_schottky.png diode_schottky.shape diode_tunnel.png diode_tunnel.shape diode_zenner.png diode_zenner.shape engine.png engine.shape ground.png ground.shape headphone.png headphone.shape inductor.png inductor.shape led_display.png led_display.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/electronic'
 /usr/bin/install -c -m 644 microphone.png microphone.shape photo_emiting_part.png photo_emiting_part.shape photo_sensitive_part.png photo_sensitive_part.shape port_inout.png port_inout.shape port_in.png port_in.shape port_out.png port_out.shape potenciometer.png potenciometer.shape source_current.png source_current.shape source.png source.shape source_substitution.png source_substitution.shape source_voltage_alternating.png source_voltage_alternating.shape source_voltage_direct.png source_voltage_direct.shape source_voltage.png source_voltage.shape transistor_bipolar_npn_1.png transistor_bipolar_npn_1.shape transistor_bipolar_npn_2.png transistor_bipolar_npn_2.shape transistor_bipolar_pnp_1.png transistor_bipolar_pnp_1.shape transistor_bipolar_pnp_2.png transistor_bipolar_pnp_2.shape transistor_jfe_n.png transistor_jfe_n.shape transistor_jfe_p.png transistor_jfe_p.shape transistor_misfe_c_n.png transistor_misfe_c_n.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/electronic'
 /usr/bin/install -c -m 644 transistor_misfe_c_p.png transistor_misfe_c_p.shape transistor_misfe_i_n.png transistor_misfe_i_n.shape transistor_misfe_i_p.png transistor_misfe_i_p.shape transistor_single_pn.png transistor_single_pn.shape triac.png triac.shape tyristor_diode.png tyristor_diode.shape tyristor_triode.png tyristor_triode.shape vacuum_diode.png vacuum_diode.shape vacuum_pentode.png vacuum_pentode.shape vacuum_triode.png vacuum_triode.shape variable_linear_part.png variable_linear_part.shape variable_nonlinear_part.png variable_nonlinear_part.shape varicap.png varicap.shape voltmeter.png voltmeter.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/electronic'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/electronic'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/electronic'
Making install in digital
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/digital'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/digital'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/digital'
 /usr/bin/install -c -m 644 add_h.png add_h.shape add_v.png add_v.shape and_h.png and_h.shape and_v.png and_v.shape buff_h.png buff_h.shape buff_v.png buff_v.shape conn.png conn.shape inv_h.png inv_h.shape inv_v.png inv_v.shape mux_h.png mux_h.shape mux_v.png mux_v.shape nand_h.png nand_h.shape nand_v.png nand_v.shape nor_h.png nor_h.shape nor_v.png nor_v.shape or_h.png or_h.shape or_v.png or_v.shape reg_h.png reg_h.shape reg_v.png reg_v.shape xnor_h.png xnor_h.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/digital'
 /usr/bin/install -c -m 644 xnor_v.png xnor_v.shape xor_h.png xor_h.shape xor_v.png xor_v.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/digital'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/digital'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/digital'
Making install in edpc
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/edpc'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/edpc'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/edpc'
 /usr/bin/install -c -m 644 and.png and.shape function.png function.shape or.png or.shape organisation_unit.png organisation_unit.shape xor.png xor.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/edpc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/edpc'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/edpc'
Making install in gradient
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/gradient'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/gradient'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/gradient'
 /usr/bin/install -c -m 644 dark_light_horizontal_gradient_box.png dark_light_horizontal_gradient_box.shape dark_light_horizontal_gradient_box.svg dark_light_horizontal_gradient.png dark_light_horizontal_gradient.shape dark_light_horizontal_gradient.svg dark_light_vertical_gradient_box.png dark_light_vertical_gradient_box.shape dark_light_vertical_gradient_box.svg dark_light_vertical_gradient.png dark_light_vertical_gradient.shape dark_light_vertical_gradient.svg light_dark_horizontal_gradient_box.png light_dark_horizontal_gradient_box.shape light_dark_horizontal_gradient_box.svg light_dark_horizontal_gradient.png light_dark_horizontal_gradient.shape light_dark_horizontal_gradient.svg light_dark_vertical_gradient_box.png light_dark_vertical_gradient_box.shape light_dark_vertical_gradient_box.svg light_dark_vertical_gradient.png light_dark_vertical_gradient.shape light_dark_vertical_gradient.svg '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/gradient'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/gradient'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/gradient'
Making install in HVAC
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/HVAC'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/HVAC'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/HVAC'
 /usr/bin/install -c -m 644 1WayDiffuser.png 1WayDiffuser.shape 24x24Return.png 24x24Return.shape 2WayDiffuser.png 2WayDiffuser.shape 3WayDiffuser.png 3WayDiffuser.shape 4WayDiffuser.png 4WayDiffuser.shape CeilingVent.png CeilingVent.shape CeilingVentVert.png CeilingVentVert.shape Duct.png Duct.shape DuctVert.png DuctVert.shape FloorVent.png FloorVent.shape FloorVentVert.png FloorVentVert.shape HumiditySensor.png HumiditySensor.shape InsulatedDuct.png InsulatedDuct.shape InsulatedDuctVert.png InsulatedDuctVert.shape Thermostat.png Thermostat.shape VolumeDamper.png VolumeDamper.shape VolumeDamperVert.png VolumeDamperVert.shape WallVent.png WallVent.shape WallVentVert.png WallVentVert.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/HVAC'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/HVAC'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/HVAC'
Making install in LST
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/LST'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/LST'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/LST'
 /usr/bin/install -c -m 644 associator_subsystem.png associator_subsystem.shape boundary.png cn_subsystem.png cn_subsystem.shape converter.png convert_subsystem.png convert_subsystem.shape decider_subsystem.png decider_subsystem.shape decoder.png decoder.shape decode_subsystem.png decode_subsystem.shape distributor_subsystem.png distributor_subsystem.shape encoder.png encoder.shape encode_subsystem.png encode_subsystem.shape extruder.png extruder.shape ingestor.png ingestor_subsystem.png ingestor_subsystem.shape internal_subsystem.png internal_subsystem.shape it_subsystem.png it_subsystem.shape memory_subsystem.png memory_subsystem.shape mestorage.png mestorage.shape motor.png motor.shape ot_subsystem.png ot_subsystem.shape producer.png producer.shape reproducer_subsystem.png '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/LST'
 /usr/bin/install -c -m 644 reproducer_subsystem.shape supporter_subsystem.png supporter_subsystem.shape timer.png timer.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/LST'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/LST'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/LST'
Making install in Optics
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Optics'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/Optics'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Optics'
 /usr/bin/install -c -m 644 atten.png atten.shape beam.png beam.shape circulator.png circulator.shape coupler.png coupler.shape coupler_vert.png coupler_vert.shape detector.png detector.shape detector_vert.png detector_vert.shape dfb_laser.png dfb_laser.shape dfb_laser_vert.png dfb_laser_vert.shape edfa.png edfa.shape edfa_vert.png edfa_vert.shape fibre.png fibre.shape fibre_vert.png fibre_vert.shape isolator.png isolator.shape isolator_vert.png isolator_vert.shape lpg.png lpg.shape lpg_vert.png lpg_vert.shape mod.png mod.shape mod_vert.png mod_vert.shape phasemod.png phasemod.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Optics'
 /usr/bin/install -c -m 644 phasemod_vert.png phasemod_vert.shape polarisation_control.png polarisation_control.shape polarisation_control_vert.png polarisation_control_vert.shape scope.png scope.shape sine.png sine.shape spectrum.png spectrum.shape square.png square.shape tuneable.png tuneable.shape wave.png wave.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Optics'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Optics'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Optics'
Making install in renewable_energy
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/renewable_energy'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/renewable_energy'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/renewable_energy'
 /usr/bin/install -c -m 644 cup_anemometer.png cup_anemometer.shape data_logger.png data_logger.shape meas_tower.png meas_tower.shape solar_module.png solar_module.shape temp_humi_sensor.png temp_humi_sensor.shape wind_turbine.png wind_turbine.shape wind_vane.png wind_vane.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/renewable_energy'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/renewable_energy'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/renewable_energy'
Making install in Racks
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/Racks'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/Racks'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Racks'
 /usr/bin/install -c -m 644 equipment_10u.png equipment_10u.shape equipment_11u.png equipment_11u.shape equipment_12u.png equipment_12u.shape equipment_1u.png equipment_1u.shape equipment_2u.png equipment_2u.shape equipment_3u.png equipment_3u.shape equipment_4u.png equipment_4u.shape equipment_5u.png equipment_5u.shape equipment_6u.png equipment_6u.shape equipment_7u.png equipment_7u.shape equipment_8u.png equipment_8u.shape equipment_9u.png equipment_9u.shape power_strip_bs_7.shape power_strip_bs.png power_strip_schuko_8.shape power_strip_schuko.png power_strip_ute_8.shape power_strip_ute.png rack_12u.png rack_12u.shape rack_16u.png rack_16u.shape rack_20u.png rack_20u.shape rack_38u.png rack_38u.shape rack_42u.png rack_42u.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Racks'
 /usr/bin/install -c -m 644 rack_label_anchors_42u.png rack_label_anchors_42u.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/Racks'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Racks'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/Racks'
Making install in scenegraph
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/scenegraph'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/scenegraph'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/scenegraph'
 /usr/bin/install -c -m 644 appearance.png appearance.shape callback.png callback.shape camera.png camera.shape component.png component.shape engine.png engine.shape field.png field.shape group.png group.shape light.png light.shape manipulator.png manipulator.shape metric.png metric.shape nodekit.png nodekit.shape property.png property.shape realtimeglobalfield.png realtimeglobalfield.shape separator.png separator.shape shape.png shape.shape soselection.png soselection.shape subgraph.png subgraph.shape switch.png switch.shape transform.png transform.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/scenegraph'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/scenegraph'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/scenegraph'
Making install in value_stream_mapping
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes/value_stream_mapping'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes/value_stream_mapping'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/value_stream_mapping'
 /usr/bin/install -c -m 644 air_transport.png air_transport.shape electronic_information_right.png electronic_information_right.shape glasses.png glasses.shape happy_face.png happy_face.shape Inventory.png Inventory.shape kanban_min_max.png kanban_min_max.shape kanban_post.png kanban_post.shape kanban_production.png kanban_production.shape kanban_withdrawal.png kanban_withdrawal.shape material_pull.png material_pull.shape Push.png Push.shape rail_transport.png rail_transport.shape storage.png storage.shape supplier.png supplier.shape working_cell_unit.png working_cell_unit.shape '/<<PKGBUILDDIR>>/debian/dia-shapes/usr/share/dia/shapes/value_stream_mapping'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes/value_stream_mapping'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes/value_stream_mapping'
make[3]: Entering directory '/<<PKGBUILDDIR>>/shapes'
make[4]: Entering directory '/<<PKGBUILDDIR>>/shapes'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/shapes'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/shapes'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/shapes'
Making install in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   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_perl
   dh_link
dh_link: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_strip_nondeterminism
   dh_compress
dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_fixperms
   dh_missing
dh_missing: 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_gencontrol
dh_gencontrol: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'dia-shapes' in '../dia-shapes_0.6.0-5_all.deb'.
 dpkg-genbuildinfo --build=binary -O../dia-shapes_0.6.0-5_arm64.buildinfo
 dpkg-genchanges --build=binary -O../dia-shapes_0.6.0-5_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-16T00:55:58Z

Finished
--------

I: Built successfully

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


dia-shapes_0.6.0-5_arm64.changes:
---------------------------------

Format: 1.8
Date: Wed, 02 Nov 2022 21:28:38 +0000
Source: dia-shapes
Binary: dia-shapes
Architecture: all
Version: 0.6.0-5
Distribution: sid
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Jelmer Vernooij <jelmer@debian.org>
Description:
 dia-shapes - Diagram editor (additional shapes)
Changes:
 dia-shapes (0.6.0-5) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since buster (oldstable):
     + Build-Depends: Drop versioned constraint on intltool.
Checksums-Sha1:
 2465a15e38602e2a50072b7b27b9bbe9cb8a9f97 265212 dia-shapes_0.6.0-5_all.deb
 a4a2d172b13db9a79f430959bcc761276cbfb13c 5458 dia-shapes_0.6.0-5_arm64.buildinfo
Checksums-Sha256:
 d9d8cfe670b8f205221c468471c38fcccaed0886601b6d01ea500a1ea49bde99 265212 dia-shapes_0.6.0-5_all.deb
 a3ea4feac231ac4d7b44dc56a3ec1872bc906724e06f331d7321ee1815994b55 5458 dia-shapes_0.6.0-5_arm64.buildinfo
Files:
 a6b4edbfc920a886e2ea6f96d9d718c3 265212 graphics optional dia-shapes_0.6.0-5_all.deb
 f3219163df49df18d3bdd0cea5ecec8f 5458 graphics optional dia-shapes_0.6.0-5_arm64.buildinfo

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

Format: 1.0
Source: dia-shapes
Binary: dia-shapes
Architecture: all
Version: 0.6.0-5
Checksums-Md5:
 a6b4edbfc920a886e2ea6f96d9d718c3 265212 dia-shapes_0.6.0-5_all.deb
Checksums-Sha1:
 2465a15e38602e2a50072b7b27b9bbe9cb8a9f97 265212 dia-shapes_0.6.0-5_all.deb
Checksums-Sha256:
 d9d8cfe670b8f205221c468471c38fcccaed0886601b6d01ea500a1ea49bde99 265212 dia-shapes_0.6.0-5_all.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Sat, 16 Nov 2024 00:55:58 +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),
 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),
 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 (= 0.51.0-6),
 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),
 libclone-perl (= 0.47-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),
 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),
 libencode-locale-perl (= 1.05-3),
 libexpat1 (= 2.6.4-1),
 libfile-listing-perl (= 6.16-1),
 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),
 libhtml-parser-perl (= 3.83-1+b1),
 libhtml-tagset-perl (= 3.24-1),
 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),
 libio-html-perl (= 1.004-3),
 libio-socket-ssl-perl (= 2.089-1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 liblsan0 (= 14.2.0-8),
 liblwp-mediatypes-perl (= 6.04-2),
 liblwp-protocol-https-perl (= 6.14-1),
 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),
 libnet-http-perl (= 6.23-1),
 libnet-ssleay-perl (= 1.94-2),
 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),
 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),
 libunistring5 (= 1.2-1+b1),
 liburi-perl (= 5.30-1),
 libuuid1 (= 2.40.2-11),
 libwww-perl (= 6.77-1),
 libwww-robotrules-perl (= 6.02-1),
 libxml-parser-perl (= 2.47-1+b3),
 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),
 netbase (= 6.4),
 openssl (= 3.3.2-2),
 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),
 perl-openssl-defaults (= 7+b2),
 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="1667424518"


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


dia-shapes_0.6.0-5_all.deb
--------------------------

 new Debian package, version 2.0.
 size 265212 bytes: control archive=22228 bytes.
     907 bytes,    36 lines      control
   79252 bytes,   955 lines      md5sums
 Package: dia-shapes
 Version: 0.6.0-5
 Architecture: all
 Maintainer: Debian QA Group <packages@qa.debian.org>
 Installed-Size: 1616
 Depends: dia
 Section: graphics
 Priority: optional
 Homepage: http://dia-installer.de/shapes/
 Description: Diagram editor (additional shapes)
  Dia is an editor for diagrams, graphs, charts etc. There is support for UML
  static structure diagrams (class diagrams), Entity-Relationship diagrams,
  network diagrams and much more. Diagrams can be exported to postscript and
  many other formats.
  .
  This package provides additional shapes for Dia. Included shapes are
   - Automata
   - AUTOSAR
   - Building site
   - Central data processing
   - CH-1 notation
   - Chemistry lab
   - Circuit 2
   - CMOS
   - Digital
   - EPC
   - Electric 2
   - Electrical
   - Electronic
   - Gradient
   - Living Systems Theory
   - Optics
   - Racks
   - Renewable Energy
   - Scenegraph
   - Value Stream Mapping

drwxr-xr-x root/root         0 2022-11-02 21:28 ./
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/samples/
-rw-r--r-- root/root      2733 2022-11-02 21:28 ./usr/share/dia/samples/AUTOSAR.dia
-rw-r--r-- root/root      2288 2022-11-02 21:28 ./usr/share/dia/samples/Automata.dia
-rw-r--r-- root/root      2920 2022-11-02 21:28 ./usr/share/dia/samples/CH-1.dia
-rw-r--r-- root/root      4284 2022-11-02 21:28 ./usr/share/dia/samples/CMOS.dia
-rw-r--r-- root/root     22225 2022-11-02 21:28 ./usr/share/dia/samples/Circuit2.dia
-rw-r--r-- root/root      2483 2022-11-02 21:28 ./usr/share/dia/samples/HVAC.dia
-rw-r--r-- root/root      2601 2022-11-02 21:28 ./usr/share/dia/samples/Racks.dia
-rw-r--r-- root/root      2294 2022-11-02 21:28 ./usr/share/dia/samples/building_site.dia
-rw-r--r-- root/root     34373 2022-11-02 21:28 ./usr/share/dia/samples/central_data_processing.dia
-rw-r--r-- root/root      3605 2022-11-02 21:28 ./usr/share/dia/samples/chemistry_lab.dia
-rw-r--r-- root/root      1887 2022-11-02 21:28 ./usr/share/dia/samples/digital.dia
-rw-r--r-- root/root      2145 2022-11-02 21:28 ./usr/share/dia/samples/edpc.dia
-rw-r--r-- root/root      2151 2022-11-02 21:28 ./usr/share/dia/samples/electric2.dia
-rw-r--r-- root/root     24263 2022-11-02 21:28 ./usr/share/dia/samples/gradient.dia
-rw-r--r-- root/root     65354 2022-11-02 21:28 ./usr/share/dia/samples/renewable_energy.dia
-rw-r--r-- root/root      1718 2022-11-02 21:28 ./usr/share/dia/samples/scenegraph.dia
-rw-r--r-- root/root      1640 2022-11-02 21:28 ./usr/share/dia/samples/value_stream_mapping.dia
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/
-rw-r--r-- root/root       583 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_CS_provides.png
-rw-r--r-- root/root       764 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_CS_provides.shape
-rw-r--r-- root/root       563 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_CS_requires_H.png
-rw-r--r-- root/root       753 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_CS_requires_H.shape
-rw-r--r-- root/root       572 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_CS_requires_V.png
-rw-r--r-- root/root       753 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_CS_requires_V.shape
-rw-r--r-- root/root       489 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Cal_H.png
-rw-r--r-- root/root       753 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Cal_H.shape
-rw-r--r-- root/root       478 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Cal_V.png
-rw-r--r-- root/root       753 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Cal_V.shape
-rw-r--r-- root/root       258 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Component.png
-rw-r--r-- root/root       797 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Component.shape
-rw-r--r-- root/root       738 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Composition.png
-rw-r--r-- root/root      1002 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Composition.shape
-rw-r--r-- root/root       358 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_IRV.png
-rw-r--r-- root/root       765 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_IRV.shape
-rw-r--r-- root/root       751 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Runnable.png
-rw-r--r-- root/root       967 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Runnable.shape
-rw-r--r-- root/root       628 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_SA_SWC.png
-rw-r--r-- root/root       969 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_SA_SWC.shape
-rw-r--r-- root/root       431 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_SR_H.png
-rw-r--r-- root/root       751 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_SR_H.shape
-rw-r--r-- root/root       451 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_SR_V.png
-rw-r--r-- root/root       751 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_SR_V.shape
-rw-r--r-- root/root       462 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_SWC.png
-rw-r--r-- root/root       815 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_SWC.shape
-rw-r--r-- root/root       503 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_CS_provides.png
-rw-r--r-- root/root       780 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_CS_provides.shape
-rw-r--r-- root/root       478 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_CS_requires_H.png
-rw-r--r-- root/root       787 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_CS_requires_H.shape
-rw-r--r-- root/root       538 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_CS_requires_V.png
-rw-r--r-- root/root       787 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_CS_requires_V.shape
-rw-r--r-- root/root       417 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_SR_H.png
-rw-r--r-- root/root       767 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_SR_H.shape
-rw-r--r-- root/root       472 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_SR_V.png
-rw-r--r-- root/root       767 2022-11-02 21:28 ./usr/share/dia/shapes/AUTOSAR/AS_Service_SR_V.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/
-rw-r--r-- root/root       784 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/finalstate.shape
-rw-r--r-- root/root      1142 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/fstate.png
-rw-r--r-- root/root       731 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/istate.png
-rw-r--r-- root/root       558 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/sfstate.png
-rw-r--r-- root/root       478 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/sstate.png
-rw-r--r-- root/root       895 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/startfinalstate.shape
-rw-r--r-- root/root       807 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/startstate.shape
-rw-r--r-- root/root       709 2022-11-02 21:28 ./usr/share/dia/shapes/Automata/state.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/
-rw-r--r-- root/root       223 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/condition.png
-rw-r--r-- root/root       604 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/condition.shape
-rw-r--r-- root/root       229 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/delay.png
-rw-r--r-- root/root       696 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/delay.shape
-rw-r--r-- root/root       183 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/department.png
-rw-r--r-- root/root       642 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/department.shape
-rw-r--r-- root/root       173 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/device.png
-rw-r--r-- root/root       620 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/device.shape
-rw-r--r-- root/root       164 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/employee.png
-rw-r--r-- root/root       576 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/employee.shape
-rw-r--r-- root/root       195 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/event.png
-rw-r--r-- root/root       573 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/event.shape
-rw-r--r-- root/root       194 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/junction.png
-rw-r--r-- root/root       586 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/junction.shape
-rw-r--r-- root/root       225 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/note.png
-rw-r--r-- root/root       596 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/note.shape
-rw-r--r-- root/root       188 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/outpart.png
-rw-r--r-- root/root       695 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/outpart.shape
-rw-r--r-- root/root       215 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/storage.png
-rw-r--r-- root/root       823 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/storage.shape
-rw-r--r-- root/root       179 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/work.png
-rw-r--r-- root/root       670 2022-11-02 21:28 ./usr/share/dia/shapes/CH-1/work.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/
-rw-r--r-- root/root       186 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/gnd_h.png
-rw-r--r-- root/root       667 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/gnd_h.shape
-rw-r--r-- root/root       169 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/gnd_v.png
-rw-r--r-- root/root       667 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/gnd_v.shape
-rw-r--r-- root/root       184 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/nmos_h.png
-rw-r--r-- root/root       739 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/nmos_h.shape
-rw-r--r-- root/root       200 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/nmos_v.png
-rw-r--r-- root/root       747 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/nmos_v.shape
-rw-r--r-- root/root       196 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/pmos_h.png
-rw-r--r-- root/root       864 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/pmos_h.shape
-rw-r--r-- root/root       215 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/pmos_v.png
-rw-r--r-- root/root       873 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/pmos_v.shape
-rw-r--r-- root/root       167 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/vdd_h.png
-rw-r--r-- root/root       540 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/vdd_h.shape
-rw-r--r-- root/root       194 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/vdd_v.png
-rw-r--r-- root/root       540 2022-11-02 21:28 ./usr/share/dia/shapes/CMOS/vdd_v.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/
-rw-r--r-- root/root      1330 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/Makefile.am
-rw-r--r-- root/root       336 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dcapacitor.png
-rw-r--r-- root/root       628 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dcapacitor.shape
-rw-r--r-- root/root       509 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/ddiode.png
-rw-r--r-- root/root       697 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/ddiode.shape
-rw-r--r-- root/root       709 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dinductor.png
-rw-r--r-- root/root       744 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dinductor.shape
-rw-r--r-- root/root       371 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dinductor_de.png
-rw-r--r-- root/root       632 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dinductor_de.shape
-rw-r--r-- root/root       638 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dled_de.png
-rw-r--r-- root/root       937 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dled_de.shape
-rw-r--r-- root/root       540 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dpcapacitor.png
-rw-r--r-- root/root       847 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dpcapacitor.shape
-rw-r--r-- root/root       613 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dresistor.png
-rw-r--r-- root/root       529 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dresistor.shape
-rw-r--r-- root/root       428 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dresistor_de.png
-rw-r--r-- root/root       632 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dresistor_de.shape
-rw-r--r-- root/root       594 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dzener.png
-rw-r--r-- root/root       698 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/dzener.shape
-rw-r--r-- root/root       458 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/hammeter.png
-rw-r--r-- root/root       719 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/hammeter.shape
-rw-r--r-- root/root       506 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/hpcapacitor.png
-rw-r--r-- root/root       864 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/hpcapacitor.shape
-rw-r--r-- root/root       465 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/hvoltmeter.png
-rw-r--r-- root/root       667 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/hvoltmeter.shape
-rw-r--r-- root/root       248 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/newhled.png
-rw-r--r-- root/root       956 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/newhled.shape
-rw-r--r-- root/root       237 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/newvled.png
-rw-r--r-- root/root       949 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/newvled.shape
-rw-r--r-- root/root       828 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/opto.png
-rw-r--r-- root/root      3587 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/opto.shape
-rw-r--r-- root/root       247 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/ramp.png
-rw-r--r-- root/root       639 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/ramp.shape
-rw-r--r-- root/root       746 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/relay.png
-rw-r--r-- root/root      2385 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/relay.shape
-rw-r--r-- root/root       268 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/sine.png
-rw-r--r-- root/root       628 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/sine.shape
-rw-r--r-- root/root       253 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/square.png
-rw-r--r-- root/root       652 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/square.shape
-rw-r--r-- root/root       933 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/triac.png
-rw-r--r-- root/root      1649 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/triac.shape
-rw-r--r-- root/root       260 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/triangle.png
-rw-r--r-- root/root       638 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/triangle.shape
-rw-r--r-- root/root       480 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/vammeter.png
-rw-r--r-- root/root       706 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/vammeter.shape
-rw-r--r-- root/root       490 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/vpcapacitor.png
-rw-r--r-- root/root       844 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/vpcapacitor.shape
-rw-r--r-- root/root       490 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/vvoltmeter.png
-rw-r--r-- root/root       657 2022-11-02 21:28 ./usr/share/dia/shapes/Circuit2/vvoltmeter.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/
-rw-r--r-- root/root       746 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac1_h.png
-rw-r--r-- root/root       722 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac1_h.shape
-rw-r--r-- root/root       634 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac1_v.png
-rw-r--r-- root/root       718 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac1_v.shape
-rw-r--r-- root/root       811 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac3_h.png
-rw-r--r-- root/root       722 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac3_h.shape
-rw-r--r-- root/root       662 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac3_v.png
-rw-r--r-- root/root       718 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac3_v.shape
-rw-r--r-- root/root       618 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac_h.png
-rw-r--r-- root/root       653 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac_h.shape
-rw-r--r-- root/root       620 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac_v.png
-rw-r--r-- root/root       651 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/ac_v.shape
-rw-r--r-- root/root       732 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/bel_l.png
-rw-r--r-- root/root       886 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/bel_l.shape
-rw-r--r-- root/root       828 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/bel_r.png
-rw-r--r-- root/root       886 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/bel_r.shape
-rw-r--r-- root/root       727 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/bel_v.png
-rw-r--r-- root/root       892 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/bel_v.shape
-rw-r--r-- root/root       748 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/buzzer_l.png
-rw-r--r-- root/root       898 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/buzzer_l.shape
-rw-r--r-- root/root       759 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/buzzer_r.png
-rw-r--r-- root/root       900 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/buzzer_r.shape
-rw-r--r-- root/root       729 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/buzzer_v.png
-rw-r--r-- root/root       902 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/buzzer_v.shape
-rw-r--r-- root/root       451 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_1_h.png
-rw-r--r-- root/root       641 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_1_h.shape
-rw-r--r-- root/root       454 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_1_v.png
-rw-r--r-- root/root       641 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_1_v.shape
-rw-r--r-- root/root       489 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_1wire_h.png
-rw-r--r-- root/root       649 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_1wire_h.shape
-rw-r--r-- root/root       543 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_1wire_v.png
-rw-r--r-- root/root       649 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_1wire_v.shape
-rw-r--r-- root/root       592 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_2_h.png
-rw-r--r-- root/root       733 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_2_h.shape
-rw-r--r-- root/root       619 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_2_v.png
-rw-r--r-- root/root       733 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_2_v.shape
-rw-r--r-- root/root       622 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_2wire_h.png
-rw-r--r-- root/root       735 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_2wire_h.shape
-rw-r--r-- root/root       691 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_2wire_v.png
-rw-r--r-- root/root       735 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_2wire_v.shape
-rw-r--r-- root/root       580 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_3_h.png
-rw-r--r-- root/root       788 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_3_h.shape
-rw-r--r-- root/root       579 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_3_v.png
-rw-r--r-- root/root       788 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_3_v.shape
-rw-r--r-- root/root       754 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_3wire_h.png
-rw-r--r-- root/root       791 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_3wire_h.shape
-rw-r--r-- root/root       776 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_3wire_v.png
-rw-r--r-- root/root       791 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_3wire_v.shape
-rw-r--r-- root/root       589 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inair.png
-rw-r--r-- root/root       622 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inair.shape
-rw-r--r-- root/root       603 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inground_h.png
-rw-r--r-- root/root       796 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inground_h.shape
-rw-r--r-- root/root       616 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inground_v.png
-rw-r--r-- root/root       796 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inground_v.shape
-rw-r--r-- root/root       655 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_intube_h.png
-rw-r--r-- root/root       633 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_intube_h.shape
-rw-r--r-- root/root       694 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_intube_v.png
-rw-r--r-- root/root       633 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_intube_v.shape
-rw-r--r-- root/root       634 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inwall_h.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inwall_h.shape
-rw-r--r-- root/root       708 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inwall_v.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_inwall_v.shape
-rw-r--r-- root/root       524 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_n_h.png
-rw-r--r-- root/root       722 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_n_h.shape
-rw-r--r-- root/root       582 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_n_v.png
-rw-r--r-- root/root       719 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_n_v.shape
-rw-r--r-- root/root       623 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_nwire_h.png
-rw-r--r-- root/root       726 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_nwire_h.shape
-rw-r--r-- root/root       642 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_nwire_v.png
-rw-r--r-- root/root       724 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_nwire_v.shape
-rw-r--r-- root/root       613 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_onwall_h.png
-rw-r--r-- root/root       844 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_onwall_h.shape
-rw-r--r-- root/root       708 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_onwall_v.png
-rw-r--r-- root/root       840 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/carrier_onwall_v.shape
-rw-r--r-- root/root       391 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/dc_h.png
-rw-r--r-- root/root       686 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/dc_h.shape
-rw-r--r-- root/root       405 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/dc_v.png
-rw-r--r-- root/root       752 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/dc_v.shape
-rw-r--r-- root/root       432 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/device.png
-rw-r--r-- root/root       890 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/device.shape
-rw-r--r-- root/root       872 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/devicefurnace.png
-rw-r--r-- root/root      1079 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/devicefurnace.shape
-rw-r--r-- root/root      1206 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/dispatch_box.png
-rw-r--r-- root/root       770 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/dispatch_box.shape
-rw-r--r-- root/root       607 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/fuseauto_h.png
-rw-r--r-- root/root      1051 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/fuseauto_h.shape
-rw-r--r-- root/root       608 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/fuseauto_v.png
-rw-r--r-- root/root      1055 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/fuseauto_v.shape
-rw-r--r-- root/root       498 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/fusemelt_h.png
-rw-r--r-- root/root       931 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/fusemelt_h.shape
-rw-r--r-- root/root       558 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/fusemelt_v.png
-rw-r--r-- root/root       934 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/fusemelt_v.shape
-rw-r--r-- root/root       648 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/grounding_d.png
-rw-r--r-- root/root       970 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/grounding_d.shape
-rw-r--r-- root/root       551 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/groundingstrip_v.png
-rw-r--r-- root/root      1077 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/groundingstrip_v.shape
-rw-r--r-- root/root       647 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/light.png
-rw-r--r-- root/root       862 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/light.shape
-rw-r--r-- root/root       838 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s1p.png
-rw-r--r-- root/root      1102 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s1p.shape
-rw-r--r-- root/root       874 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s2p.png
-rw-r--r-- root/root      1162 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s2p.shape
-rw-r--r-- root/root       898 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s3p.png
-rw-r--r-- root/root      1222 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s3p.shape
-rw-r--r-- root/root       957 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s4p.png
-rw-r--r-- root/root      1287 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s4p.shape
-rw-r--r-- root/root      1227 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s_light.png
-rw-r--r-- root/root      1027 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/s_light.shape
-rw-r--r-- root/root       813 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sd1p.png
-rw-r--r-- root/root      1250 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sd1p.shape
-rw-r--r-- root/root       885 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sd2p.png
-rw-r--r-- root/root      1369 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sd2p.shape
-rw-r--r-- root/root       961 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sd3p.png
-rw-r--r-- root/root      1490 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sd3p.shape
-rw-r--r-- root/root      1004 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sd4p.png
-rw-r--r-- root/root      1610 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sd4p.shape
-rw-r--r-- root/root       732 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socket_l.png
-rw-r--r-- root/root       850 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socket_l.shape
-rw-r--r-- root/root       723 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socket_r.png
-rw-r--r-- root/root       850 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socket_r.shape
-rw-r--r-- root/root       736 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socket_v.png
-rw-r--r-- root/root       858 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socket_v.shape
-rw-r--r-- root/root       648 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketchild_l.png
-rw-r--r-- root/root       976 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketchild_l.shape
-rw-r--r-- root/root       626 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketchild_r.png
-rw-r--r-- root/root       971 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketchild_r.shape
-rw-r--r-- root/root       639 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketchild_v.png
-rw-r--r-- root/root       984 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketchild_v.shape
-rw-r--r-- root/root       860 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketground_l.png
-rw-r--r-- root/root       913 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketground_l.shape
-rw-r--r-- root/root       874 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketground_r.png
-rw-r--r-- root/root       913 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketground_r.shape
-rw-r--r-- root/root       782 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketground_v.png
-rw-r--r-- root/root       924 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketground_v.shape
-rw-r--r-- root/root       731 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketgroundchild_l.png
-rw-r--r-- root/root      1042 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketgroundchild_l.shape
-rw-r--r-- root/root       728 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketgroundchild_r.png
-rw-r--r-- root/root      1034 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketgroundchild_r.shape
-rw-r--r-- root/root       713 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketgroundchild_v.png
-rw-r--r-- root/root      1050 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/socketgroundchild_v.shape
-rw-r--r-- root/root       914 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sx1p.png
-rw-r--r-- root/root      1508 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sx1p.shape
-rw-r--r-- root/root      1052 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sx2p.png
-rw-r--r-- root/root      1748 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sx2p.shape
-rw-r--r-- root/root      1259 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sx4p.png
-rw-r--r-- root/root      2457 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sx4p.shape
-rw-r--r-- root/root       749 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sy1p.png
-rw-r--r-- root/root      1256 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sy1p.shape
-rw-r--r-- root/root       805 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sy2p.png
-rw-r--r-- root/root      1376 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sy2p.shape
-rw-r--r-- root/root       872 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sy3p.png
-rw-r--r-- root/root      1496 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sy3p.shape
-rw-r--r-- root/root       937 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sy4p.png
-rw-r--r-- root/root      1616 2022-11-02 21:28 ./usr/share/dia/shapes/Electrical/sy4p.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/
-rw-r--r-- root/root       479 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/1WayDiffuser.png
-rw-r--r-- root/root       596 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/1WayDiffuser.shape
-rw-r--r-- root/root       447 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/24x24Return.png
-rw-r--r-- root/root       557 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/24x24Return.shape
-rw-r--r-- root/root       504 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/2WayDiffuser.png
-rw-r--r-- root/root       654 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/2WayDiffuser.shape
-rw-r--r-- root/root       519 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/3WayDiffuser.png
-rw-r--r-- root/root       677 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/3WayDiffuser.shape
-rw-r--r-- root/root       507 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/4WayDiffuser.png
-rw-r--r-- root/root       608 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/4WayDiffuser.shape
-rw-r--r-- root/root       218 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/CeilingVent.png
-rw-r--r-- root/root       765 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/CeilingVent.shape
-rw-r--r-- root/root       235 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/CeilingVentVert.png
-rw-r--r-- root/root       696 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/CeilingVentVert.shape
-rw-r--r-- root/root       178 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/Duct.png
-rw-r--r-- root/root       613 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/Duct.shape
-rw-r--r-- root/root       198 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/DuctVert.png
-rw-r--r-- root/root       507 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/DuctVert.shape
-rw-r--r-- root/root       236 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/FloorVent.png
-rw-r--r-- root/root       690 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/FloorVent.shape
-rw-r--r-- root/root       209 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/FloorVentVert.png
-rw-r--r-- root/root       698 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/FloorVentVert.shape
-rw-r--r-- root/root       690 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/HumiditySensor.png
-rw-r--r-- root/root       742 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/HumiditySensor.shape
-rw-r--r-- root/root       190 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/InsulatedDuct.png
-rw-r--r-- root/root       662 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/InsulatedDuct.shape
-rw-r--r-- root/root       198 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/InsulatedDuctVert.png
-rw-r--r-- root/root       678 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/InsulatedDuctVert.shape
-rw-r--r-- root/root       673 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/Thermostat.png
-rw-r--r-- root/root       650 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/Thermostat.shape
-rw-r--r-- root/root       289 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/VolumeDamper.png
-rw-r--r-- root/root       760 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/VolumeDamper.shape
-rw-r--r-- root/root       284 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/VolumeDamperVert.png
-rw-r--r-- root/root       961 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/VolumeDamperVert.shape
-rw-r--r-- root/root       176 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/WallVent.png
-rw-r--r-- root/root       768 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/WallVent.shape
-rw-r--r-- root/root       185 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/WallVentVert.png
-rw-r--r-- root/root       804 2022-11-02 21:28 ./usr/share/dia/shapes/HVAC/WallVentVert.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/LST/
-rw-r--r-- root/root       318 2022-11-02 21:28 ./usr/share/dia/shapes/LST/associator_subsystem.png
-rw-r--r-- root/root      1134 2022-11-02 21:28 ./usr/share/dia/shapes/LST/associator_subsystem.shape
-rw-r--r-- root/root       212 2022-11-02 21:28 ./usr/share/dia/shapes/LST/boundary.png
-rw-r--r-- root/root       545 2022-11-02 21:28 ./usr/share/dia/shapes/LST/cn_subsystem.png
-rw-r--r-- root/root      1321 2022-11-02 21:28 ./usr/share/dia/shapes/LST/cn_subsystem.shape
-rw-r--r-- root/root       322 2022-11-02 21:28 ./usr/share/dia/shapes/LST/convert_subsystem.png
-rw-r--r-- root/root      1771 2022-11-02 21:28 ./usr/share/dia/shapes/LST/convert_subsystem.shape
-rw-r--r-- root/root       927 2022-11-02 21:28 ./usr/share/dia/shapes/LST/converter.png
-rw-r--r-- root/root       671 2022-11-02 21:28 ./usr/share/dia/shapes/LST/decider_subsystem.png
-rw-r--r-- root/root      1544 2022-11-02 21:28 ./usr/share/dia/shapes/LST/decider_subsystem.shape
-rw-r--r-- root/root       340 2022-11-02 21:28 ./usr/share/dia/shapes/LST/decode_subsystem.png
-rw-r--r-- root/root      1641 2022-11-02 21:28 ./usr/share/dia/shapes/LST/decode_subsystem.shape
-rw-r--r-- root/root       762 2022-11-02 21:28 ./usr/share/dia/shapes/LST/decoder.png
-rw-r--r-- root/root      1303 2022-11-02 21:28 ./usr/share/dia/shapes/LST/decoder.shape
-rw-r--r-- root/root       792 2022-11-02 21:28 ./usr/share/dia/shapes/LST/distributor_subsystem.png
-rw-r--r-- root/root      1770 2022-11-02 21:28 ./usr/share/dia/shapes/LST/distributor_subsystem.shape
-rw-r--r-- root/root       353 2022-11-02 21:28 ./usr/share/dia/shapes/LST/encode_subsystem.png
-rw-r--r-- root/root      1660 2022-11-02 21:28 ./usr/share/dia/shapes/LST/encode_subsystem.shape
-rw-r--r-- root/root       821 2022-11-02 21:28 ./usr/share/dia/shapes/LST/encoder.png
-rw-r--r-- root/root      1288 2022-11-02 21:28 ./usr/share/dia/shapes/LST/encoder.shape
-rw-r--r-- root/root       759 2022-11-02 21:28 ./usr/share/dia/shapes/LST/extruder.png
-rw-r--r-- root/root       913 2022-11-02 21:28 ./usr/share/dia/shapes/LST/extruder.shape
-rw-r--r-- root/root       865 2022-11-02 21:28 ./usr/share/dia/shapes/LST/ingestor.png
-rw-r--r-- root/root       687 2022-11-02 21:28 ./usr/share/dia/shapes/LST/ingestor_subsystem.png
-rw-r--r-- root/root      1499 2022-11-02 21:28 ./usr/share/dia/shapes/LST/ingestor_subsystem.shape
-rw-r--r-- root/root       311 2022-11-02 21:28 ./usr/share/dia/shapes/LST/internal_subsystem.png
-rw-r--r-- root/root      1382 2022-11-02 21:28 ./usr/share/dia/shapes/LST/internal_subsystem.shape
-rw-r--r-- root/root       367 2022-11-02 21:28 ./usr/share/dia/shapes/LST/it_subsystem.png
-rw-r--r-- root/root       954 2022-11-02 21:28 ./usr/share/dia/shapes/LST/it_subsystem.shape
-rw-r--r-- root/root       912 2022-11-02 21:28 ./usr/share/dia/shapes/LST/memory_subsystem.png
-rw-r--r-- root/root      2232 2022-11-02 21:28 ./usr/share/dia/shapes/LST/memory_subsystem.shape
-rw-r--r-- root/root      1142 2022-11-02 21:28 ./usr/share/dia/shapes/LST/mestorage.png
-rw-r--r-- root/root      1602 2022-11-02 21:28 ./usr/share/dia/shapes/LST/mestorage.shape
-rw-r--r-- root/root       792 2022-11-02 21:28 ./usr/share/dia/shapes/LST/motor.png
-rw-r--r-- root/root      1769 2022-11-02 21:28 ./usr/share/dia/shapes/LST/motor.shape
-rw-r--r-- root/root       306 2022-11-02 21:28 ./usr/share/dia/shapes/LST/ot_subsystem.png
-rw-r--r-- root/root       961 2022-11-02 21:28 ./usr/share/dia/shapes/LST/ot_subsystem.shape
-rw-r--r-- root/root       844 2022-11-02 21:28 ./usr/share/dia/shapes/LST/producer.png
-rw-r--r-- root/root      3852 2022-11-02 21:28 ./usr/share/dia/shapes/LST/producer.shape
-rw-r--r-- root/root       597 2022-11-02 21:28 ./usr/share/dia/shapes/LST/reproducer_subsystem.png
-rw-r--r-- root/root      2511 2022-11-02 21:28 ./usr/share/dia/shapes/LST/reproducer_subsystem.shape
-rw-r--r-- root/root       491 2022-11-02 21:28 ./usr/share/dia/shapes/LST/supporter_subsystem.png
-rw-r--r-- root/root      1692 2022-11-02 21:28 ./usr/share/dia/shapes/LST/supporter_subsystem.shape
-rw-r--r-- root/root       735 2022-11-02 21:28 ./usr/share/dia/shapes/LST/timer.png
-rw-r--r-- root/root      1055 2022-11-02 21:28 ./usr/share/dia/shapes/LST/timer.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/
-rw-r--r-- root/root       804 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/atten.png
-rw-r--r-- root/root       754 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/atten.shape
-rw-r--r-- root/root       231 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/beam.png
-rw-r--r-- root/root       531 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/beam.shape
-rw-r--r-- root/root       281 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/circulator.png
-rw-r--r-- root/root       711 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/circulator.shape
-rw-r--r-- root/root       453 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/coupler.png
-rw-r--r-- root/root       748 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/coupler.shape
-rw-r--r-- root/root       549 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/coupler_vert.png
-rw-r--r-- root/root       776 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/coupler_vert.shape
-rw-r--r-- root/root       549 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/detector.png
-rw-r--r-- root/root       828 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/detector.shape
-rw-r--r-- root/root       530 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/detector_vert.png
-rw-r--r-- root/root       860 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/detector_vert.shape
-rw-r--r-- root/root       463 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/dfb_laser.png
-rw-r--r-- root/root      1894 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/dfb_laser.shape
-rw-r--r-- root/root       398 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/dfb_laser_vert.png
-rw-r--r-- root/root      2013 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/dfb_laser_vert.shape
-rw-r--r-- root/root       754 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/edfa.png
-rw-r--r-- root/root       543 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/edfa.shape
-rw-r--r-- root/root       809 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/edfa_vert.png
-rw-r--r-- root/root       582 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/edfa_vert.shape
-rw-r--r-- root/root       216 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/fibre.png
-rw-r--r-- root/root       601 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/fibre.shape
-rw-r--r-- root/root       250 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/fibre_vert.png
-rw-r--r-- root/root       555 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/fibre_vert.shape
-rw-r--r-- root/root       222 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/isolator.png
-rw-r--r-- root/root       683 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/isolator.shape
-rw-r--r-- root/root       224 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/isolator_vert.png
-rw-r--r-- root/root       699 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/isolator_vert.shape
-rw-r--r-- root/root       168 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/lpg.png
-rw-r--r-- root/root      1425 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/lpg.shape
-rw-r--r-- root/root       175 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/lpg_vert.png
-rw-r--r-- root/root      1441 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/lpg_vert.shape
-rw-r--r-- root/root       226 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/mod.png
-rw-r--r-- root/root       849 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/mod.shape
-rw-r--r-- root/root       226 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/mod_vert.png
-rw-r--r-- root/root       863 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/mod_vert.shape
-rw-r--r-- root/root       197 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/phasemod.png
-rw-r--r-- root/root      1144 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/phasemod.shape
-rw-r--r-- root/root       204 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/phasemod_vert.png
-rw-r--r-- root/root      1160 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/phasemod_vert.shape
-rw-r--r-- root/root       265 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/polarisation_control.png
-rw-r--r-- root/root       764 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/polarisation_control.shape
-rw-r--r-- root/root       288 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/polarisation_control_vert.png
-rw-r--r-- root/root       733 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/polarisation_control_vert.shape
-rw-r--r-- root/root       254 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/scope.png
-rw-r--r-- root/root      1285 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/scope.shape
-rw-r--r-- root/root       268 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/sine.png
-rw-r--r-- root/root       559 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/sine.shape
-rw-r--r-- root/root       229 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/spectrum.png
-rw-r--r-- root/root      2561 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/spectrum.shape
-rw-r--r-- root/root       253 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/square.png
-rw-r--r-- root/root       583 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/square.shape
-rw-r--r-- root/root       263 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/tuneable.png
-rw-r--r-- root/root       936 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/tuneable.shape
-rw-r--r-- root/root       175 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/wave.png
-rw-r--r-- root/root       439 2022-11-02 21:28 ./usr/share/dia/shapes/Optics/wave.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/
-rw-r--r-- root/root       634 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_10u.png
-rw-r--r-- root/root       854 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_10u.shape
-rw-r--r-- root/root       698 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_11u.png
-rw-r--r-- root/root       854 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_11u.shape
-rw-r--r-- root/root       719 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_12u.png
-rw-r--r-- root/root       855 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_12u.shape
-rw-r--r-- root/root       551 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_1u.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_1u.shape
-rw-r--r-- root/root       625 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_2u.png
-rw-r--r-- root/root       848 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_2u.shape
-rw-r--r-- root/root       626 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_3u.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_3u.shape
-rw-r--r-- root/root       621 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_4u.png
-rw-r--r-- root/root       847 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_4u.shape
-rw-r--r-- root/root       638 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_5u.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_5u.shape
-rw-r--r-- root/root       636 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_6u.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_6u.shape
-rw-r--r-- root/root       598 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_7u.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_7u.shape
-rw-r--r-- root/root       627 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_8u.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_8u.shape
-rw-r--r-- root/root       620 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_9u.png
-rw-r--r-- root/root       852 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/equipment_9u.shape
-rw-r--r-- root/root       508 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/power_strip_bs.png
-rw-r--r-- root/root      4337 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/power_strip_bs_7.shape
-rw-r--r-- root/root      1000 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/power_strip_schuko.png
-rw-r--r-- root/root      4657 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/power_strip_schuko_8.shape
-rw-r--r-- root/root       976 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/power_strip_ute.png
-rw-r--r-- root/root      5391 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/power_strip_ute_8.shape
-rw-r--r-- root/root       743 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_12u.png
-rw-r--r-- root/root      2251 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_12u.shape
-rw-r--r-- root/root       724 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_16u.png
-rw-r--r-- root/root      2683 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_16u.shape
-rw-r--r-- root/root       752 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_20u.png
-rw-r--r-- root/root      3113 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_20u.shape
-rw-r--r-- root/root       753 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_38u.png
-rw-r--r-- root/root      5097 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_38u.shape
-rw-r--r-- root/root       764 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_42u.png
-rw-r--r-- root/root      5535 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_42u.shape
-rw-r--r-- root/root       455 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_label_anchors_42u.png
-rw-r--r-- root/root      5822 2022-11-02 21:28 ./usr/share/dia/shapes/Racks/rack_label_anchors_42u.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/
-rw-r--r-- root/root       948 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/circle_diagonal_quarters_filled.png
-rw-r--r-- root/root       758 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/circle_diagonal_quarters_filled.shape
-rw-r--r-- root/root       601 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/concrete_mixer.png
-rw-r--r-- root/root       467 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/concrete_mixer.shape
-rw-r--r-- root/root       173 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/fence_horizontal.png
-rw-r--r-- root/root       765 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/fence_horizontal.shape
-rw-r--r-- root/root       170 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/fence_vertical.png
-rw-r--r-- root/root       761 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/fence_vertical.shape
-rw-r--r-- root/root       804 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/pre_silo.png
-rw-r--r-- root/root       577 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/pre_silo.shape
-rw-r--r-- root/root       543 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/proportioning_batcher.png
-rw-r--r-- root/root       523 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/proportioning_batcher.shape
-rw-r--r-- root/root       386 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_crossroads.png
-rw-r--r-- root/root      1011 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_crossroads.shape
-rw-r--r-- root/root       165 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_horizontal.png
-rw-r--r-- root/root       657 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_horizontal.shape
-rw-r--r-- root/root       258 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_rotated_tee.png
-rw-r--r-- root/root       714 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_rotated_tee.shape
-rw-r--r-- root/root       253 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_tee.png
-rw-r--r-- root/root       687 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_tee.shape
-rw-r--r-- root/root       500 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_turn.png
-rw-r--r-- root/root       684 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_turn.shape
-rw-r--r-- root/root       161 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_vertical.png
-rw-r--r-- root/root       653 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/road_vertical.shape
-rw-r--r-- root/root       157 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/slope_horizontal.png
-rw-r--r-- root/root       945 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/slope_horizontal.shape
-rw-r--r-- root/root       165 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/slope_vertical.png
-rw-r--r-- root/root       929 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/slope_vertical.shape
-rw-r--r-- root/root       201 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/wall_horizontal.png
-rw-r--r-- root/root      1228 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/wall_horizontal.shape
-rw-r--r-- root/root       209 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/wall_vertical.png
-rw-r--r-- root/root      1362 2022-11-02 21:28 ./usr/share/dia/shapes/building_site/wall_vertical.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/
-rw-r--r-- root/root       296 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_15.png
-rw-r--r-- root/root      1145 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_15.shape
-rw-r--r-- root/root       224 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_32.png
-rw-r--r-- root/root      1154 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_32.shape
-rw-r--r-- root/root       218 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_36.png
-rw-r--r-- root/root      1157 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_36.shape
-rw-r--r-- root/root       218 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_42.png
-rw-r--r-- root/root      1163 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_42.shape
-rw-r--r-- root/root       218 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_44.png
-rw-r--r-- root/root      1157 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_44.shape
-rw-r--r-- root/root       267 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_5.png
-rw-r--r-- root/root       995 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_5.shape
-rw-r--r-- root/root       271 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_7.png
-rw-r--r-- root/root       995 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/CPD_rack_7.shape
-rw-r--r-- root/root       176 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Litter.png
-rw-r--r-- root/root      1026 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Litter.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Modem.png
-rw-r--r-- root/root      1788 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Modem.shape
-rw-r--r-- root/root       174 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Organizador_Rack_1U.png
-rw-r--r-- root/root      3136 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Organizador_Rack_1U.shape
-rw-r--r-- root/root       177 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Organizador_Rack_2U.png
-rw-r--r-- root/root      3054 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Organizador_Rack_2U.shape
-rw-r--r-- root/root       174 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Organizer_Rack_1U.png
-rw-r--r-- root/root      3132 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Organizer_Rack_1U.shape
-rw-r--r-- root/root       177 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Organizer_Rack_2U.png
-rw-r--r-- root/root      3050 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Organizer_Rack_2U.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Path_Painel_24P.png
-rw-r--r-- root/root      7615 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Path_Painel_24P.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Router.png
-rw-r--r-- root/root      3709 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Router.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_1U.png
-rw-r--r-- root/root      6336 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_1U.shape
-rw-r--r-- root/root       344 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_2U.png
-rw-r--r-- root/root      7997 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_2U.shape
-rw-r--r-- root/root       332 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_2U_Slow.png
-rw-r--r-- root/root      4310 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_2U_Slow.shape
-rw-r--r-- root/root       300 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_2U_Very_Slow.png
-rw-r--r-- root/root      3970 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_2U_Very_Slow.shape
-rw-r--r-- root/root       372 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_3U.png
-rw-r--r-- root/root      6625 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_3U.shape
-rw-r--r-- root/root       398 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_3U_Slow_Density.png
-rw-r--r-- root/root      4790 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_3U_Slow_Density.shape
-rw-r--r-- root/root       348 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_4U.png
-rw-r--r-- root/root      7466 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_4U.shape
-rw-r--r-- root/root       406 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_4U_Right_Capacity.png
-rw-r--r-- root/root      9238 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_4U_Right_Capacity.shape
-rw-r--r-- root/root       356 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_4U_Slow_Capacity.png
-rw-r--r-- root/root      4972 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_4U_Slow_Capacity.shape
-rw-r--r-- root/root       428 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_4U_Very_Right_Capacity.png
-rw-r--r-- root/root      9513 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_4U_Very_Right_Capacity.shape
-rw-r--r-- root/root       444 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_5U.png
-rw-r--r-- root/root      6242 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_5U.shape
-rw-r--r-- root/root       462 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_5U_Right_Density.png
-rw-r--r-- root/root     11327 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Server_Rack_5U_Right_Density.shape
-rw-r--r-- root/root       394 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Storage_Rack_3U.png
-rw-r--r-- root/root     13073 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Storage_Rack_3U.shape
-rw-r--r-- root/root       388 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Storage_Rack_3U_SAN.png
-rw-r--r-- root/root      8801 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Storage_Rack_3U_SAN.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Switch_Rack_16P.png
-rw-r--r-- root/root      7262 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Switch_Rack_16P.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Switch_Rack_24P.png
-rw-r--r-- root/root     10212 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Switch_Rack_24P.shape
-rw-r--r-- root/root       236 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Switch_Rack_48P.png
-rw-r--r-- root/root     19630 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Switch_Rack_48P.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Switch_Rack_50P.png
-rw-r--r-- root/root     19478 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Switch_Rack_50P.shape
-rw-r--r-- root/root       285 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Telephone_exchange.png
-rw-r--r-- root/root      4170 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Telephone_exchange.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Voice_Painel_20P.png
-rw-r--r-- root/root      4184 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Voice_Painel_20P.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Voice_Painel_50P.png
-rw-r--r-- root/root      8764 2022-11-02 21:28 ./usr/share/dia/shapes/central_data_processing/Voice_Painel_50P.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/
-rw-r--r-- root/root       527 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/30-degree-bend.png
-rw-r--r-- root/root      1449 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/30-degree-bend.shape
-rw-r--r-- root/root       229 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/beaker.png
-rw-r--r-- root/root       779 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/beaker.shape
-rw-r--r-- root/root       369 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/buechner-funnel.png
-rw-r--r-- root/root      1400 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/buechner-funnel.shape
-rw-r--r-- root/root       220 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/burette.png
-rw-r--r-- root/root      3953 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/burette.shape
-rw-r--r-- root/root       337 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/clamp-extra-large.png
-rw-r--r-- root/root      5250 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/clamp-extra-large.shape
-rw-r--r-- root/root       278 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/clamp-front.png
-rw-r--r-- root/root      1148 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/clamp-front.shape
-rw-r--r-- root/root       365 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/clamp-large.png
-rw-r--r-- root/root      5238 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/clamp-large.shape
-rw-r--r-- root/root       384 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/clamp.png
-rw-r--r-- root/root      5258 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/clamp.shape
-rw-r--r-- root/root       427 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/column-reflux-red-blue.png
-rw-r--r-- root/root      2209 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/column-reflux-red-blue.shape
-rw-r--r-- root/root       419 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/column-reflux-red.png
-rw-r--r-- root/root      2199 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/column-reflux-red.shape
-rw-r--r-- root/root       420 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/column-reflux.png
-rw-r--r-- root/root      2191 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/column-reflux.shape
-rw-r--r-- root/root       429 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-black.png
-rw-r--r-- root/root      3665 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-black.shape
-rw-r--r-- root/root       437 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-blue.png
-rw-r--r-- root/root      3663 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-blue.shape
-rw-r--r-- root/root       452 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-green.png
-rw-r--r-- root/root      3665 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-green.shape
-rw-r--r-- root/root       216 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-liebig-vertical.png
-rw-r--r-- root/root      2300 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-liebig-vertical.shape
-rw-r--r-- root/root       440 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-orange.png
-rw-r--r-- root/root      3667 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-orange.shape
-rw-r--r-- root/root       441 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-pale-blue.png
-rw-r--r-- root/root      3673 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-pale-blue.shape
-rw-r--r-- root/root       440 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-red.png
-rw-r--r-- root/root      3661 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser-red.shape
-rw-r--r-- root/root       437 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser.png
-rw-r--r-- root/root      3653 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/condenser.shape
-rw-r--r-- root/root       521 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/erlenmeyer.png
-rw-r--r-- root/root      1600 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/erlenmeyer.shape
-rw-r--r-- root/root       478 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/funnel.png
-rw-r--r-- root/root       818 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/funnel.shape
-rw-r--r-- root/root       756 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/gooseneck.png
-rw-r--r-- root/root      1393 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/gooseneck.shape
-rw-r--r-- root/root       398 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/lab-stand-front.png
-rw-r--r-- root/root      1416 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/lab-stand-front.shape
-rw-r--r-- root/root       263 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/lab-stand.png
-rw-r--r-- root/root      1684 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/lab-stand.shape
-rw-r--r-- root/root       177 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/ring-front.png
-rw-r--r-- root/root       740 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/ring-front.shape
-rw-r--r-- root/root       318 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/ring.png
-rw-r--r-- root/root      4653 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/ring.shape
-rw-r--r-- root/root       549 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/sep-funnel-three-phases.png
-rw-r--r-- root/root      4465 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/sep-funnel-three-phases.shape
-rw-r--r-- root/root       544 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/sep-funnel-two-phases.png
-rw-r--r-- root/root      4013 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/sep-funnel-two-phases.shape
-rw-r--r-- root/root       471 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/sep-funnel.png
-rw-r--r-- root/root      2480 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/sep-funnel.shape
-rw-r--r-- root/root       213 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/stirbar.png
-rw-r--r-- root/root      1352 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/stirbar.shape
-rw-r--r-- root/root       380 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/stirplate-front.png
-rw-r--r-- root/root      2429 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/stirplate-front.shape
-rw-r--r-- root/root       297 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/stirplate.png
-rw-r--r-- root/root      1704 2022-11-02 21:28 ./usr/share/dia/shapes/chemistry_lab/stirplate.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/digital/
-rw-r--r-- root/root       343 2022-11-02 21:28 ./usr/share/dia/shapes/digital/add_h.png
-rw-r--r-- root/root       582 2022-11-02 21:28 ./usr/share/dia/shapes/digital/add_h.shape
-rw-r--r-- root/root       370 2022-11-02 21:28 ./usr/share/dia/shapes/digital/add_v.png
-rw-r--r-- root/root       581 2022-11-02 21:28 ./usr/share/dia/shapes/digital/add_v.shape
-rw-r--r-- root/root       266 2022-11-02 21:28 ./usr/share/dia/shapes/digital/and_h.png
-rw-r--r-- root/root       971 2022-11-02 21:28 ./usr/share/dia/shapes/digital/and_h.shape
-rw-r--r-- root/root       283 2022-11-02 21:28 ./usr/share/dia/shapes/digital/and_v.png
-rw-r--r-- root/root      1088 2022-11-02 21:28 ./usr/share/dia/shapes/digital/and_v.shape
-rw-r--r-- root/root       421 2022-11-02 21:28 ./usr/share/dia/shapes/digital/buff_h.png
-rw-r--r-- root/root       623 2022-11-02 21:28 ./usr/share/dia/shapes/digital/buff_h.shape
-rw-r--r-- root/root       436 2022-11-02 21:28 ./usr/share/dia/shapes/digital/buff_v.png
-rw-r--r-- root/root       627 2022-11-02 21:28 ./usr/share/dia/shapes/digital/buff_v.shape
-rw-r--r-- root/root       251 2022-11-02 21:28 ./usr/share/dia/shapes/digital/conn.png
-rw-r--r-- root/root       452 2022-11-02 21:28 ./usr/share/dia/shapes/digital/conn.shape
-rw-r--r-- root/root       473 2022-11-02 21:28 ./usr/share/dia/shapes/digital/inv_h.png
-rw-r--r-- root/root       576 2022-11-02 21:28 ./usr/share/dia/shapes/digital/inv_h.shape
-rw-r--r-- root/root       290 2022-11-02 21:28 ./usr/share/dia/shapes/digital/inv_v.png
-rw-r--r-- root/root       576 2022-11-02 21:28 ./usr/share/dia/shapes/digital/inv_v.shape
-rw-r--r-- root/root       264 2022-11-02 21:28 ./usr/share/dia/shapes/digital/mux_h.png
-rw-r--r-- root/root       573 2022-11-02 21:28 ./usr/share/dia/shapes/digital/mux_h.shape
-rw-r--r-- root/root       313 2022-11-02 21:28 ./usr/share/dia/shapes/digital/mux_v.png
-rw-r--r-- root/root       573 2022-11-02 21:28 ./usr/share/dia/shapes/digital/mux_v.shape
-rw-r--r-- root/root       295 2022-11-02 21:28 ./usr/share/dia/shapes/digital/nand_h.png
-rw-r--r-- root/root       980 2022-11-02 21:28 ./usr/share/dia/shapes/digital/nand_h.shape
-rw-r--r-- root/root       323 2022-11-02 21:28 ./usr/share/dia/shapes/digital/nand_v.png
-rw-r--r-- root/root      1097 2022-11-02 21:28 ./usr/share/dia/shapes/digital/nand_v.shape
-rw-r--r-- root/root       390 2022-11-02 21:28 ./usr/share/dia/shapes/digital/nor_h.png
-rw-r--r-- root/root       876 2022-11-02 21:28 ./usr/share/dia/shapes/digital/nor_h.shape
-rw-r--r-- root/root       431 2022-11-02 21:28 ./usr/share/dia/shapes/digital/nor_v.png
-rw-r--r-- root/root       876 2022-11-02 21:28 ./usr/share/dia/shapes/digital/nor_v.shape
-rw-r--r-- root/root       377 2022-11-02 21:28 ./usr/share/dia/shapes/digital/or_h.png
-rw-r--r-- root/root       867 2022-11-02 21:28 ./usr/share/dia/shapes/digital/or_h.shape
-rw-r--r-- root/root       418 2022-11-02 21:28 ./usr/share/dia/shapes/digital/or_v.png
-rw-r--r-- root/root       867 2022-11-02 21:28 ./usr/share/dia/shapes/digital/or_v.shape
-rw-r--r-- root/root       447 2022-11-02 21:28 ./usr/share/dia/shapes/digital/reg_h.png
-rw-r--r-- root/root       758 2022-11-02 21:28 ./usr/share/dia/shapes/digital/reg_h.shape
-rw-r--r-- root/root       443 2022-11-02 21:28 ./usr/share/dia/shapes/digital/reg_v.png
-rw-r--r-- root/root       758 2022-11-02 21:28 ./usr/share/dia/shapes/digital/reg_v.shape
-rw-r--r-- root/root       368 2022-11-02 21:28 ./usr/share/dia/shapes/digital/xnor_h.png
-rw-r--r-- root/root      1019 2022-11-02 21:28 ./usr/share/dia/shapes/digital/xnor_h.shape
-rw-r--r-- root/root       495 2022-11-02 21:28 ./usr/share/dia/shapes/digital/xnor_v.png
-rw-r--r-- root/root      1019 2022-11-02 21:28 ./usr/share/dia/shapes/digital/xnor_v.shape
-rw-r--r-- root/root       524 2022-11-02 21:28 ./usr/share/dia/shapes/digital/xor_h.png
-rw-r--r-- root/root      1010 2022-11-02 21:28 ./usr/share/dia/shapes/digital/xor_h.shape
-rw-r--r-- root/root       241 2022-11-02 21:28 ./usr/share/dia/shapes/digital/xor_v.png
-rw-r--r-- root/root      1010 2022-11-02 21:28 ./usr/share/dia/shapes/digital/xor_v.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/
-rw-r--r-- root/root       733 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/and.png
-rw-r--r-- root/root       593 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/and.shape
-rw-r--r-- root/root       188 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/function.png
-rw-r--r-- root/root       748 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/function.shape
-rw-r--r-- root/root       726 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/or.png
-rw-r--r-- root/root       601 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/or.shape
-rw-r--r-- root/root       226 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/organisation_unit.png
-rw-r--r-- root/root       756 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/organisation_unit.shape
-rw-r--r-- root/root       964 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/xor.png
-rw-r--r-- root/root       711 2022-11-02 21:28 ./usr/share/dia/shapes/edpc/xor.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/
-rw-r--r-- root/root       809 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/ckt-breaker.png
-rw-r--r-- root/root       902 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/ckt-breaker.shape
-rw-r--r-- root/root       783 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/generator.png
-rw-r--r-- root/root       780 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/generator.shape
-rw-r--r-- root/root       584 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/isolator.png
-rw-r--r-- root/root       569 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/isolator.shape
-rw-r--r-- root/root       673 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/transformer.png
-rw-r--r-- root/root       794 2022-11-02 21:28 ./usr/share/dia/shapes/electric2/transformer.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/
-rw-r--r-- root/root       265 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/ampermeter.png
-rw-r--r-- root/root       706 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/ampermeter.shape
-rw-r--r-- root/root       221 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/antenna.png
-rw-r--r-- root/root       518 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/antenna.shape
-rw-r--r-- root/root       241 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/bell.png
-rw-r--r-- root/root       536 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/bell.shape
-rw-r--r-- root/root       217 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/button.png
-rw-r--r-- root/root       694 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/button.shape
-rw-r--r-- root/root       219 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/capacitor.png
-rw-r--r-- root/root       597 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/capacitor.shape
-rw-r--r-- root/root       219 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/capacitor_electrolytic.png
-rw-r--r-- root/root       623 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/capacitor_electrolytic.shape
-rw-r--r-- root/root       200 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/contact.png
-rw-r--r-- root/root       499 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/contact.shape
-rw-r--r-- root/root       211 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/contact_pair.png
-rw-r--r-- root/root       613 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/contact_pair.shape
-rw-r--r-- root/root       246 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/crystal.png
-rw-r--r-- root/root       675 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/crystal.shape
-rw-r--r-- root/root       201 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/di_gate.png
-rw-r--r-- root/root       678 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/di_gate.shape
-rw-r--r-- root/root       318 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diac.png
-rw-r--r-- root/root       746 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diac.shape
-rw-r--r-- root/root       268 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diode_inverse.png
-rw-r--r-- root/root       634 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diode_inverse.shape
-rw-r--r-- root/root       278 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diode_schottky.png
-rw-r--r-- root/root       636 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diode_schottky.shape
-rw-r--r-- root/root       263 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diode_tunnel.png
-rw-r--r-- root/root       632 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diode_tunnel.shape
-rw-r--r-- root/root       269 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diode_zenner.png
-rw-r--r-- root/root       580 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/diode_zenner.shape
-rw-r--r-- root/root       283 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/engine.png
-rw-r--r-- root/root       542 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/engine.shape
-rw-r--r-- root/root       180 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/ground.png
-rw-r--r-- root/root       457 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/ground.shape
-rw-r--r-- root/root       249 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/headphone.png
-rw-r--r-- root/root       556 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/headphone.shape
-rw-r--r-- root/root       226 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/inductor.png
-rw-r--r-- root/root       494 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/inductor.shape
-rw-r--r-- root/root       276 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/led_display.png
-rw-r--r-- root/root      1496 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/led_display.shape
-rw-r--r-- root/root       264 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/microphone.png
-rw-r--r-- root/root       554 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/microphone.shape
-rw-r--r-- root/root       299 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/photo_emiting_part.png
-rw-r--r-- root/root       615 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/photo_emiting_part.shape
-rw-r--r-- root/root       309 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/photo_sensitive_part.png
-rw-r--r-- root/root       619 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/photo_sensitive_part.shape
-rw-r--r-- root/root       196 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/port_in.png
-rw-r--r-- root/root       456 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/port_in.shape
-rw-r--r-- root/root       209 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/port_inout.png
-rw-r--r-- root/root       468 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/port_inout.shape
-rw-r--r-- root/root       222 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/port_out.png
-rw-r--r-- root/root       458 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/port_out.shape
-rw-r--r-- root/root       226 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/potenciometer.png
-rw-r--r-- root/root       692 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/potenciometer.shape
-rw-r--r-- root/root       239 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source.png
-rw-r--r-- root/root       536 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source.shape
-rw-r--r-- root/root       249 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_current.png
-rw-r--r-- root/root       690 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_current.shape
-rw-r--r-- root/root       285 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_substitution.png
-rw-r--r-- root/root       666 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_substitution.shape
-rw-r--r-- root/root       253 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_voltage.png
-rw-r--r-- root/root       613 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_voltage.shape
-rw-r--r-- root/root       267 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_voltage_alternating.png
-rw-r--r-- root/root       610 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_voltage_alternating.shape
-rw-r--r-- root/root       253 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_voltage_direct.png
-rw-r--r-- root/root       649 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/source_voltage_direct.shape
-rw-r--r-- root/root       294 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_bipolar_npn_1.png
-rw-r--r-- root/root       714 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_bipolar_npn_1.shape
-rw-r--r-- root/root       300 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_bipolar_npn_2.png
-rw-r--r-- root/root       788 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_bipolar_npn_2.shape
-rw-r--r-- root/root       297 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_bipolar_pnp_1.png
-rw-r--r-- root/root       713 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_bipolar_pnp_1.shape
-rw-r--r-- root/root       304 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_bipolar_pnp_2.png
-rw-r--r-- root/root       787 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_bipolar_pnp_2.shape
-rw-r--r-- root/root       309 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_jfe_n.png
-rw-r--r-- root/root       881 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_jfe_n.shape
-rw-r--r-- root/root       310 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_jfe_p.png
-rw-r--r-- root/root       881 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_jfe_p.shape
-rw-r--r-- root/root       316 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_misfe_c_n.png
-rw-r--r-- root/root       872 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_misfe_c_n.shape
-rw-r--r-- root/root       314 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_misfe_c_p.png
-rw-r--r-- root/root       871 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_misfe_c_p.shape
-rw-r--r-- root/root       322 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_misfe_i_n.png
-rw-r--r-- root/root      1033 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_misfe_i_n.shape
-rw-r--r-- root/root       320 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_misfe_i_p.png
-rw-r--r-- root/root      1032 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_misfe_i_p.shape
-rw-r--r-- root/root       302 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_single_pn.png
-rw-r--r-- root/root       891 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/transistor_single_pn.shape
-rw-r--r-- root/root       326 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/triac.png
-rw-r--r-- root/root       782 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/triac.shape
-rw-r--r-- root/root       276 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/tyristor_diode.png
-rw-r--r-- root/root       584 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/tyristor_diode.shape
-rw-r--r-- root/root       298 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/tyristor_triode.png
-rw-r--r-- root/root       617 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/tyristor_triode.shape
-rw-r--r-- root/root       296 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/vacuum_diode.png
-rw-r--r-- root/root       997 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/vacuum_diode.shape
-rw-r--r-- root/root       320 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/vacuum_pentode.png
-rw-r--r-- root/root      2033 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/vacuum_pentode.shape
-rw-r--r-- root/root       307 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/vacuum_triode.png
-rw-r--r-- root/root      1391 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/vacuum_triode.shape
-rw-r--r-- root/root       254 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/variable_linear_part.png
-rw-r--r-- root/root       373 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/variable_linear_part.shape
-rw-r--r-- root/root       265 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/variable_nonlinear_part.png
-rw-r--r-- root/root       366 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/variable_nonlinear_part.shape
-rw-r--r-- root/root       283 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/varicap.png
-rw-r--r-- root/root       622 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/varicap.shape
-rw-r--r-- root/root       264 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/voltmeter.png
-rw-r--r-- root/root       650 2022-11-02 21:28 ./usr/share/dia/shapes/electronic/voltmeter.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/
-rw-r--r-- root/root       175 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_horizontal_gradient.png
-rw-r--r-- root/root       690 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_horizontal_gradient.shape
-rw-r--r-- root/root      1246 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_horizontal_gradient.svg
-rw-r--r-- root/root       283 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_horizontal_gradient_box.png
-rw-r--r-- root/root       677 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_horizontal_gradient_box.shape
-rw-r--r-- root/root      1246 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_horizontal_gradient_box.svg
-rw-r--r-- root/root       178 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_vertical_gradient.png
-rw-r--r-- root/root       684 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_vertical_gradient.shape
-rw-r--r-- root/root      1246 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_vertical_gradient.svg
-rw-r--r-- root/root       288 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_vertical_gradient_box.png
-rw-r--r-- root/root       671 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_vertical_gradient_box.shape
-rw-r--r-- root/root      1246 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/dark_light_vertical_gradient_box.svg
-rw-r--r-- root/root       166 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_horizontal_gradient.png
-rw-r--r-- root/root       690 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_horizontal_gradient.shape
-rw-r--r-- root/root      1238 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_horizontal_gradient.svg
-rw-r--r-- root/root       266 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_horizontal_gradient_box.png
-rw-r--r-- root/root       678 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_horizontal_gradient_box.shape
-rw-r--r-- root/root      1238 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_horizontal_gradient_box.svg
-rw-r--r-- root/root       173 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_vertical_gradient.png
-rw-r--r-- root/root       684 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_vertical_gradient.shape
-rw-r--r-- root/root      1243 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_vertical_gradient.svg
-rw-r--r-- root/root       277 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_vertical_gradient_box.png
-rw-r--r-- root/root       671 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_vertical_gradient_box.shape
-rw-r--r-- root/root      1243 2022-11-02 21:28 ./usr/share/dia/shapes/gradient/light_dark_vertical_gradient_box.svg
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/
-rw-r--r-- root/root       765 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/cup_anemometer.png
-rw-r--r-- root/root       823 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/cup_anemometer.shape
-rw-r--r-- root/root       572 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/data_logger.png
-rw-r--r-- root/root      3413 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/data_logger.shape
-rw-r--r-- root/root       355 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/meas_tower.png
-rw-r--r-- root/root     10890 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/meas_tower.shape
-rw-r--r-- root/root       630 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/solar_module.png
-rw-r--r-- root/root      4291 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/solar_module.shape
-rw-r--r-- root/root       735 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/temp_humi_sensor.png
-rw-r--r-- root/root      2348 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/temp_humi_sensor.shape
-rw-r--r-- root/root       466 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/wind_turbine.png
-rw-r--r-- root/root      3483 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/wind_turbine.shape
-rw-r--r-- root/root       540 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/wind_vane.png
-rw-r--r-- root/root       753 2022-11-02 21:28 ./usr/share/dia/shapes/renewable_energy/wind_vane.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/
-rw-r--r-- root/root       952 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/appearance.png
-rw-r--r-- root/root      1049 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/appearance.shape
-rw-r--r-- root/root       449 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/callback.png
-rw-r--r-- root/root       798 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/callback.shape
-rw-r--r-- root/root       720 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/camera.png
-rw-r--r-- root/root      1467 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/camera.shape
-rw-r--r-- root/root       248 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/component.png
-rw-r--r-- root/root      1389 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/component.shape
-rw-r--r-- root/root       456 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/engine.png
-rw-r--r-- root/root      1003 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/engine.shape
-rw-r--r-- root/root       514 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/field.png
-rw-r--r-- root/root       714 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/field.shape
-rw-r--r-- root/root       482 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/group.png
-rw-r--r-- root/root       593 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/group.shape
-rw-r--r-- root/root       800 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/light.png
-rw-r--r-- root/root      1622 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/light.shape
-rw-r--r-- root/root       937 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/manipulator.png
-rw-r--r-- root/root      1089 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/manipulator.shape
-rw-r--r-- root/root       740 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/metric.png
-rw-r--r-- root/root      1733 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/metric.shape
-rw-r--r-- root/root       592 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/nodekit.png
-rw-r--r-- root/root       689 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/nodekit.shape
-rw-r--r-- root/root       528 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/property.png
-rw-r--r-- root/root       600 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/property.shape
-rw-r--r-- root/root       607 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/realtimeglobalfield.png
-rw-r--r-- root/root      2704 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/realtimeglobalfield.shape
-rw-r--r-- root/root       569 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/separator.png
-rw-r--r-- root/root       719 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/separator.shape
-rw-r--r-- root/root       539 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/shape.png
-rw-r--r-- root/root       756 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/shape.shape
-rw-r--r-- root/root       651 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/soselection.png
-rw-r--r-- root/root      1415 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/soselection.shape
-rw-r--r-- root/root       600 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/subgraph.png
-rw-r--r-- root/root       623 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/subgraph.shape
-rw-r--r-- root/root       659 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/switch.png
-rw-r--r-- root/root      1059 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/switch.shape
-rw-r--r-- root/root       584 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/transform.png
-rw-r--r-- root/root      1067 2022-11-02 21:28 ./usr/share/dia/shapes/scenegraph/transform.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/
-rw-r--r-- root/root       499 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/Inventory.png
-rw-r--r-- root/root       613 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/Inventory.shape
-rw-r--r-- root/root       385 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/Push.png
-rw-r--r-- root/root       680 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/Push.shape
-rw-r--r-- root/root       507 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/air_transport.png
-rw-r--r-- root/root      1800 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/air_transport.shape
-rw-r--r-- root/root       286 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/electronic_information_right.png
-rw-r--r-- root/root       642 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/electronic_information_right.shape
-rw-r--r-- root/root       466 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/glasses.png
-rw-r--r-- root/root       929 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/glasses.shape
-rw-r--r-- root/root       609 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/happy_face.png
-rw-r--r-- root/root       708 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/happy_face.shape
-rw-r--r-- root/root       507 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/kanban_min_max.png
-rw-r--r-- root/root       550 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/kanban_min_max.shape
-rw-r--r-- root/root       494 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/kanban_post.png
-rw-r--r-- root/root       804 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/kanban_post.shape
-rw-r--r-- root/root       386 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/kanban_production.png
-rw-r--r-- root/root       468 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/kanban_production.shape
-rw-r--r-- root/root       394 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/kanban_withdrawal.png
-rw-r--r-- root/root       804 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/kanban_withdrawal.shape
-rw-r--r-- root/root       512 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/material_pull.png
-rw-r--r-- root/root       537 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/material_pull.shape
-rw-r--r-- root/root       556 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/rail_transport.png
-rw-r--r-- root/root      1520 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/rail_transport.shape
-rw-r--r-- root/root       261 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/storage.png
-rw-r--r-- root/root       714 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/storage.shape
-rw-r--r-- root/root       403 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/supplier.png
-rw-r--r-- root/root       592 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/supplier.shape
-rw-r--r-- root/root       616 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/working_cell_unit.png
-rw-r--r-- root/root       739 2022-11-02 21:28 ./usr/share/dia/shapes/value_stream_mapping/working_cell_unit.shape
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/dia/sheets/
-rw-r--r-- root/root      2525 2022-11-02 21:28 ./usr/share/dia/sheets/AUTOSAR.sheet
-rw-r--r-- root/root       545 2022-11-02 21:28 ./usr/share/dia/sheets/Automata.sheet
-rw-r--r-- root/root      1231 2022-11-02 21:28 ./usr/share/dia/sheets/CH-1.sheet
-rw-r--r-- root/root       987 2022-11-02 21:28 ./usr/share/dia/sheets/CMOS.sheet
-rw-r--r-- root/root      3109 2022-11-02 21:28 ./usr/share/dia/sheets/Circuit2.sheet
-rw-r--r-- root/root      8190 2022-11-02 21:28 ./usr/share/dia/sheets/Electrical.sheet
-rw-r--r-- root/root      1849 2022-11-02 21:28 ./usr/share/dia/sheets/HVAC.sheet
-rw-r--r-- root/root      2369 2022-11-02 21:28 ./usr/share/dia/sheets/LST.sheet
-rw-r--r-- root/root      3023 2022-11-02 21:28 ./usr/share/dia/sheets/Optics.sheet
-rw-r--r-- root/root      2517 2022-11-02 21:28 ./usr/share/dia/sheets/Racks.sheet
-rw-r--r-- root/root      2082 2022-11-02 21:28 ./usr/share/dia/sheets/building_site.sheet
-rw-r--r-- root/root      3308 2022-11-02 21:28 ./usr/share/dia/sheets/central_data_processing.sheet
-rw-r--r-- root/root      3229 2022-11-02 21:28 ./usr/share/dia/sheets/chemistry_lab.sheet
-rw-r--r-- root/root      2479 2022-11-02 21:28 ./usr/share/dia/sheets/digital.sheet
-rw-r--r-- root/root      1067 2022-11-02 21:28 ./usr/share/dia/sheets/edpc.sheet
-rw-r--r-- root/root       577 2022-11-02 21:28 ./usr/share/dia/sheets/electric2.sheet
-rw-r--r-- root/root      5411 2022-11-02 21:28 ./usr/share/dia/sheets/electronic.sheet
-rw-r--r-- root/root      1361 2022-11-02 21:28 ./usr/share/dia/sheets/gradient.sheet
-rw-r--r-- root/root      1074 2022-11-02 21:28 ./usr/share/dia/sheets/renewable_energy.sheet
-rw-r--r-- root/root      1815 2022-11-02 21:28 ./usr/share/dia/sheets/scenegraph.sheet
-rw-r--r-- root/root      2565 2022-11-02 21:28 ./usr/share/dia/sheets/value_stream_mapping.sheet
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-11-02 21:28 ./usr/share/doc/dia-shapes/
-rw-r--r-- root/root      3846 2013-05-19 09:35 ./usr/share/doc/dia-shapes/README
-rw-r--r-- root/root       677 2022-11-02 21:28 ./usr/share/doc/dia-shapes/changelog.Debian.gz
-rw-r--r-- root/root      2460 2022-11-02 21:28 ./usr/share/doc/dia-shapes/copyright


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 [1202 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1264 B]
Fetched 3081 B in 0s (265 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-AUgdfw/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-AUgdfw/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 856 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 [856 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 856 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 22643 files and directories currently installed.)
Preparing to unpack .../sbuild-build-depends-lintian-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Setting up sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Running lintian...
W: dia-shapes changes: distribution-and-changes-mismatch sid unstable
W: dia-shapes source: package-uses-deprecated-debhelper-compat-version 9
W: dia-shapes source: superfluous-file-pattern building-site/* [debian/copyright:17]
W: dia-shapes source: superfluous-file-pattern central-data-processing/* [debian/copyright:21]
W: dia-shapes source: superfluous-file-pattern ch-1/* [debian/copyright:25]
W: dia-shapes source: superfluous-file-pattern chemistry-labs/* [debian/copyright:29]
W: dia-shapes source: superfluous-file-pattern circuit2/* [debian/copyright:33]
W: dia-shapes source: superfluous-file-pattern cmos/* [debian/copyright:37]
W: dia-shapes source: superfluous-file-pattern digital/* [debian/copyright:41]
W: dia-shapes source: superfluous-file-pattern edpc/* [debian/copyright:45]
W: dia-shapes source: superfluous-file-pattern electric2/* [debian/copyright:49]
W: dia-shapes source: superfluous-file-pattern electronic/* [debian/copyright:53]
W: dia-shapes source: superfluous-file-pattern gradient/* [debian/copyright:57]
W: dia-shapes source: superfluous-file-pattern lst/* [debian/copyright:61]
W: dia-shapes source: superfluous-file-pattern optics/* [debian/copyright:65]
W: dia-shapes source: superfluous-file-pattern racks/* [debian/copyright:69]
W: dia-shapes source: superfluous-file-pattern renewable-energy/* [debian/copyright:73]
W: dia-shapes source: superfluous-file-pattern scenegraph/* [debian/copyright:77]
W: dia-shapes source: superfluous-file-pattern value-stream-mapping/* [debian/copyright:81]

I: Lintian run was successful.

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


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

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

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

Build Architecture: arm64
Build Type: binary
Build-Space: 11192
Build-Time: 19
Distribution: sid
Host Architecture: arm64
Install-Time: 17
Job: /tmp/debusine-fetch-exec-upload-askt13mp/dia-shapes_0.6.0-5.dsc
Lintian: warn
Machine Architecture: arm64
Package: dia-shapes
Package-Time: 71
Source-Version: 0.6.0-5
Space: 11192
Status: successful
Version: 0.6.0-5
--------------------------------------------------------------------------------
Finished at 2024-11-16T00:55:58Z
Build needed 00:01:11, 11192k disk space

Relations

Relation Direction Type Name
relates-to Source package dia-shapes_0.6.0-5
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 dia-shapes_0.6.0-5_all
relates-to Binary packages dia-shapes_0.6.0-5

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