Artifact jquery-ui-themes_1.12.1+dfsg-1.1_arm64-2024-11-16T20:07:05Z

Metadata
bd_uninstallable: null
filename: jquery-ui-themes_1.12.1+dfsg-1.1_arm64-2024-11-16T20:07:05Z.build
source: jquery-ui-themes
version: 1.12.1+dfsg-1.1

File

jquery-ui-themes_1.12.1+dfsg-1.1_arm64-2024-11-16T20:07:05Z.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
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-07.freexian.com

+==============================================================================+
| jquery-ui-themes 1.12.1+dfsg-1.1 (arm64)     Sat, 16 Nov 2024 20:07:05 +0000 |
+==============================================================================+

Package: jquery-ui-themes
Version: 1.12.1+dfsg-1.1
Source Version: 1.12.1+dfsg-1.1
Distribution: sid
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: binary

I: No tarballs found in /var/lib/debusine/worker/.cache/sbuild
Unpacking /var/lib/debusine/worker/system-images/957781/system.tar.xz to /tmp/tmp.sbuild.UQMEtOD7wT...
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-pa61p9oy/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-pa61p9oy/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-pa61p9oy/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-pa61p9oy/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-pa61p9oy/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-pa61p9oy/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-pa61p9oy/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/jquery-ui-themes-9AVZhe/resolver-YiNwkJ' with '<<RESOLVERDIR>>'

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

Get:1 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ InRelease
Ign:1 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ InRelease
Get:2 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ Release [606 B]
Get:3 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ Release [606 B]
Get:4 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ Release.gpg
Ign:4 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ Release.gpg
Get:5 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/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 [4911 kB]
Fetched 15.1 MB in 2s (6265 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 libsystemd0 libudev1 libuuid1 libxml2 login
  login.defs mount passwd util-linux
30 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 9274 kB/12.8 MB of archives.
After this operation, 603 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/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ dpkg 1.22.12~1.gbp82cafd [1513 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 debianutils arm64 5.21 [92.1 kB]
Get:4 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ dpkg-dev 1.22.12~1.gbp82cafd [1337 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 libsystemd0 arm64 257~rc2-3 [416 kB]
Get:6 file:/build/jquery-ui-themes-9AVZhe/resolver-RRDLOh/apt_archive ./ libdpkg-perl 1.22.12~1.gbp82cafd [647 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libudev1 arm64 257~rc2-3 [139 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libapt-pkg6.0t64 arm64 2.9.11 [921 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.2-11 [91.2 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.2-11 [162 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.2-11 [190 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.2-11 [135 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.2-11 [153 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.2-11 [35.7 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.2-11 [1170 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libpcre2-8-0 arm64 10.44-4 [243 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libselinux1 arm64 3.7-3+b1 [72.1 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libseccomp2 arm64 2.5.5-1+b3 [46.8 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 apt arm64 2.9.11 [1287 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libaudit-common all 1:4.0.2-2 [12.7 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libcap-ng0 arm64 0.8.5-3+b1 [17.0 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.2-2 [54.2 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.2-11 [80.0 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 login.defs all 1:4.16.0-5 [185 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 passwd arm64 1:4.16.0-5 [1210 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 libbrotli1 arm64 1.1.0-2+b6 [297 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 libglib2.0-0t64 arm64 2.82.2-3 [1411 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 libmarkdown2 arm64 2.2.7-2.1 [33.1 kB]
Get:30 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 9274 kB in 0s (55.6 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-11_arm64.deb ...
Unpacking bsdutils (1:2.40.2-11) over (1:2.40.2-10) ...
Setting up bsdutils (1:2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../debianutils_5.21_arm64.deb ...
Unpacking debianutils (5.21) over (5.20+b1) ...
Setting up debianutils (5.21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257~rc2-3_arm64.deb ...
Unpacking libsystemd0:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libsystemd0:arm64 (257~rc2-3) ...
(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 .../libudev1_257~rc2-3_arm64.deb ...
Unpacking libudev1:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libudev1:arm64 (257~rc2-3) ...
(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-login.defs_1%3a4.16.0-5_all.deb ...
Unpacking login.defs (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../2-libsemanage2_3.7-2+b1_arm64.deb ...
Unpacking libsemanage2:arm64 (3.7-2+b1) over (3.7-2) ...
Preparing to unpack .../3-passwd_1%3a4.16.0-5_arm64.deb ...
Unpacking passwd (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../4-dpkg-dev_1.22.12~1.gbp82cafd_all.deb ...
Unpacking dpkg-dev (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../5-libdpkg-perl_1.22.12~1.gbp82cafd_all.deb ...
Unpacking libdpkg-perl (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../6-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 .../7-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 .../8-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 .../9-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 login.defs (1:4.16.0-5) ...
Installing new version of config file /etc/login.defs ...
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) ...
Setting up passwd (1:4.16.0-5) ...
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-pa61p9oy/jquery-ui-themes_1.12.1+dfsg-1.1.dsc exists in /tmp/debusine-fetch-exec-upload-pa61p9oy; copying to chroot
I: NOTICE: Log filtering will replace 'build/jquery-ui-themes-9AVZhe/jquery-ui-themes-1.12.1+dfsg' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/jquery-ui-themes-9AVZhe' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: debhelper (>= 10), cleancss, m4, build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 10), cleancss, m4, 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 [625 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [657 B]
Fetched 1891 B in 0s (98.9 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-RRDLOh/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 cleancss cpp
  cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper
  dh-autoreconf dh-strip-nondeterminism dwz fakeroot g++ g++-14
  g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-14
  gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu libasan8 libc-dev-bin
  libc6-dev libcares2 libcc1-0 libcrypt-dev libdebhelper-perl libelf1t64
  libfakeroot libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0
  libisl23 libitm1 libjs-inherits libjs-source-map liblsan0 libmpc3 libmpfr6
  libnode115 libstdc++-14-dev libtool libtsan2 libubsan1 libuv1t64
  linux-libc-dev m4 node-acorn node-anymatch node-async-each
  node-balanced-match node-binary-extensions node-brace-expansion node-braces
  node-chokidar node-cjs-module-lexer node-clean-css node-commander
  node-fill-range node-fs.realpath node-glob node-glob-parent node-graceful-fs
  node-inflight node-inherits node-is-binary-path node-is-buffer
  node-is-extglob node-is-glob node-is-number node-kind-of node-minimatch
  node-normalize-path node-once node-path-dirname node-path-is-absolute
  node-readdirp node-repeat-string node-set-immediate-shim node-source-map
  node-to-regex-range node-undici node-wrappy node-xtend nodejs 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 npm node-corepack
  libmail-box-perl
Recommended packages:
  manpages manpages-dev libarchive-cpio-perl javascript-common libltdl-dev
  nodejs-doc libmail-sendmail-perl
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cleancss cpp
  cpp-14 cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu debhelper
  dh-autoreconf dh-strip-nondeterminism dwz fakeroot g++ g++-14
  g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-14
  gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu libasan8 libc-dev-bin
  libc6-dev libcares2 libcc1-0 libcrypt-dev libdebhelper-perl libelf1t64
  libfakeroot libfile-stripnondeterminism-perl libgcc-14-dev libhwasan0
  libisl23 libitm1 libjs-inherits libjs-source-map liblsan0 libmpc3 libmpfr6
  libnode115 libstdc++-14-dev libtool libtsan2 libubsan1 libuv1t64
  linux-libc-dev m4 node-acorn node-anymatch node-async-each
  node-balanced-match node-binary-extensions node-brace-expansion node-braces
  node-chokidar node-cjs-module-lexer node-clean-css node-commander
  node-fill-range node-fs.realpath node-glob node-glob-parent node-graceful-fs
  node-inflight node-inherits node-is-binary-path node-is-buffer
  node-is-extglob node-is-glob node-is-number node-kind-of node-minimatch
  node-normalize-path node-once node-path-dirname node-path-is-absolute
  node-readdirp node-repeat-string node-set-immediate-shim node-source-map
  node-to-regex-range node-undici node-wrappy node-xtend nodejs po-debconf
  rpcsvc-proto sbuild-build-depends-main-dummy
0 upgraded, 91 newly installed, 0 to remove and 0 not upgraded.
Need to get 73.6 MB of archives.
After this operation, 297 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [892 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 libcares2 arm64 1.34.2-1 [87.4 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libuv1t64 arm64 1.48.0-7 [143 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 node-xtend all 4.0.2-3 [3932 B]
Get:40 http://deb.debian.org/debian sid/main arm64 node-acorn all 8.8.1+ds+~cs25.17.7-2 [128 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 node-cjs-module-lexer all 1.2.3+dfsg-1 [30.6 kB]
Get:42 http://deb.debian.org/debian sid/main arm64 node-balanced-match all 2.0.0-1 [4872 B]
Get:43 http://deb.debian.org/debian sid/main arm64 node-brace-expansion all 2.0.1+~1.1.0-1 [7912 B]
Get:44 http://deb.debian.org/debian sid/main arm64 node-minimatch all 9.0.3-5 [76.7 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 node-undici all 5.28.4+dfsg1+~cs23.12.11-2 [314 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 libnode115 arm64 20.18.0+dfsg-2 [10.9 MB]
Get:47 http://deb.debian.org/debian sid/main arm64 nodejs arm64 20.18.0+dfsg-2 [349 kB]
Get:48 http://deb.debian.org/debian sid/main arm64 node-normalize-path all 3.0.0+~3.0.0-1 [6608 B]
Get:49 http://deb.debian.org/debian sid/main arm64 node-anymatch all 3.1.3+~cs4.6.1-2 [33.4 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 node-async-each all 1.0.3-3 [4292 B]
Get:51 http://deb.debian.org/debian sid/main arm64 node-is-buffer all 2.0.5-2 [4112 B]
Get:52 http://deb.debian.org/debian sid/main arm64 node-kind-of all 6.0.3+dfsg-2 [10.2 kB]
Get:53 http://deb.debian.org/debian sid/main arm64 node-is-number all 7.0.0-4 [6020 B]
Get:54 http://deb.debian.org/debian sid/main arm64 node-repeat-string all 1.6.1+repack-1 [5600 B]
Get:55 http://deb.debian.org/debian sid/main arm64 node-to-regex-range all 5.0.1-4 [10.5 kB]
Get:56 http://deb.debian.org/debian sid/main arm64 node-fill-range all 7.1.1+~7.0.3-1 [8768 B]
Get:57 http://deb.debian.org/debian sid/main arm64 node-braces all 3.0.3+~3.0.4-1 [20.6 kB]
Get:58 http://deb.debian.org/debian sid/main arm64 node-is-extglob all 2.1.1-5 [4612 B]
Get:59 http://deb.debian.org/debian sid/main arm64 node-is-glob all 4.0.3-2 [6620 B]
Get:60 http://deb.debian.org/debian sid/main arm64 node-path-dirname all 1.0.2-2 [4312 B]
Get:61 http://deb.debian.org/debian sid/main arm64 node-glob-parent all 6.0.2+~5.1.1-2 [8784 B]
Get:62 http://deb.debian.org/debian sid/main arm64 libjs-inherits all 2.0.4-6 [3548 B]
Get:63 http://deb.debian.org/debian sid/main arm64 node-inherits all 2.0.4-6 [4548 B]
Get:64 http://deb.debian.org/debian sid/main arm64 node-binary-extensions all 2.2.0-2 [4408 B]
Get:65 http://deb.debian.org/debian sid/main arm64 node-is-binary-path all 2.1.0-5 [3684 B]
Get:66 http://deb.debian.org/debian sid/main arm64 node-path-is-absolute all 2.0.0-2 [4068 B]
Get:67 http://deb.debian.org/debian sid/main arm64 node-graceful-fs all 4.2.10-1 [14.4 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 node-set-immediate-shim all 2.0.0-2 [3740 B]
Get:69 http://deb.debian.org/debian sid/main arm64 node-readdirp all 3.6.0-1 [11.5 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 node-chokidar all 3.6.0-2 [32.3 kB]
Get:71 http://deb.debian.org/debian sid/main arm64 libjs-source-map all 0.7.0++dfsg2+really.0.6.1-15 [29.6 kB]
Get:72 http://deb.debian.org/debian sid/main arm64 node-source-map all 0.7.0++dfsg2+really.0.6.1-15 [41.7 kB]
Get:73 http://deb.debian.org/debian sid/main arm64 node-clean-css all 5.3.3+~5.6.3-1 [95.4 kB]
Get:74 http://deb.debian.org/debian sid/main arm64 node-commander all 9.4.1-1 [65.3 kB]
Get:75 http://deb.debian.org/debian sid/main arm64 node-fs.realpath all 1.0.0-3 [6172 B]
Get:76 http://deb.debian.org/debian sid/main arm64 node-wrappy all 1.0.2-3 [3776 B]
Get:77 http://deb.debian.org/debian sid/main arm64 node-once all 1.4.1-1 [4624 B]
Get:78 http://deb.debian.org/debian sid/main arm64 node-inflight all 1.0.6-2 [3952 B]
Get:79 http://deb.debian.org/debian sid/main arm64 node-glob all 8.1.0+~cs8.5.15-1 [134 kB]
Get:80 http://deb.debian.org/debian sid/main arm64 cleancss all 5.3.3+~5.6.3-1 [27.0 kB]
Get:81 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:82 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:83 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:84 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:85 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:86 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:87 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:88 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:89 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:90 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:91 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 73.6 MB in 1s (79.7 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 libcares2:arm64.
Preparing to unpack .../35-libcares2_1.34.2-1_arm64.deb ...
Unpacking libcares2:arm64 (1.34.2-1) ...
Selecting previously unselected package libuv1t64:arm64.
Preparing to unpack .../36-libuv1t64_1.48.0-7_arm64.deb ...
Unpacking libuv1t64:arm64 (1.48.0-7) ...
Selecting previously unselected package node-xtend.
Preparing to unpack .../37-node-xtend_4.0.2-3_all.deb ...
Unpacking node-xtend (4.0.2-3) ...
Selecting previously unselected package node-acorn.
Preparing to unpack .../38-node-acorn_8.8.1+ds+~cs25.17.7-2_all.deb ...
Unpacking node-acorn (8.8.1+ds+~cs25.17.7-2) ...
Selecting previously unselected package node-cjs-module-lexer.
Preparing to unpack .../39-node-cjs-module-lexer_1.2.3+dfsg-1_all.deb ...
Unpacking node-cjs-module-lexer (1.2.3+dfsg-1) ...
Selecting previously unselected package node-balanced-match.
Preparing to unpack .../40-node-balanced-match_2.0.0-1_all.deb ...
Unpacking node-balanced-match (2.0.0-1) ...
Selecting previously unselected package node-brace-expansion.
Preparing to unpack .../41-node-brace-expansion_2.0.1+~1.1.0-1_all.deb ...
Unpacking node-brace-expansion (2.0.1+~1.1.0-1) ...
Selecting previously unselected package node-minimatch.
Preparing to unpack .../42-node-minimatch_9.0.3-5_all.deb ...
Unpacking node-minimatch (9.0.3-5) ...
Selecting previously unselected package node-undici.
Preparing to unpack .../43-node-undici_5.28.4+dfsg1+~cs23.12.11-2_all.deb ...
Unpacking node-undici (5.28.4+dfsg1+~cs23.12.11-2) ...
Selecting previously unselected package libnode115:arm64.
Preparing to unpack .../44-libnode115_20.18.0+dfsg-2_arm64.deb ...
Unpacking libnode115:arm64 (20.18.0+dfsg-2) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../45-nodejs_20.18.0+dfsg-2_arm64.deb ...
Unpacking nodejs (20.18.0+dfsg-2) ...
Selecting previously unselected package node-normalize-path.
Preparing to unpack .../46-node-normalize-path_3.0.0+~3.0.0-1_all.deb ...
Unpacking node-normalize-path (3.0.0+~3.0.0-1) ...
Selecting previously unselected package node-anymatch.
Preparing to unpack .../47-node-anymatch_3.1.3+~cs4.6.1-2_all.deb ...
Unpacking node-anymatch (3.1.3+~cs4.6.1-2) ...
Selecting previously unselected package node-async-each.
Preparing to unpack .../48-node-async-each_1.0.3-3_all.deb ...
Unpacking node-async-each (1.0.3-3) ...
Selecting previously unselected package node-is-buffer.
Preparing to unpack .../49-node-is-buffer_2.0.5-2_all.deb ...
Unpacking node-is-buffer (2.0.5-2) ...
Selecting previously unselected package node-kind-of.
Preparing to unpack .../50-node-kind-of_6.0.3+dfsg-2_all.deb ...
Unpacking node-kind-of (6.0.3+dfsg-2) ...
Selecting previously unselected package node-is-number.
Preparing to unpack .../51-node-is-number_7.0.0-4_all.deb ...
Unpacking node-is-number (7.0.0-4) ...
Selecting previously unselected package node-repeat-string.
Preparing to unpack .../52-node-repeat-string_1.6.1+repack-1_all.deb ...
Unpacking node-repeat-string (1.6.1+repack-1) ...
Selecting previously unselected package node-to-regex-range.
Preparing to unpack .../53-node-to-regex-range_5.0.1-4_all.deb ...
Unpacking node-to-regex-range (5.0.1-4) ...
Selecting previously unselected package node-fill-range.
Preparing to unpack .../54-node-fill-range_7.1.1+~7.0.3-1_all.deb ...
Unpacking node-fill-range (7.1.1+~7.0.3-1) ...
Selecting previously unselected package node-braces.
Preparing to unpack .../55-node-braces_3.0.3+~3.0.4-1_all.deb ...
Unpacking node-braces (3.0.3+~3.0.4-1) ...
Selecting previously unselected package node-is-extglob.
Preparing to unpack .../56-node-is-extglob_2.1.1-5_all.deb ...
Unpacking node-is-extglob (2.1.1-5) ...
Selecting previously unselected package node-is-glob.
Preparing to unpack .../57-node-is-glob_4.0.3-2_all.deb ...
Unpacking node-is-glob (4.0.3-2) ...
Selecting previously unselected package node-path-dirname.
Preparing to unpack .../58-node-path-dirname_1.0.2-2_all.deb ...
Unpacking node-path-dirname (1.0.2-2) ...
Selecting previously unselected package node-glob-parent.
Preparing to unpack .../59-node-glob-parent_6.0.2+~5.1.1-2_all.deb ...
Unpacking node-glob-parent (6.0.2+~5.1.1-2) ...
Selecting previously unselected package libjs-inherits.
Preparing to unpack .../60-libjs-inherits_2.0.4-6_all.deb ...
Unpacking libjs-inherits (2.0.4-6) ...
Selecting previously unselected package node-inherits.
Preparing to unpack .../61-node-inherits_2.0.4-6_all.deb ...
Unpacking node-inherits (2.0.4-6) ...
Selecting previously unselected package node-binary-extensions.
Preparing to unpack .../62-node-binary-extensions_2.2.0-2_all.deb ...
Unpacking node-binary-extensions (2.2.0-2) ...
Selecting previously unselected package node-is-binary-path.
Preparing to unpack .../63-node-is-binary-path_2.1.0-5_all.deb ...
Unpacking node-is-binary-path (2.1.0-5) ...
Selecting previously unselected package node-path-is-absolute.
Preparing to unpack .../64-node-path-is-absolute_2.0.0-2_all.deb ...
Unpacking node-path-is-absolute (2.0.0-2) ...
Selecting previously unselected package node-graceful-fs.
Preparing to unpack .../65-node-graceful-fs_4.2.10-1_all.deb ...
Unpacking node-graceful-fs (4.2.10-1) ...
Selecting previously unselected package node-set-immediate-shim.
Preparing to unpack .../66-node-set-immediate-shim_2.0.0-2_all.deb ...
Unpacking node-set-immediate-shim (2.0.0-2) ...
Selecting previously unselected package node-readdirp.
Preparing to unpack .../67-node-readdirp_3.6.0-1_all.deb ...
Unpacking node-readdirp (3.6.0-1) ...
Selecting previously unselected package node-chokidar.
Preparing to unpack .../68-node-chokidar_3.6.0-2_all.deb ...
Unpacking node-chokidar (3.6.0-2) ...
Selecting previously unselected package libjs-source-map.
Preparing to unpack .../69-libjs-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ...
Unpacking libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Selecting previously unselected package node-source-map.
Preparing to unpack .../70-node-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ...
Unpacking node-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Selecting previously unselected package node-clean-css.
Preparing to unpack .../71-node-clean-css_5.3.3+~5.6.3-1_all.deb ...
Unpacking node-clean-css (5.3.3+~5.6.3-1) ...
Selecting previously unselected package node-commander.
Preparing to unpack .../72-node-commander_9.4.1-1_all.deb ...
Unpacking node-commander (9.4.1-1) ...
Selecting previously unselected package node-fs.realpath.
Preparing to unpack .../73-node-fs.realpath_1.0.0-3_all.deb ...
Unpacking node-fs.realpath (1.0.0-3) ...
Selecting previously unselected package node-wrappy.
Preparing to unpack .../74-node-wrappy_1.0.2-3_all.deb ...
Unpacking node-wrappy (1.0.2-3) ...
Selecting previously unselected package node-once.
Preparing to unpack .../75-node-once_1.4.1-1_all.deb ...
Unpacking node-once (1.4.1-1) ...
Selecting previously unselected package node-inflight.
Preparing to unpack .../76-node-inflight_1.0.6-2_all.deb ...
Unpacking node-inflight (1.0.6-2) ...
Selecting previously unselected package node-glob.
Preparing to unpack .../77-node-glob_8.1.0+~cs8.5.15-1_all.deb ...
Unpacking node-glob (8.1.0+~cs8.5.15-1) ...
Selecting previously unselected package cleancss.
Preparing to unpack .../78-cleancss_5.3.3+~5.6.3-1_all.deb ...
Unpacking cleancss (5.3.3+~5.6.3-1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../79-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../80-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../81-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../82-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 .../83-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 .../84-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../85-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../86-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../87-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../88-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../89-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../90-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up node-fs.realpath (1.0.0-3) ...
Setting up libjs-inherits (2.0.4-6) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.20) ...
Setting up libuv1t64:arm64 (1.48.0-7) ...
Setting up libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Setting up linux-libc-dev (6.11.7-1) ...
Setting up m4 (1.4.19-4) ...
Setting up node-cjs-module-lexer (1.2.3+dfsg-1) ...
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 node-inherits (2.0.4-6) ...
Setting up node-path-is-absolute (2.0.0-2) ...
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 node-balanced-match (2.0.0-1) ...
Setting up node-brace-expansion (2.0.1+~1.1.0-1) ...
Setting up libcares2:arm64 (1.34.2-1) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up node-repeat-string (1.6.1+repack-1) ...
Setting up autopoint (0.22.5-2) ...
Setting up node-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Setting up node-wrappy (1.0.2-3) ...
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 node-commander (9.4.1-1) ...
Setting up node-undici (5.28.4+dfsg1+~cs23.12.11-2) ...
Setting up dwz (0.15-1+b1) ...
Setting up node-graceful-fs (4.2.10-1) ...
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 node-binary-extensions (2.2.0-2) ...
Setting up node-path-dirname (1.0.2-2) ...
Setting up node-minimatch (9.0.3-5) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up node-xtend (4.0.2-3) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up node-set-immediate-shim (2.0.0-2) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up node-is-buffer (2.0.5-2) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up node-async-each (1.0.3-3) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up node-is-extglob (2.1.1-5) ...
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 node-clean-css (5.3.3+~5.6.3-1) ...
Setting up node-once (1.4.1-1) ...
Setting up node-kind-of (6.0.3+dfsg-2) ...
Setting up node-is-binary-path (2.1.0-5) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up node-inflight (1.0.6-2) ...
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 node-glob (8.1.0+~cs8.5.15-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 node-acorn (8.8.1+ds+~cs25.17.7-2) ...
Setting up libnode115:arm64 (20.18.0+dfsg-2) ...
Setting up nodejs (20.18.0+dfsg-2) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
Setting up node-is-glob (4.0.3-2) ...
Setting up node-is-number (7.0.0-4) ...
Setting up node-normalize-path (3.0.0+~3.0.0-1) ...
Setting up node-glob-parent (6.0.2+~5.1.1-2) ...
Setting up node-anymatch (3.1.3+~cs4.6.1-2) ...
Setting up node-to-regex-range (5.0.1-4) ...
Setting up node-readdirp (3.6.0-1) ...
Setting up node-fill-range (7.1.1+~7.0.3-1) ...
Setting up node-braces (3.0.3+~3.0.4-1) ...
Setting up node-chokidar (3.6.0-2) ...
Setting up cleancss (5.3.3+~5.6.3-1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.40-3) ...
Processing triggers for man-db (2.13.0-1) ...

+------------------------------------------------------------------------------+
| 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 cleancss_5.3.3+~5.6.3-1 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-14_14.2.0-8 cpp-14-aarch64-linux-gnu_14.2.0-8 cpp-aarch64-linux-gnu_4:14.2.0-1 dash_0.5.12-9+b1 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.21 dh-autoreconf_20 dh-strip-nondeterminism_1.14.0-1 diffstat_1.66-1+b1 diffutils_1:3.10-1+b1 dpkg_1.22.12~1.gbp82cafd dpkg-dev_1.22.12~1.gbp82cafd dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 gpg_2.2.45-2 gpgconf_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4+b1 groff-base_1.23.0-5 gzip_1.12-1.1+b1 hostname_3.25 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 libacl1_2.3.2-2+b1 libaliased-perl_0.34-3 libappstream5_1.0.3-1+b1 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.11 libarchive-zip-perl_1.68-1 libasan8_14.2.0-8 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.2-2 libaudit1_1:4.0.2-2 libb-hooks-endofscope-perl_0.28-1 libb-hooks-op-check-perl_0.22-3+b2 libberkeleydb-perl_0.66-1 libbinutils_2.43.1-5 libblkid1_2.40.2-11 libbrotli1_1.1.0-2+b6 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcap-ng0_0.8.5-3+b1 libcap2_1:2.66-5+b1 libcapture-tiny-perl_0.48-2 libcares2_1.34.2-1 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-data-inheritable-perl_0.10-1 libclass-inspector-perl_1.36-3 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2_1.47.1-1+b1 libconfig-tiny-perl_2.30-1 libconst-fast-perl_0.014-2 libcpanel-json-xs-perl_4.38-1+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcurl3t64-gnutls_8.11.0-1 libdata-dpath-perl_0.60-1 libdata-messagepack-perl_1.02-1+b4 libdata-optlist-perl_0.114-1 libdata-validate-domain-perl_0.15-1 libdata-validate-ip-perl_0.31-1 libdata-validate-uri-perl_0.07-3 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.273 libdebhelper-perl_13.20 libdevel-callchecker-perl_0.009-1+b1 libdevel-size-perl_0.84-1+b1 libdevel-stacktrace-perl_2.0500-1 libdpkg-perl_1.22.12~1.gbp82cafd libdynaloader-functions-perl_0.004-1 libelf1t64_0.192-4 libemail-address-xs-perl_1.05-1+b4 libencode-locale-perl_1.05-3 libexception-class-perl_1.45-1 libext2fs2t64_1.47.1-1+b1 libfakeroot_1.36-1 libffi8_3.4.6-1 libfile-basedir-perl_0.09-2 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.16-1 libfile-sharedir-perl_1.118-3 libfile-stripnondeterminism-perl_1.14.0-1 libfont-ttf-perl_1.06-2 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libglib2.0-0t64_2.82.2-3 libgmp10_2:6.3.0+dfsg-2+b2 libgnutls30t64_3.8.8-2 libgomp1_14.2.0-8 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgssapi-krb5-2_1.21.3-3 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-html5-entities-perl_0.004-3 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tokeparser-simple-perl_3.16-4 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-interactive-perl_1.025-1 libio-socket-ssl-perl_2.089-1 libio-string-perl_1.08-4 libipc-run3-perl_0.049-1 libipc-system-simple-perl_1.30-2 libisl23_0.27-1 libiterator-perl_0.03+ds1-2 libiterator-util-perl_0.02+ds1-2 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjs-inherits_2.0.4-6 libjs-source-map_0.7.0++dfsg2+really.0.6.1-15 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 libnode115_20.18.0+dfsg-2 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~rc2-3 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~rc2-3 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-11 libuv1t64_1.48.0-7 libvariable-magic-perl_0.64-1+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libxml-libxml-perl_2.0207+dfsg+really+2.0134-5+b1 libxml-namespacesupport-perl_1.12-2 libxml-sax-base-perl_1.09-3 libxml-sax-perl_1.02+dfsg-3 libxml2_2.12.7+dfsg+really2.9.14-0.2+b1 libxmlb2_0.3.21-1 libxs-parse-keyword-perl_0.46-1+b1 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.7-1 login_1:4.16.0-2+really2.40.2-11 login.defs_1:4.16.0-5 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 node-acorn_8.8.1+ds+~cs25.17.7-2 node-anymatch_3.1.3+~cs4.6.1-2 node-async-each_1.0.3-3 node-balanced-match_2.0.0-1 node-binary-extensions_2.2.0-2 node-brace-expansion_2.0.1+~1.1.0-1 node-braces_3.0.3+~3.0.4-1 node-chokidar_3.6.0-2 node-cjs-module-lexer_1.2.3+dfsg-1 node-clean-css_5.3.3+~5.6.3-1 node-commander_9.4.1-1 node-fill-range_7.1.1+~7.0.3-1 node-fs.realpath_1.0.0-3 node-glob_8.1.0+~cs8.5.15-1 node-glob-parent_6.0.2+~5.1.1-2 node-graceful-fs_4.2.10-1 node-inflight_1.0.6-2 node-inherits_2.0.4-6 node-is-binary-path_2.1.0-5 node-is-buffer_2.0.5-2 node-is-extglob_2.1.1-5 node-is-glob_4.0.3-2 node-is-number_7.0.0-4 node-kind-of_6.0.3+dfsg-2 node-minimatch_9.0.3-5 node-normalize-path_3.0.0+~3.0.0-1 node-once_1.4.1-1 node-path-dirname_1.0.2-2 node-path-is-absolute_2.0.0-2 node-readdirp_3.6.0-1 node-repeat-string_1.6.1+repack-1 node-set-immediate-shim_2.0.0-2 node-source-map_0.7.0++dfsg2+really.0.6.1-15 node-to-regex-range_5.0.1-4 node-undici_5.28.4+dfsg1+~cs23.12.11-2 node-wrappy_1.0.2-3 node-xtend_4.0.2-3 nodejs_20.18.0+dfsg-2 openssl_3.3.2-2 openssl-provider-legacy_3.3.2-2 passwd_1:4.16.0-5 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: jquery-ui-themes
Binary: libjs-jquery-ui-theme-base, libjs-jquery-ui-theme-black-tie, libjs-jquery-ui-theme-blitzer, libjs-jquery-ui-theme-cupertino, libjs-jquery-ui-theme-dark-hive, libjs-jquery-ui-theme-dot-luv, libjs-jquery-ui-theme-eggplant, libjs-jquery-ui-theme-excite-bike, libjs-jquery-ui-theme-flick, libjs-jquery-ui-theme-hot-sneaks, libjs-jquery-ui-theme-humanity, libjs-jquery-ui-theme-le-frog, libjs-jquery-ui-theme-mint-choc, libjs-jquery-ui-theme-overcast, libjs-jquery-ui-theme-pepper-grinder, libjs-jquery-ui-theme-redmond, libjs-jquery-ui-theme-smoothness, libjs-jquery-ui-theme-south-street, libjs-jquery-ui-theme-start, libjs-jquery-ui-theme-sunny, libjs-jquery-ui-theme-swanky-purse, libjs-jquery-ui-theme-trontastic, libjs-jquery-ui-theme-ui-darkness, libjs-jquery-ui-theme-ui-lightness, libjs-jquery-ui-theme-vader
Architecture: all
Version: 1.12.1+dfsg-1.1
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira (metal) <metal@debian.org>, Ximin Luo <infinity0@debian.org>
Homepage: http://jqueryui.com/
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/jquery-ui-themes.git
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/jquery-ui-themes.git
Build-Depends: debhelper (>= 10), cleancss, m4
Package-List:
 libjs-jquery-ui-theme-base deb web optional arch=all
 libjs-jquery-ui-theme-black-tie deb web optional arch=all
 libjs-jquery-ui-theme-blitzer deb web optional arch=all
 libjs-jquery-ui-theme-cupertino deb web optional arch=all
 libjs-jquery-ui-theme-dark-hive deb web optional arch=all
 libjs-jquery-ui-theme-dot-luv deb web optional arch=all
 libjs-jquery-ui-theme-eggplant deb web optional arch=all
 libjs-jquery-ui-theme-excite-bike deb web optional arch=all
 libjs-jquery-ui-theme-flick deb web optional arch=all
 libjs-jquery-ui-theme-hot-sneaks deb web optional arch=all
 libjs-jquery-ui-theme-humanity deb web optional arch=all
 libjs-jquery-ui-theme-le-frog deb web optional arch=all
 libjs-jquery-ui-theme-mint-choc deb web optional arch=all
 libjs-jquery-ui-theme-overcast deb web optional arch=all
 libjs-jquery-ui-theme-pepper-grinder deb web optional arch=all
 libjs-jquery-ui-theme-redmond deb web optional arch=all
 libjs-jquery-ui-theme-smoothness deb web optional arch=all
 libjs-jquery-ui-theme-south-street deb web optional arch=all
 libjs-jquery-ui-theme-start deb web optional arch=all
 libjs-jquery-ui-theme-sunny deb web optional arch=all
 libjs-jquery-ui-theme-swanky-purse deb web optional arch=all
 libjs-jquery-ui-theme-trontastic deb web optional arch=all
 libjs-jquery-ui-theme-ui-darkness deb web optional arch=all
 libjs-jquery-ui-theme-ui-lightness deb web optional arch=all
 libjs-jquery-ui-theme-vader deb web optional arch=all
Checksums-Sha1:
 525c6048bac22f0e9fc8c9096d962497feeb262b 723374 jquery-ui-themes_1.12.1+dfsg.orig.tar.gz
 2a871bef026d6a69ca775b8f019f71e73060f99b 4260 jquery-ui-themes_1.12.1+dfsg-1.1.debian.tar.xz
Checksums-Sha256:
 0dd21063eec83595cbf9810b6f92fc8bd047407ff1db1068dc1f28cf1c4b3312 723374 jquery-ui-themes_1.12.1+dfsg.orig.tar.gz
 c78c86ac7188c9497886794327d789a8f1dee78a61417bd401444b60836835d6 4260 jquery-ui-themes_1.12.1+dfsg-1.1.debian.tar.xz
Files:
 50ba3d5c3ec7a64a7d649ffbfdd5c9ca 723374 jquery-ui-themes_1.12.1+dfsg.orig.tar.gz
 e5a7a94f2a6098f2c42f56885df09bd1 4260 jquery-ui-themes_1.12.1+dfsg-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEuL9UE3sJ01zwJv6dCRq4VgaaqhwFAmKnRXcACgkQCRq4Vgaa
qhwyOxAApHGcFQmmWi80CtkJb0hPmVlrW+xB41NiGfCR0ycT/L3zdwYXqsRKjisv
pJpX6GFCTAlRmj1AJqjEUeWCakIPlMXeDeD+u4faSXBV+uztWrY8eRHMZ9W+nEtJ
gd1p09COPTZV6NnHJVgzvVjsS+0AyPkEeE+QFwpraRkeoyLhWr7K7Pn02gmjW2fp
RpTZb6EwT74vBrhtqvhXXk9pvVOprahHneHTIwUDm/Aidtz/XoMWvcXzLGeJBVrA
VAK4fu3am9FZ3cMWXbRPJNc84mU7cSdgX0CDR5rRAgEzGVYGlNT3nqw45WC6XAFj
FlixbcETr1R59qFLBPkUZ9+b0pQgtY6ERr7BAG2DnOfuqEuG5+0ijxssOCyRq/al
bJVHLGgh9mwDrBWwG0VfEj/H5PbNEaZwUtEHtXBdSnGm4PY4HA9o2yZ4jDZPrEOz
A4G3dxGH7JBn+7JNxusE75458/B0EytEuqxPaTg/OukhUeQCFfmcBn1NvYluH4U8
clHCwaWREDKFSoEfpnmaloh/asOHaOp5Hz7LaE8PTWz7e/KYubCx3FLghxcYZlbG
TGRcEPl9dg1VVsvPRM2m7damfPKYoaD+jW1WYEldrutPov62p2kq9USVKVbtsy1w
68apFpiOJlfhad9R4l+uG1CeRFU7aOVA+GeiymQPqybTmoRoXyU=
=DW6y
-----END PGP SIGNATURE-----

gpgv: Signature made Mon Jun 13 14:11:03 2022 UTC
gpgv:                using RSA key B8BF54137B09D35CF026FE9D091AB856069AAA1C
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./jquery-ui-themes_1.12.1+dfsg-1.1.dsc: no acceptable signature found
dpkg-source: info: extracting jquery-ui-themes in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking jquery-ui-themes_1.12.1+dfsg.orig.tar.gz
dpkg-source: info: unpacking jquery-ui-themes_1.12.1+dfsg-1.1.debian.tar.xz

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

Sufficient free space for build

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

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

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

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package jquery-ui-themes
dpkg-buildpackage: info: source version 1.12.1+dfsg-1.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Holger Levsen <holger@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f debian/libjs-jquery-ui-theme-base.install debian/libjs-jquery-ui-theme-black-tie.install debian/libjs-jquery-ui-theme-blitzer.install debian/libjs-jquery-ui-theme-cupertino.install debian/libjs-jquery-ui-theme-dark-hive.install debian/libjs-jquery-ui-theme-dot-luv.install debian/libjs-jquery-ui-theme-eggplant.install debian/libjs-jquery-ui-theme-excite-bike.install debian/libjs-jquery-ui-theme-flick.install debian/libjs-jquery-ui-theme-hot-sneaks.install debian/libjs-jquery-ui-theme-humanity.install debian/libjs-jquery-ui-theme-le-frog.install debian/libjs-jquery-ui-theme-mint-choc.install debian/libjs-jquery-ui-theme-overcast.install debian/libjs-jquery-ui-theme-pepper-grinder.install debian/libjs-jquery-ui-theme-redmond.install debian/libjs-jquery-ui-theme-smoothness.install debian/libjs-jquery-ui-theme-south-street.install debian/libjs-jquery-ui-theme-start.install debian/libjs-jquery-ui-theme-sunny.install debian/libjs-jquery-ui-theme-swanky-purse.install debian/libjs-jquery-ui-theme-trontastic.install debian/libjs-jquery-ui-theme-ui-darkness.install debian/libjs-jquery-ui-theme-ui-lightness.install debian/libjs-jquery-ui-theme-vader.install debian/libjs-jquery-ui-theme-base.README.Debian debian/libjs-jquery-ui-theme-black-tie.README.Debian debian/libjs-jquery-ui-theme-blitzer.README.Debian debian/libjs-jquery-ui-theme-cupertino.README.Debian debian/libjs-jquery-ui-theme-dark-hive.README.Debian debian/libjs-jquery-ui-theme-dot-luv.README.Debian debian/libjs-jquery-ui-theme-eggplant.README.Debian debian/libjs-jquery-ui-theme-excite-bike.README.Debian debian/libjs-jquery-ui-theme-flick.README.Debian debian/libjs-jquery-ui-theme-hot-sneaks.README.Debian debian/libjs-jquery-ui-theme-humanity.README.Debian debian/libjs-jquery-ui-theme-le-frog.README.Debian debian/libjs-jquery-ui-theme-mint-choc.README.Debian debian/libjs-jquery-ui-theme-overcast.README.Debian debian/libjs-jquery-ui-theme-pepper-grinder.README.Debian debian/libjs-jquery-ui-theme-redmond.README.Debian debian/libjs-jquery-ui-theme-smoothness.README.Debian debian/libjs-jquery-ui-theme-south-street.README.Debian debian/libjs-jquery-ui-theme-start.README.Debian debian/libjs-jquery-ui-theme-sunny.README.Debian debian/libjs-jquery-ui-theme-swanky-purse.README.Debian debian/libjs-jquery-ui-theme-trontastic.README.Debian debian/libjs-jquery-ui-theme-ui-darkness.README.Debian debian/libjs-jquery-ui-theme-ui-lightness.README.Debian debian/libjs-jquery-ui-theme-vader.README.Debian themes/base/jquery-ui.css themes/black-tie/jquery-ui.css themes/blitzer/jquery-ui.css themes/cupertino/jquery-ui.css themes/dark-hive/jquery-ui.css themes/dot-luv/jquery-ui.css themes/eggplant/jquery-ui.css themes/excite-bike/jquery-ui.css themes/flick/jquery-ui.css themes/hot-sneaks/jquery-ui.css themes/humanity/jquery-ui.css themes/le-frog/jquery-ui.css themes/mint-choc/jquery-ui.css themes/overcast/jquery-ui.css themes/pepper-grinder/jquery-ui.css themes/redmond/jquery-ui.css themes/smoothness/jquery-ui.css themes/south-street/jquery-ui.css themes/start/jquery-ui.css themes/sunny/jquery-ui.css themes/swanky-purse/jquery-ui.css themes/trontastic/jquery-ui.css themes/ui-darkness/jquery-ui.css themes/ui-lightness/jquery-ui.css themes/vader/jquery-ui.css themes/base/jquery-ui.min.css themes/black-tie/jquery-ui.min.css themes/blitzer/jquery-ui.min.css themes/cupertino/jquery-ui.min.css themes/dark-hive/jquery-ui.min.css themes/dot-luv/jquery-ui.min.css themes/eggplant/jquery-ui.min.css themes/excite-bike/jquery-ui.min.css themes/flick/jquery-ui.min.css themes/hot-sneaks/jquery-ui.min.css themes/humanity/jquery-ui.min.css themes/le-frog/jquery-ui.min.css themes/mint-choc/jquery-ui.min.css themes/overcast/jquery-ui.min.css themes/pepper-grinder/jquery-ui.min.css themes/redmond/jquery-ui.min.css themes/smoothness/jquery-ui.min.css themes/south-street/jquery-ui.min.css themes/start/jquery-ui.min.css themes/sunny/jquery-ui.min.css themes/swanky-purse/jquery-ui.min.css themes/trontastic/jquery-ui.min.css themes/ui-darkness/jquery-ui.min.css themes/ui-lightness/jquery-ui.min.css themes/vader/jquery-ui.min.css
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   debian/rules install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh install
   debian/rules build
make[2]: Entering directory '/<<PKGBUILDDIR>>'
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[3]: Entering directory '/<<PKGBUILDDIR>>'
m4 -DTHEME=base "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-base.install"
m4 -DTHEME=black-tie "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-black-tie.install"
m4 -DTHEME=blitzer "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-blitzer.install"
m4 -DTHEME=cupertino "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-cupertino.install"
m4 -DTHEME=dark-hive "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-dark-hive.install"
m4 -DTHEME=dot-luv "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-dot-luv.install"
m4 -DTHEME=eggplant "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-eggplant.install"
m4 -DTHEME=excite-bike "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-excite-bike.install"
m4 -DTHEME=flick "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-flick.install"
m4 -DTHEME=hot-sneaks "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-hot-sneaks.install"
m4 -DTHEME=humanity "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-humanity.install"
m4 -DTHEME=le-frog "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-le-frog.install"
m4 -DTHEME=mint-choc "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-mint-choc.install"
m4 -DTHEME=overcast "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-overcast.install"
m4 -DTHEME=pepper-grinder "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-pepper-grinder.install"
m4 -DTHEME=redmond "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-redmond.install"
m4 -DTHEME=smoothness "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-smoothness.install"
m4 -DTHEME=south-street "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-south-street.install"
m4 -DTHEME=start "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-start.install"
m4 -DTHEME=sunny "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-sunny.install"
m4 -DTHEME=swanky-purse "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-swanky-purse.install"
m4 -DTHEME=trontastic "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-trontastic.install"
m4 -DTHEME=ui-darkness "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-ui-darkness.install"
m4 -DTHEME=ui-lightness "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-ui-lightness.install"
m4 -DTHEME=vader "debian/libjs-jquery-ui-theme-THEME.install.in" > "debian/libjs-jquery-ui-theme-vader.install"
m4 -DTHEME=base "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-base.README.Debian"
m4 -DTHEME=black-tie "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-black-tie.README.Debian"
m4 -DTHEME=blitzer "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-blitzer.README.Debian"
m4 -DTHEME=cupertino "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-cupertino.README.Debian"
m4 -DTHEME=dark-hive "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-dark-hive.README.Debian"
m4 -DTHEME=dot-luv "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-dot-luv.README.Debian"
m4 -DTHEME=eggplant "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-eggplant.README.Debian"
m4 -DTHEME=excite-bike "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-excite-bike.README.Debian"
m4 -DTHEME=flick "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-flick.README.Debian"
m4 -DTHEME=hot-sneaks "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-hot-sneaks.README.Debian"
m4 -DTHEME=humanity "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-humanity.README.Debian"
m4 -DTHEME=le-frog "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-le-frog.README.Debian"
m4 -DTHEME=mint-choc "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-mint-choc.README.Debian"
m4 -DTHEME=overcast "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-overcast.README.Debian"
m4 -DTHEME=pepper-grinder "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-pepper-grinder.README.Debian"
m4 -DTHEME=redmond "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-redmond.README.Debian"
m4 -DTHEME=smoothness "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-smoothness.README.Debian"
m4 -DTHEME=south-street "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-south-street.README.Debian"
m4 -DTHEME=start "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-start.README.Debian"
m4 -DTHEME=sunny "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-sunny.README.Debian"
m4 -DTHEME=swanky-purse "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-swanky-purse.README.Debian"
m4 -DTHEME=trontastic "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-trontastic.README.Debian"
m4 -DTHEME=ui-darkness "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-ui-darkness.README.Debian"
m4 -DTHEME=ui-lightness "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-ui-lightness.README.Debian"
m4 -DTHEME=vader "debian/libjs-jquery-ui-theme-THEME.README.Debian.in" > "debian/libjs-jquery-ui-theme-vader.README.Debian"
cat jquery-ui.structure.css themes/base/theme.css > "themes/base/jquery-ui.css"
cat jquery-ui.structure.css themes/black-tie/theme.css > "themes/black-tie/jquery-ui.css"
cat jquery-ui.structure.css themes/blitzer/theme.css > "themes/blitzer/jquery-ui.css"
cat jquery-ui.structure.css themes/cupertino/theme.css > "themes/cupertino/jquery-ui.css"
cat jquery-ui.structure.css themes/dark-hive/theme.css > "themes/dark-hive/jquery-ui.css"
cat jquery-ui.structure.css themes/dot-luv/theme.css > "themes/dot-luv/jquery-ui.css"
cat jquery-ui.structure.css themes/eggplant/theme.css > "themes/eggplant/jquery-ui.css"
cat jquery-ui.structure.css themes/excite-bike/theme.css > "themes/excite-bike/jquery-ui.css"
cat jquery-ui.structure.css themes/flick/theme.css > "themes/flick/jquery-ui.css"
cat jquery-ui.structure.css themes/hot-sneaks/theme.css > "themes/hot-sneaks/jquery-ui.css"
cat jquery-ui.structure.css themes/humanity/theme.css > "themes/humanity/jquery-ui.css"
cat jquery-ui.structure.css themes/le-frog/theme.css > "themes/le-frog/jquery-ui.css"
cat jquery-ui.structure.css themes/mint-choc/theme.css > "themes/mint-choc/jquery-ui.css"
cat jquery-ui.structure.css themes/overcast/theme.css > "themes/overcast/jquery-ui.css"
cat jquery-ui.structure.css themes/pepper-grinder/theme.css > "themes/pepper-grinder/jquery-ui.css"
cat jquery-ui.structure.css themes/redmond/theme.css > "themes/redmond/jquery-ui.css"
cat jquery-ui.structure.css themes/smoothness/theme.css > "themes/smoothness/jquery-ui.css"
cat jquery-ui.structure.css themes/south-street/theme.css > "themes/south-street/jquery-ui.css"
cat jquery-ui.structure.css themes/start/theme.css > "themes/start/jquery-ui.css"
cat jquery-ui.structure.css themes/sunny/theme.css > "themes/sunny/jquery-ui.css"
cat jquery-ui.structure.css themes/swanky-purse/theme.css > "themes/swanky-purse/jquery-ui.css"
cat jquery-ui.structure.css themes/trontastic/theme.css > "themes/trontastic/jquery-ui.css"
cat jquery-ui.structure.css themes/ui-darkness/theme.css > "themes/ui-darkness/jquery-ui.css"
cat jquery-ui.structure.css themes/ui-lightness/theme.css > "themes/ui-lightness/jquery-ui.css"
cat jquery-ui.structure.css themes/vader/theme.css > "themes/vader/jquery-ui.css"
cleancss "themes/base/jquery-ui.css" -o "themes/base/jquery-ui.min.css"
cleancss "themes/black-tie/jquery-ui.css" -o "themes/black-tie/jquery-ui.min.css"
cleancss "themes/blitzer/jquery-ui.css" -o "themes/blitzer/jquery-ui.min.css"
cleancss "themes/cupertino/jquery-ui.css" -o "themes/cupertino/jquery-ui.min.css"
cleancss "themes/dark-hive/jquery-ui.css" -o "themes/dark-hive/jquery-ui.min.css"
cleancss "themes/dot-luv/jquery-ui.css" -o "themes/dot-luv/jquery-ui.min.css"
cleancss "themes/eggplant/jquery-ui.css" -o "themes/eggplant/jquery-ui.min.css"
cleancss "themes/excite-bike/jquery-ui.css" -o "themes/excite-bike/jquery-ui.min.css"
cleancss "themes/flick/jquery-ui.css" -o "themes/flick/jquery-ui.min.css"
cleancss "themes/hot-sneaks/jquery-ui.css" -o "themes/hot-sneaks/jquery-ui.min.css"
cleancss "themes/humanity/jquery-ui.css" -o "themes/humanity/jquery-ui.min.css"
cleancss "themes/le-frog/jquery-ui.css" -o "themes/le-frog/jquery-ui.min.css"
cleancss "themes/mint-choc/jquery-ui.css" -o "themes/mint-choc/jquery-ui.min.css"
cleancss "themes/overcast/jquery-ui.css" -o "themes/overcast/jquery-ui.min.css"
cleancss "themes/pepper-grinder/jquery-ui.css" -o "themes/pepper-grinder/jquery-ui.min.css"
cleancss "themes/redmond/jquery-ui.css" -o "themes/redmond/jquery-ui.min.css"
cleancss "themes/smoothness/jquery-ui.css" -o "themes/smoothness/jquery-ui.min.css"
cleancss "themes/south-street/jquery-ui.css" -o "themes/south-street/jquery-ui.min.css"
cleancss "themes/start/jquery-ui.css" -o "themes/start/jquery-ui.min.css"
cleancss "themes/sunny/jquery-ui.css" -o "themes/sunny/jquery-ui.min.css"
cleancss "themes/swanky-purse/jquery-ui.css" -o "themes/swanky-purse/jquery-ui.min.css"
cleancss "themes/trontastic/jquery-ui.css" -o "themes/trontastic/jquery-ui.min.css"
cleancss "themes/ui-darkness/jquery-ui.css" -o "themes/ui-darkness/jquery-ui.min.css"
cleancss "themes/ui-lightness/jquery-ui.css" -o "themes/ui-lightness/jquery-ui.min.css"
cleancss "themes/vader/jquery-ui.css" -o "themes/vader/jquery-ui.min.css"
dh override_dh_auto_build
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_prep
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libjs-jquery-ui-theme-base' in '../libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-dark-hive' in '../libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-flick' in '../libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-mint-choc' in '../libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-smoothness' in '../libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-swanky-purse' in '../libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-vader' in '../libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-trontastic' in '../libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-hot-sneaks' in '../libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-dot-luv' in '../libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-south-street' in '../libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-black-tie' in '../libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-overcast' in '../libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-ui-darkness' in '../libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-eggplant' in '../libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-humanity' in '../libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-pepper-grinder' in '../libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-blitzer' in '../libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-start' in '../libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-ui-lightness' in '../libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-le-frog' in '../libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-cupertino' in '../libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-excite-bike' in '../libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-redmond' in '../libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all.deb'.
dpkg-deb: building package 'libjs-jquery-ui-theme-sunny' in '../libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all.deb'.
 dpkg-genbuildinfo --build=binary -O../jquery-ui-themes_1.12.1+dfsg-1.1_arm64.buildinfo
 dpkg-genchanges --build=binary -O../jquery-ui-themes_1.12.1+dfsg-1.1_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
--------------------------------------------------------------------------------
Build finished at 2024-11-16T20:08:27Z

Finished
--------

I: Built successfully

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


jquery-ui-themes_1.12.1+dfsg-1.1_arm64.changes:
-----------------------------------------------

Format: 1.8
Date: Mon, 13 Jun 2022 16:10:21 +0200
Source: jquery-ui-themes
Binary: libjs-jquery-ui-theme-base libjs-jquery-ui-theme-black-tie libjs-jquery-ui-theme-blitzer libjs-jquery-ui-theme-cupertino libjs-jquery-ui-theme-dark-hive libjs-jquery-ui-theme-dot-luv libjs-jquery-ui-theme-eggplant libjs-jquery-ui-theme-excite-bike libjs-jquery-ui-theme-flick libjs-jquery-ui-theme-hot-sneaks libjs-jquery-ui-theme-humanity libjs-jquery-ui-theme-le-frog libjs-jquery-ui-theme-mint-choc libjs-jquery-ui-theme-overcast libjs-jquery-ui-theme-pepper-grinder libjs-jquery-ui-theme-redmond libjs-jquery-ui-theme-smoothness libjs-jquery-ui-theme-south-street libjs-jquery-ui-theme-start libjs-jquery-ui-theme-sunny libjs-jquery-ui-theme-swanky-purse libjs-jquery-ui-theme-trontastic libjs-jquery-ui-theme-ui-darkness libjs-jquery-ui-theme-ui-lightness libjs-jquery-ui-theme-vader
Architecture: all
Version: 1.12.1+dfsg-1.1
Distribution: sid
Urgency: medium
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Holger Levsen <holger@debian.org>
Description:
 libjs-jquery-ui-theme-base - Base theme for jQuery UI
 libjs-jquery-ui-theme-black-tie - Black Tie theme for jQuery UI
 libjs-jquery-ui-theme-blitzer - Blitzer theme for jQuery UI
 libjs-jquery-ui-theme-cupertino - Cupertino theme for jQuery UI
 libjs-jquery-ui-theme-dark-hive - Dark Hive theme for jQuery UI
 libjs-jquery-ui-theme-dot-luv - Dot Luv theme for jQuery UI
 libjs-jquery-ui-theme-eggplant - Eggplant theme for jQuery UI
 libjs-jquery-ui-theme-excite-bike - Excite Bike theme for jQuery UI
 libjs-jquery-ui-theme-flick - Flick theme for jQuery UI
 libjs-jquery-ui-theme-hot-sneaks - Hot Sneaks theme for jQuery UI
 libjs-jquery-ui-theme-humanity - Humanity theme for jQuery UI
 libjs-jquery-ui-theme-le-frog - Le Frog theme for jQuery UI
 libjs-jquery-ui-theme-mint-choc - Mint Choc theme for jQuery UI
 libjs-jquery-ui-theme-overcast - Overcast theme for jQuery UI
 libjs-jquery-ui-theme-pepper-grinder - Pepper Grinder theme for jQuery UI
 libjs-jquery-ui-theme-redmond - Redmond theme for jQuery UI
 libjs-jquery-ui-theme-smoothness - Smoothness theme for jQuery UI
 libjs-jquery-ui-theme-south-street - South Street theme for jQuery UI
 libjs-jquery-ui-theme-start - Start theme for jQuery UI
 libjs-jquery-ui-theme-sunny - Sunny theme for jQuery UI
 libjs-jquery-ui-theme-swanky-purse - Swanky Purse theme for jQuery UI
 libjs-jquery-ui-theme-trontastic - Trontastic theme for jQuery UI
 libjs-jquery-ui-theme-ui-darkness - UI Darkness theme for jQuery UI
 libjs-jquery-ui-theme-ui-lightness - UI Lightness theme for jQuery UI
 libjs-jquery-ui-theme-vader - Vader theme for jQuery UI
Changes:
 jquery-ui-themes (1.12.1+dfsg-1.1) unstable; urgency=medium
 .
   * Non maintainer upload by the Reproducible Builds team.
   * No source change upload to rebuild on buildd with .buildinfo files.
Checksums-Sha1:
 7508324b4e3226e1e4c9ac39b0471f235666ed9f 14843 jquery-ui-themes_1.12.1+dfsg-1.1_arm64.buildinfo
 9164c47c1bfb2cc4c8d9db41903507ab66bd15c5 44216 libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all.deb
 cfff4e7a7beb73f1389ffa47dc87c87edbb5d6f5 46800 libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all.deb
 cfda84c2eaaffd5bb7f93348276f29799f864dab 26600 libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all.deb
 a94cb6b24e18026ad6e9b0f02cb996833748b341 27356 libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all.deb
 747c6ce3b44797d0da414904cfc82461896ab55a 39840 libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all.deb
 9324d89c8809a140d1aaccc06d55557fb3ecc71b 30008 libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all.deb
 8168c0990b240feed91e2f948c2c12fa95e3c557 38884 libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all.deb
 155ed69f5081732220aa0c3cd5216fcbde64a61a 26880 libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all.deb
 f6a62cdc80a8478c3b8c047f43f8a0257cbd7664 39084 libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all.deb
 4461542356ca97f92221da9652501cb1870569a7 33504 libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all.deb
 ce7659313920d64d33bf5aae9f3544e21dfe0b08 27216 libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all.deb
 440236c0afc8c25f689a59638eb0f6d2ed0aa65a 27448 libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all.deb
 96428e6635be6d054146d3704a5b04615770b5e0 49300 libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all.deb
 5c5246c70a7320708b08045304b1f6da895a5a68 32940 libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all.deb
 40e4352267eca6616982d3b2f4e834cf3676968d 105040 libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all.deb
 df895721a6af027ca1fef6c76c1a1b486de7b1df 26160 libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all.deb
 4575d4b78c2909abffe88027801af21f0ec77a8d 39708 libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all.deb
 461cebdc318a277cf749715b9396b2b4120d9b14 46176 libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all.deb
 103ce32c3a5b84708cf2a8fed6601d6f3d93fe78 36312 libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all.deb
 ce13f6e357b103deb91b89ce47d47b1e06daf86b 47888 libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all.deb
 46f3d7e51257f4c60ba195122f95ddca0c23c8de 20792 libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all.deb
 b3eaef73af0430c0e4c47939273267c4273fe6f6 53156 libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all.deb
 bb3f052b1970be5260d2d7c7fdf1fa37001fc10d 43408 libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all.deb
 4fe0aa4cf27af92e48339c6d5e8a8fc00a7dfe8b 39196 libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all.deb
 3d3f6cfebcd80340f279fefe213effa693c8efc7 49164 libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all.deb
Checksums-Sha256:
 d0141c1bc0760447daf55e10048408d538b2ed4901d27313ee841ad292a805ab 14843 jquery-ui-themes_1.12.1+dfsg-1.1_arm64.buildinfo
 222cc37ff4314f08a00e78c0cd7bfa5debcf3a11b1eb110a23a9884fe43b90bf 44216 libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all.deb
 101d3576aae223a650b64b28f137b7970ee267c989e052fd407826279b14d9e2 46800 libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all.deb
 c4ef94161d07dc3bf4e27a142170ea2bfa003a46725899ba98e70d3eff25fac6 26600 libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all.deb
 a454a347e0af81f9d74ba6fa6fac7d2046b8af468bb35dff3fc0ddcc98ea7852 27356 libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all.deb
 615067b25a115e5ce44b322292240b4c81647115e430468ec126e4ca3cf8a89b 39840 libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all.deb
 b4864830da046e3e6e904ad3340475cc4fa8e00374933e4234c4da9abd5efa78 30008 libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all.deb
 6574ee21825d0759c77f14a0ab6a609f5dc34b884da7abe2105b2fdf9730fb68 38884 libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all.deb
 2f2ca6945dc319548d917580eeb1bd868122220322022eb54fc233bc2cfd4e20 26880 libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all.deb
 d1631b51e126b8a84ec2085c2ac0755571da85d6f1d2f6b9beee238443bbc1b0 39084 libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all.deb
 009c1b76c05f20a2d8d348784fb95176b0e10bcd7e016f3421ad774e5bce4dc6 33504 libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all.deb
 325378e511fc8eae25ade541ef3904b9ad9d3051319bb02a6fce30b719b8c061 27216 libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all.deb
 761d464bb88f12c657fb20302829fd97971e5590da22fc332aae39a4be643199 27448 libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all.deb
 53abc488da517c4b0991f657fa1a533440c78e99219e7a59597a7883f2067c81 49300 libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all.deb
 1724cf3535a8e67d2b3910a0c02d415632faf90d809cae2dec47a56645e05d2a 32940 libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all.deb
 e39f6b0114a8f405e62cc004cdc18c35d47352e01416756a4e8c354e33081fef 105040 libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all.deb
 a6b582d8344bce9872314035a623b9f6e1774a27dcc35196f58eb4acf9dd0aef 26160 libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all.deb
 a9006209f8b11dfb78ddbf9d33c343c58181ace4a417f1fd3561251440eda10e 39708 libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all.deb
 86c9296a58098ee40098898f3abbb68a53f56dc96b04b9fa503e459f8bc07a50 46176 libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all.deb
 ad8052f29bc2cc3be6d364b2ed775b888a2464c80c7c0f3a1b063a5df9150a2c 36312 libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all.deb
 8dad46b36aba8e8419ae9bcc77b8bb80e19007247f0a6803d64eb802ffefc8f1 47888 libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all.deb
 0340a95676bba939ce9b7cbba652e3927fcbd96d9c09fc7c742eb69d6c0b792a 20792 libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all.deb
 d7158190bb3b8e79552c9e5726e345afee5e60135302796a7f870e1029e35917 53156 libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all.deb
 0a453fe7cf48e8cd5e3ec1e30e517801e67a05b3527dfbc2c5137e28df54b8c1 43408 libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all.deb
 0f0135ef3b5c580eb93af3ab5b19bfa5efb09ce7cd31033aa8b99024418c292c 39196 libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all.deb
 9295a596caf90dd0f3662ffde707a4d034f964b929f18b7adde4109231e3a345 49164 libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all.deb
Files:
 e872d18e024e212266056124f4679b1c 14843 web optional jquery-ui-themes_1.12.1+dfsg-1.1_arm64.buildinfo
 018ef5f2339b637adbfd07a0f3f27939 44216 web optional libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all.deb
 bb300d2798c0e12e7f6820037ae46367 46800 web optional libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all.deb
 2b5199717cea648c97bf7e37aad88546 26600 web optional libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all.deb
 10194eb38d66f193c4f756e24d9ff180 27356 web optional libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all.deb
 9caaf1274b117c75aa927658666b9d0d 39840 web optional libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all.deb
 939e17ebe40019efdec1f5fb281da31f 30008 web optional libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all.deb
 b66d118d59042147facda57a53ed3432 38884 web optional libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all.deb
 3ff0ea50d98e1a6395df02518f62199c 26880 web optional libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all.deb
 ec3c15c558dc782b33ba4da7fc4b232e 39084 web optional libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all.deb
 a57c37f4c275d528f022ef1fd4bae85c 33504 web optional libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all.deb
 83102aeb090e1671ec09b3849b4b83b5 27216 web optional libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all.deb
 23986914f8343a20086e0017a90649b0 27448 web optional libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all.deb
 afcb7ae19f25eb93a490ca77007e6572 49300 web optional libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all.deb
 7dceb575c0c9dab26bab3436edc77259 32940 web optional libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all.deb
 80e26b9e46ae651305a25506346a20d3 105040 web optional libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all.deb
 34f016cdde2a3fd83add20281c3b8775 26160 web optional libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all.deb
 d34085e074702753c8613e4d9af1fbb7 39708 web optional libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all.deb
 9138d3fb867d35f3f50ff7c23dc5c756 46176 web optional libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all.deb
 a66b733456c3941f8283be1c6eb6502e 36312 web optional libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all.deb
 ae7be1c3b7aed381907cbfd939bb87f1 47888 web optional libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all.deb
 64de616fd48790e1952cf161e9c199e1 20792 web optional libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all.deb
 577bd9ea2f9aed83f9ed882f458f583f 53156 web optional libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all.deb
 ed6cfb9ac804e6591b6b21f3e16c336b 43408 web optional libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all.deb
 fea223e6674da8816853f9f5608feae2 39196 web optional libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all.deb
 a1c80740ee17bc447679cec8df1888eb 49164 web optional libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all.deb

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

Format: 1.0
Source: jquery-ui-themes
Binary: libjs-jquery-ui-theme-base libjs-jquery-ui-theme-black-tie libjs-jquery-ui-theme-blitzer libjs-jquery-ui-theme-cupertino libjs-jquery-ui-theme-dark-hive libjs-jquery-ui-theme-dot-luv libjs-jquery-ui-theme-eggplant libjs-jquery-ui-theme-excite-bike libjs-jquery-ui-theme-flick libjs-jquery-ui-theme-hot-sneaks libjs-jquery-ui-theme-humanity libjs-jquery-ui-theme-le-frog libjs-jquery-ui-theme-mint-choc libjs-jquery-ui-theme-overcast libjs-jquery-ui-theme-pepper-grinder libjs-jquery-ui-theme-redmond libjs-jquery-ui-theme-smoothness libjs-jquery-ui-theme-south-street libjs-jquery-ui-theme-start libjs-jquery-ui-theme-sunny libjs-jquery-ui-theme-swanky-purse libjs-jquery-ui-theme-trontastic libjs-jquery-ui-theme-ui-darkness libjs-jquery-ui-theme-ui-lightness libjs-jquery-ui-theme-vader
Architecture: all
Version: 1.12.1+dfsg-1.1
Checksums-Md5:
 018ef5f2339b637adbfd07a0f3f27939 44216 libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all.deb
 bb300d2798c0e12e7f6820037ae46367 46800 libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all.deb
 2b5199717cea648c97bf7e37aad88546 26600 libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all.deb
 10194eb38d66f193c4f756e24d9ff180 27356 libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all.deb
 9caaf1274b117c75aa927658666b9d0d 39840 libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all.deb
 939e17ebe40019efdec1f5fb281da31f 30008 libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all.deb
 b66d118d59042147facda57a53ed3432 38884 libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all.deb
 3ff0ea50d98e1a6395df02518f62199c 26880 libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all.deb
 ec3c15c558dc782b33ba4da7fc4b232e 39084 libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all.deb
 a57c37f4c275d528f022ef1fd4bae85c 33504 libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all.deb
 83102aeb090e1671ec09b3849b4b83b5 27216 libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all.deb
 23986914f8343a20086e0017a90649b0 27448 libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all.deb
 afcb7ae19f25eb93a490ca77007e6572 49300 libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all.deb
 7dceb575c0c9dab26bab3436edc77259 32940 libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all.deb
 80e26b9e46ae651305a25506346a20d3 105040 libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all.deb
 34f016cdde2a3fd83add20281c3b8775 26160 libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all.deb
 d34085e074702753c8613e4d9af1fbb7 39708 libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all.deb
 9138d3fb867d35f3f50ff7c23dc5c756 46176 libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all.deb
 a66b733456c3941f8283be1c6eb6502e 36312 libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all.deb
 ae7be1c3b7aed381907cbfd939bb87f1 47888 libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all.deb
 64de616fd48790e1952cf161e9c199e1 20792 libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all.deb
 577bd9ea2f9aed83f9ed882f458f583f 53156 libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all.deb
 ed6cfb9ac804e6591b6b21f3e16c336b 43408 libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all.deb
 fea223e6674da8816853f9f5608feae2 39196 libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all.deb
 a1c80740ee17bc447679cec8df1888eb 49164 libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all.deb
Checksums-Sha1:
 9164c47c1bfb2cc4c8d9db41903507ab66bd15c5 44216 libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all.deb
 cfff4e7a7beb73f1389ffa47dc87c87edbb5d6f5 46800 libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all.deb
 cfda84c2eaaffd5bb7f93348276f29799f864dab 26600 libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all.deb
 a94cb6b24e18026ad6e9b0f02cb996833748b341 27356 libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all.deb
 747c6ce3b44797d0da414904cfc82461896ab55a 39840 libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all.deb
 9324d89c8809a140d1aaccc06d55557fb3ecc71b 30008 libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all.deb
 8168c0990b240feed91e2f948c2c12fa95e3c557 38884 libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all.deb
 155ed69f5081732220aa0c3cd5216fcbde64a61a 26880 libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all.deb
 f6a62cdc80a8478c3b8c047f43f8a0257cbd7664 39084 libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all.deb
 4461542356ca97f92221da9652501cb1870569a7 33504 libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all.deb
 ce7659313920d64d33bf5aae9f3544e21dfe0b08 27216 libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all.deb
 440236c0afc8c25f689a59638eb0f6d2ed0aa65a 27448 libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all.deb
 96428e6635be6d054146d3704a5b04615770b5e0 49300 libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all.deb
 5c5246c70a7320708b08045304b1f6da895a5a68 32940 libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all.deb
 40e4352267eca6616982d3b2f4e834cf3676968d 105040 libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all.deb
 df895721a6af027ca1fef6c76c1a1b486de7b1df 26160 libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all.deb
 4575d4b78c2909abffe88027801af21f0ec77a8d 39708 libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all.deb
 461cebdc318a277cf749715b9396b2b4120d9b14 46176 libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all.deb
 103ce32c3a5b84708cf2a8fed6601d6f3d93fe78 36312 libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all.deb
 ce13f6e357b103deb91b89ce47d47b1e06daf86b 47888 libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all.deb
 46f3d7e51257f4c60ba195122f95ddca0c23c8de 20792 libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all.deb
 b3eaef73af0430c0e4c47939273267c4273fe6f6 53156 libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all.deb
 bb3f052b1970be5260d2d7c7fdf1fa37001fc10d 43408 libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all.deb
 4fe0aa4cf27af92e48339c6d5e8a8fc00a7dfe8b 39196 libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all.deb
 3d3f6cfebcd80340f279fefe213effa693c8efc7 49164 libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all.deb
Checksums-Sha256:
 222cc37ff4314f08a00e78c0cd7bfa5debcf3a11b1eb110a23a9884fe43b90bf 44216 libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all.deb
 101d3576aae223a650b64b28f137b7970ee267c989e052fd407826279b14d9e2 46800 libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all.deb
 c4ef94161d07dc3bf4e27a142170ea2bfa003a46725899ba98e70d3eff25fac6 26600 libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all.deb
 a454a347e0af81f9d74ba6fa6fac7d2046b8af468bb35dff3fc0ddcc98ea7852 27356 libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all.deb
 615067b25a115e5ce44b322292240b4c81647115e430468ec126e4ca3cf8a89b 39840 libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all.deb
 b4864830da046e3e6e904ad3340475cc4fa8e00374933e4234c4da9abd5efa78 30008 libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all.deb
 6574ee21825d0759c77f14a0ab6a609f5dc34b884da7abe2105b2fdf9730fb68 38884 libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all.deb
 2f2ca6945dc319548d917580eeb1bd868122220322022eb54fc233bc2cfd4e20 26880 libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all.deb
 d1631b51e126b8a84ec2085c2ac0755571da85d6f1d2f6b9beee238443bbc1b0 39084 libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all.deb
 009c1b76c05f20a2d8d348784fb95176b0e10bcd7e016f3421ad774e5bce4dc6 33504 libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all.deb
 325378e511fc8eae25ade541ef3904b9ad9d3051319bb02a6fce30b719b8c061 27216 libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all.deb
 761d464bb88f12c657fb20302829fd97971e5590da22fc332aae39a4be643199 27448 libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all.deb
 53abc488da517c4b0991f657fa1a533440c78e99219e7a59597a7883f2067c81 49300 libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all.deb
 1724cf3535a8e67d2b3910a0c02d415632faf90d809cae2dec47a56645e05d2a 32940 libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all.deb
 e39f6b0114a8f405e62cc004cdc18c35d47352e01416756a4e8c354e33081fef 105040 libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all.deb
 a6b582d8344bce9872314035a623b9f6e1774a27dcc35196f58eb4acf9dd0aef 26160 libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all.deb
 a9006209f8b11dfb78ddbf9d33c343c58181ace4a417f1fd3561251440eda10e 39708 libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all.deb
 86c9296a58098ee40098898f3abbb68a53f56dc96b04b9fa503e459f8bc07a50 46176 libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all.deb
 ad8052f29bc2cc3be6d364b2ed775b888a2464c80c7c0f3a1b063a5df9150a2c 36312 libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all.deb
 8dad46b36aba8e8419ae9bcc77b8bb80e19007247f0a6803d64eb802ffefc8f1 47888 libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all.deb
 0340a95676bba939ce9b7cbba652e3927fcbd96d9c09fc7c742eb69d6c0b792a 20792 libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all.deb
 d7158190bb3b8e79552c9e5726e345afee5e60135302796a7f870e1029e35917 53156 libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all.deb
 0a453fe7cf48e8cd5e3ec1e30e517801e67a05b3527dfbc2c5137e28df54b8c1 43408 libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all.deb
 0f0135ef3b5c580eb93af3ab5b19bfa5efb09ce7cd31033aa8b99024418c292c 39196 libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all.deb
 9295a596caf90dd0f3662ffde707a4d034f964b929f18b7adde4109231e3a345 49164 libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Sat, 16 Nov 2024 20:08:26 +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),
 cleancss (= 5.3.3+~5.6.3-1),
 coreutils (= 9.5-1+b1),
 cpp (= 4:14.2.0-1),
 cpp-14 (= 14.2.0-8),
 cpp-14-aarch64-linux-gnu (= 14.2.0-8),
 cpp-aarch64-linux-gnu (= 4:14.2.0-1),
 dash (= 0.5.12-9+b1),
 debconf (= 1.5.87),
 debhelper (= 13.20),
 debianutils (= 5.21),
 dh-autoreconf (= 20),
 dh-strip-nondeterminism (= 1.14.0-1),
 diffutils (= 1:3.10-1+b1),
 dpkg (= 1.22.12~1.gbp82cafd),
 dpkg-dev (= 1.22.12~1.gbp82cafd),
 dwz (= 0.15-1+b1),
 file (= 1:5.45-3+b1),
 findutils (= 4.10.0-3),
 g++ (= 4:14.2.0-1),
 g++-14 (= 14.2.0-8),
 g++-14-aarch64-linux-gnu (= 14.2.0-8),
 g++-aarch64-linux-gnu (= 4:14.2.0-1),
 gcc (= 4:14.2.0-1),
 gcc-14 (= 14.2.0-8),
 gcc-14-aarch64-linux-gnu (= 14.2.0-8),
 gcc-14-base (= 14.2.0-8),
 gcc-aarch64-linux-gnu (= 4:14.2.0-1),
 gettext (= 0.22.5-2),
 gettext-base (= 0.22.5-2),
 grep (= 3.11-4+b1),
 groff-base (= 1.23.0-5),
 gzip (= 1.12-1.1+b1),
 hostname (= 3.25),
 init-system-helpers (= 1.67),
 intltool-debian (= 0.35.0+20060710.6),
 libacl1 (= 2.3.2-2+b1),
 libarchive-zip-perl (= 1.68-1),
 libasan8 (= 14.2.0-8),
 libatomic1 (= 14.2.0-8),
 libattr1 (= 1:2.5.2-2),
 libaudit-common (= 1:4.0.2-2),
 libaudit1 (= 1:4.0.2-2),
 libbinutils (= 2.43.1-5),
 libblkid1 (= 2.40.2-11),
 libbrotli1 (= 1.1.0-2+b6),
 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),
 libcares2 (= 1.34.2-1),
 libcc1-0 (= 14.2.0-8),
 libcrypt-dev (= 1:4.4.36-5),
 libcrypt1 (= 1:4.4.36-5),
 libctf-nobfd0 (= 2.43.1-5),
 libctf0 (= 2.43.1-5),
 libdb5.3t64 (= 5.3.28+dfsg2-9),
 libdebconfclient0 (= 0.273),
 libdebhelper-perl (= 13.20),
 libdpkg-perl (= 1.22.12~1.gbp82cafd),
 libelf1t64 (= 0.192-4),
 libfile-stripnondeterminism-perl (= 1.14.0-1),
 libgcc-14-dev (= 14.2.0-8),
 libgcc-s1 (= 14.2.0-8),
 libgdbm-compat4t64 (= 1.24-2),
 libgdbm6t64 (= 1.24-2),
 libgmp10 (= 2:6.3.0+dfsg-2+b2),
 libgomp1 (= 14.2.0-8),
 libgprofng0 (= 2.43.1-5),
 libhwasan0 (= 14.2.0-8),
 libicu72 (= 72.1-5+b1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 libjs-inherits (= 2.0.4-6),
 libjs-source-map (= 0.7.0++dfsg2+really.0.6.1-15),
 liblsan0 (= 14.2.0-8),
 liblzma5 (= 5.6.3-1+b1),
 libmagic-mgc (= 1:5.45-3+b1),
 libmagic1t64 (= 1:5.45-3+b1),
 libmd0 (= 1.1.0-2+b1),
 libmount1 (= 2.40.2-11),
 libmpc3 (= 1.3.1-1+b3),
 libmpfr6 (= 4.2.1-1+b2),
 libnghttp2-14 (= 1.64.0-1),
 libnode115 (= 20.18.0+dfsg-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~rc2-3),
 libtinfo6 (= 6.5-2+b1),
 libtool (= 2.4.7-8),
 libtsan2 (= 14.2.0-8),
 libubsan1 (= 14.2.0-8),
 libuchardet0 (= 0.0.8-1+b2),
 libudev1 (= 257~rc2-3),
 libunistring5 (= 1.2-1+b1),
 libuuid1 (= 2.40.2-11),
 libuv1t64 (= 1.48.0-7),
 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),
 node-acorn (= 8.8.1+ds+~cs25.17.7-2),
 node-anymatch (= 3.1.3+~cs4.6.1-2),
 node-async-each (= 1.0.3-3),
 node-balanced-match (= 2.0.0-1),
 node-binary-extensions (= 2.2.0-2),
 node-brace-expansion (= 2.0.1+~1.1.0-1),
 node-braces (= 3.0.3+~3.0.4-1),
 node-chokidar (= 3.6.0-2),
 node-cjs-module-lexer (= 1.2.3+dfsg-1),
 node-clean-css (= 5.3.3+~5.6.3-1),
 node-commander (= 9.4.1-1),
 node-fill-range (= 7.1.1+~7.0.3-1),
 node-fs.realpath (= 1.0.0-3),
 node-glob (= 8.1.0+~cs8.5.15-1),
 node-glob-parent (= 6.0.2+~5.1.1-2),
 node-graceful-fs (= 4.2.10-1),
 node-inflight (= 1.0.6-2),
 node-inherits (= 2.0.4-6),
 node-is-binary-path (= 2.1.0-5),
 node-is-buffer (= 2.0.5-2),
 node-is-extglob (= 2.1.1-5),
 node-is-glob (= 4.0.3-2),
 node-is-number (= 7.0.0-4),
 node-kind-of (= 6.0.3+dfsg-2),
 node-minimatch (= 9.0.3-5),
 node-normalize-path (= 3.0.0+~3.0.0-1),
 node-once (= 1.4.1-1),
 node-path-dirname (= 1.0.2-2),
 node-path-is-absolute (= 2.0.0-2),
 node-readdirp (= 3.6.0-1),
 node-repeat-string (= 1.6.1+repack-1),
 node-set-immediate-shim (= 2.0.0-2),
 node-source-map (= 0.7.0++dfsg2+really.0.6.1-15),
 node-to-regex-range (= 5.0.1-4),
 node-undici (= 5.28.4+dfsg1+~cs23.12.11-2),
 node-wrappy (= 1.0.2-3),
 node-xtend (= 4.0.2-3),
 nodejs (= 20.18.0+dfsg-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),
 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="1655129421"


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


libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all.deb
--------------------------------------------------

 new Debian package, version 2.0.
 size 44216 bytes: control archive=912 bytes.
     429 bytes,    13 lines      control
    1214 bytes,    12 lines      md5sums
 Package: libjs-jquery-ui-theme-base
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 136
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Base theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-base/
-rw-r--r-- root/root       275 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-base/README.Debian
-rw-r--r-- root/root       498 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-base/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-base/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/images/
-rw-r--r-- root/root      7090 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/images/ui-icons_444444_256x240.png
-rw-r--r-- root/root      7074 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/images/ui-icons_555555_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/images/ui-icons_777620_256x240.png
-rw-r--r-- root/root      7111 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/images/ui-icons_777777_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/images/ui-icons_cc0000_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36024 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/jquery-ui.css
-rw-r--r-- root/root     30700 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/base/jquery-ui.min.css
-rw-r--r-- root/root     17319 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/base/theme.css


libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all.deb
-------------------------------------------------------

 new Debian package, version 2.0.
 size 46800 bytes: control archive=1188 bytes.
     439 bytes,    13 lines      control
    2289 bytes,    20 lines      md5sums
 Package: libjs-jquery-ui-theme-black-tie
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 146
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Black Tie theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-black-tie/
-rw-r--r-- root/root       280 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-black-tie/README.Debian
-rw-r--r-- root/root       503 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-black-tie/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-black-tie/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/
-rw-r--r-- root/root       383 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png
-rw-r--r-- root/root       323 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-bg_glass_40_111111_1x400.png
-rw-r--r-- root/root       323 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png
-rw-r--r-- root/root       315 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
-rw-r--r-- root/root       316 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
-rw-r--r-- root/root       327 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
-rw-r--r-- root/root       382 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
-rw-r--r-- root/root       367 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png
-rw-r--r-- root/root      7025 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-icons_222222_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-icons_4ca300_256x240.png
-rw-r--r-- root/root      7092 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-icons_bbbbbb_256x240.png
-rw-r--r-- root/root      7011 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-icons_ededed_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-icons_ffcf29_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36725 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/jquery-ui.css
-rw-r--r-- root/root     31379 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/black-tie/jquery-ui.min.css
-rw-r--r-- root/root     18020 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/black-tie/theme.css


libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all.deb
-----------------------------------------------------

 new Debian package, version 2.0.
 size 26600 bytes: control archive=1072 bytes.
     435 bytes,    13 lines      control
    1661 bytes,    15 lines      md5sums
 Package: libjs-jquery-ui-theme-blitzer
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 123
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Blitzer theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-blitzer/
-rw-r--r-- root/root       278 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-blitzer/README.Debian
-rw-r--r-- root/root       501 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-blitzer/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-blitzer/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/
-rw-r--r-- root/root       471 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png
-rw-r--r-- root/root       266 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png
-rw-r--r-- root/root       398 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png
-rw-r--r-- root/root       316 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png
-rw-r--r-- root/root       316 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png
-rw-r--r-- root/root       385 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-icons_004276_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-icons_cc0000_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36618 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/jquery-ui.css
-rw-r--r-- root/root     31287 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/blitzer/jquery-ui.min.css
-rw-r--r-- root/root     17913 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/blitzer/theme.css


libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all.deb
-------------------------------------------------------

 new Debian package, version 2.0.
 size 27356 bytes: control archive=1168 bytes.
     439 bytes,    13 lines      control
    2174 bytes,    19 lines      md5sums
 Package: libjs-jquery-ui-theme-cupertino
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 135
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Cupertino theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-cupertino/
-rw-r--r-- root/root       280 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-cupertino/README.Debian
-rw-r--r-- root/root       502 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-cupertino/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-cupertino/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/
-rw-r--r-- root/root       380 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
-rw-r--r-- root/root       408 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
-rw-r--r-- root/root       394 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
-rw-r--r-- root/root       404 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
-rw-r--r-- root/root       390 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
-rw-r--r-- root/root       310 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
-rw-r--r-- root/root       445 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
-rw-r--r-- root/root       367 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-icons_2694e8_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-icons_2e83ff_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-icons_3d80b3_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-icons_72a7cf_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36775 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/jquery-ui.css
-rw-r--r-- root/root     31471 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/cupertino/jquery-ui.min.css
-rw-r--r-- root/root     18070 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/cupertino/theme.css


libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all.deb
-------------------------------------------------------

 new Debian package, version 2.0.
 size 39840 bytes: control archive=1128 bytes.
     439 bytes,    13 lines      control
    2048 bytes,    18 lines      md5sums
 Package: libjs-jquery-ui-theme-dark-hive
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 138
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Dark Hive theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-dark-hive/
-rw-r--r-- root/root       280 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-dark-hive/README.Debian
-rw-r--r-- root/root       503 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-dark-hive/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-dark-hive/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/
-rw-r--r-- root/root       374 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png
-rw-r--r-- root/root       381 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png
-rw-r--r-- root/root       401 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png
-rw-r--r-- root/root       342 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png
-rw-r--r-- root/root       328 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png
-rw-r--r-- root/root       335 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
-rw-r--r-- root/root       378 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png
-rw-r--r-- root/root      7025 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-icons_222222_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-icons_4b8e0b_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-icons_a83300_256x240.png
-rw-r--r-- root/root      7034 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-icons_cccccc_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36721 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/jquery-ui.css
-rw-r--r-- root/root     31366 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dark-hive/jquery-ui.min.css
-rw-r--r-- root/root     18016 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/dark-hive/theme.css


libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all.deb
-----------------------------------------------------

 new Debian package, version 2.0.
 size 30008 bytes: control archive=1092 bytes.
     435 bytes,    13 lines      control
    1764 bytes,    16 lines      md5sums
 Package: libjs-jquery-ui-theme-dot-luv
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 131
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Dot Luv theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-dot-luv/
-rw-r--r-- root/root       278 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-dot-luv/README.Debian
-rw-r--r-- root/root       501 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-dot-luv/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-dot-luv/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/
-rw-r--r-- root/root       482 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
-rw-r--r-- root/root       295 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
-rw-r--r-- root/root       266 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
-rw-r--r-- root/root       276 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
-rw-r--r-- root/root       282 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
-rw-r--r-- root/root      3990 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-icons_00498f_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-icons_98d2fb_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-icons_9ccdfc_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36591 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/jquery-ui.css
-rw-r--r-- root/root     31269 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/dot-luv/jquery-ui.min.css
-rw-r--r-- root/root     17886 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/dot-luv/theme.css


libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all.deb
------------------------------------------------------

 new Debian package, version 2.0.
 size 38884 bytes: control archive=1092 bytes.
     437 bytes,    13 lines      control
    1907 bytes,    17 lines      md5sums
 Package: libjs-jquery-ui-theme-eggplant
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 144
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Eggplant theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-eggplant/
-rw-r--r-- root/root       279 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-eggplant/README.Debian
-rw-r--r-- root/root       501 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-eggplant/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-eggplant/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/
-rw-r--r-- root/root      5999 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png
-rw-r--r-- root/root       400 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png
-rw-r--r-- root/root       431 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png
-rw-r--r-- root/root       420 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png
-rw-r--r-- root/root       405 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png
-rw-r--r-- root/root      7090 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-icons_454545_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-icons_734d99_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-icons_8d78a5_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-icons_a8a3ae_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-icons_ebccce_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36645 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/jquery-ui.css
-rw-r--r-- root/root     31332 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/eggplant/jquery-ui.min.css
-rw-r--r-- root/root     17940 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/eggplant/theme.css


libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all.deb
---------------------------------------------------------

 new Debian package, version 2.0.
 size 26880 bytes: control archive=1116 bytes.
     443 bytes,    13 lines      control
    1973 bytes,    17 lines      md5sums
 Package: libjs-jquery-ui-theme-excite-bike
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 133
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Excite Bike theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-excite-bike/
-rw-r--r-- root/root       282 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-excite-bike/README.Debian
-rw-r--r-- root/root       504 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-excite-bike/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-excite-bike/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/
-rw-r--r-- root/root       400 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png
-rw-r--r-- root/root       475 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png
-rw-r--r-- root/root       467 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png
-rw-r--r-- root/root       464 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png
-rw-r--r-- root/root       325 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png
-rw-r--r-- root/root       314 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-icons_0a82eb_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-icons_0b54d5_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-icons_5fa5e3_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-icons_fcdd4a_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36749 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/jquery-ui.css
-rw-r--r-- root/root     31414 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/excite-bike/jquery-ui.min.css
-rw-r--r-- root/root     18044 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/excite-bike/theme.css


libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all.deb
---------------------------------------------------

 new Debian package, version 2.0.
 size 39084 bytes: control archive=1028 bytes.
     431 bytes,    13 lines      control
    1609 bytes,    15 lines      md5sums
 Package: libjs-jquery-ui-theme-flick
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 135
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Flick theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-flick/
-rw-r--r-- root/root       276 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-flick/README.Debian
-rw-r--r-- root/root       500 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-flick/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-flick/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/
-rw-r--r-- root/root       265 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-bg_glass_65_ffffff_1x400.png
-rw-r--r-- root/root       330 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
-rw-r--r-- root/root       393 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png
-rw-r--r-- root/root       339 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-icons_0073ea_256x240.png
-rw-r--r-- root/root      7090 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-icons_454545_256x240.png
-rw-r--r-- root/root      7111 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-icons_666666_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-icons_ff0084_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36495 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/jquery-ui.css
-rw-r--r-- root/root     31143 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/flick/jquery-ui.min.css
-rw-r--r-- root/root     17790 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/flick/theme.css


libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all.deb
--------------------------------------------------------

 new Debian package, version 2.0.
 size 33504 bytes: control archive=1184 bytes.
     441 bytes,    13 lines      control
    2194 bytes,    19 lines      md5sums
 Package: libjs-jquery-ui-theme-hot-sneaks
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 141
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Hot Sneaks theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-hot-sneaks/
-rw-r--r-- root/root       281 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-hot-sneaks/README.Debian
-rw-r--r-- root/root       503 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-hot-sneaks/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-hot-sneaks/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/
-rw-r--r-- root/root       390 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png
-rw-r--r-- root/root       391 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png
-rw-r--r-- root/root       388 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png
-rw-r--r-- root/root       391 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png
-rw-r--r-- root/root       283 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png
-rw-r--r-- root/root       281 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png
-rw-r--r-- root/root       422 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png
-rw-r--r-- root/root      7090 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-icons_454545_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-icons_88a206_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-icons_c02669_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-icons_e1e463_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36729 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/jquery-ui.css
-rw-r--r-- root/root     31428 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/jquery-ui.min.css
-rw-r--r-- root/root     18024 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/hot-sneaks/theme.css


libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all.deb
------------------------------------------------------

 new Debian package, version 2.0.
 size 27216 bytes: control archive=1144 bytes.
     437 bytes,    13 lines      control
    2137 bytes,    19 lines      md5sums
 Package: libjs-jquery-ui-theme-humanity
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 139
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Humanity theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-humanity/
-rw-r--r-- root/root       279 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-humanity/README.Debian
-rw-r--r-- root/root       501 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-humanity/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-humanity/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/
-rw-r--r-- root/root       412 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png
-rw-r--r-- root/root       393 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png
-rw-r--r-- root/root       409 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png
-rw-r--r-- root/root       385 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png
-rw-r--r-- root/root       372 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
-rw-r--r-- root/root       381 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png
-rw-r--r-- root/root       461 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-icons_c47a23_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-icons_cb672b_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-icons_f08000_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-icons_f35f07_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-icons_ff7519_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36714 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/jquery-ui.css
-rw-r--r-- root/root     31425 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/humanity/jquery-ui.min.css
-rw-r--r-- root/root     18009 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/humanity/theme.css


libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all.deb
-----------------------------------------------------

 new Debian package, version 2.0.
 size 27448 bytes: control archive=1168 bytes.
     435 bytes,    13 lines      control
    2161 bytes,    19 lines      md5sums
 Package: libjs-jquery-ui-theme-le-frog
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 132
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Le Frog theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-le-frog/
-rw-r--r-- root/root       278 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-le-frog/README.Debian
-rw-r--r-- root/root       501 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-le-frog/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-le-frog/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/
-rw-r--r-- root/root       265 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
-rw-r--r-- root/root       383 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png
-rw-r--r-- root/root       469 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png
-rw-r--r-- root/root       394 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png
-rw-r--r-- root/root       382 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png
-rw-r--r-- root/root       403 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png
-rw-r--r-- root/root       409 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png
-rw-r--r-- root/root       417 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png
-rw-r--r-- root/root       424 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-icons_4eb305_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-icons_72b42d_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-icons_cd0a0a_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36889 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/jquery-ui.css
-rw-r--r-- root/root     31569 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/le-frog/jquery-ui.min.css
-rw-r--r-- root/root     18184 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/le-frog/theme.css


libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all.deb
-------------------------------------------------------

 new Debian package, version 2.0.
 size 49300 bytes: control archive=1160 bytes.
     439 bytes,    13 lines      control
    2165 bytes,    19 lines      md5sums
 Package: libjs-jquery-ui-theme-mint-choc
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 156
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Mint Choc theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-mint-choc/
-rw-r--r-- root/root       280 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-mint-choc/README.Debian
-rw-r--r-- root/root       502 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-mint-choc/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-mint-choc/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/
-rw-r--r-- root/root       393 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png
-rw-r--r-- root/root      5851 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png
-rw-r--r-- root/root      5910 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png
-rw-r--r-- root/root      5972 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png
-rw-r--r-- root/root       433 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png
-rw-r--r-- root/root       401 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png
-rw-r--r-- root/root       438 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png
-rw-r--r-- root/root      7025 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-icons_222222_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-icons_9bcc60_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-icons_add978_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-icons_e3ddc9_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-icons_f1fd86_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36747 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/jquery-ui.css
-rw-r--r-- root/root     31449 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/mint-choc/jquery-ui.min.css
-rw-r--r-- root/root     18042 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/mint-choc/theme.css


libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all.deb
------------------------------------------------------

 new Debian package, version 2.0.
 size 32940 bytes: control archive=1060 bytes.
     437 bytes,    13 lines      control
    1757 bytes,    16 lines      md5sums
 Package: libjs-jquery-ui-theme-overcast
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 134
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Overcast theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-overcast/
-rw-r--r-- root/root       279 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-overcast/README.Debian
-rw-r--r-- root/root       502 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-overcast/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-overcast/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/
-rw-r--r-- root/root       324 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
-rw-r--r-- root/root       323 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png
-rw-r--r-- root/root       323 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
-rw-r--r-- root/root       310 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
-rw-r--r-- root/root       329 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-icons_3383bb_256x240.png
-rw-r--r-- root/root      7090 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-icons_454545_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-icons_70b2e1_256x240.png
-rw-r--r-- root/root      7111 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-icons_999999_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/images/ui-icons_fbc856_256x240.png
-rw-r--r-- root/root     36571 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/jquery-ui.css
-rw-r--r-- root/root     31216 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/overcast/jquery-ui.min.css
-rw-r--r-- root/root     17866 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/overcast/theme.css


libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all.deb
------------------------------------------------------------

 new Debian package, version 2.0.
 size 105040 bytes: control archive=1200 bytes.
     449 bytes,    13 lines      control
    2519 bytes,    21 lines      md5sums
 Package: libjs-jquery-ui-theme-pepper-grinder
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 211
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Pepper Grinder theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-pepper-grinder/
-rw-r--r-- root/root       285 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-pepper-grinder/README.Debian
-rw-r--r-- root/root       505 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-pepper-grinder/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-pepper-grinder/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/
-rw-r--r-- root/root       354 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png
-rw-r--r-- root/root       301 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png
-rw-r--r-- root/root     10817 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png
-rw-r--r-- root/root      9962 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png
-rw-r--r-- root/root     10587 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png
-rw-r--r-- root/root     10949 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png
-rw-r--r-- root/root      4262 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png
-rw-r--r-- root/root     14498 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png
-rw-r--r-- root/root     11935 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png
-rw-r--r-- root/root      7025 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-icons_222222_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-icons_3572ac_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-icons_8c291d_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-icons_b83400_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36831 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/jquery-ui.css
-rw-r--r-- root/root     31539 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/jquery-ui.min.css
-rw-r--r-- root/root     18126 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/pepper-grinder/theme.css


libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all.deb
-----------------------------------------------------

 new Debian package, version 2.0.
 size 26160 bytes: control archive=1148 bytes.
     435 bytes,    13 lines      control
    2098 bytes,    19 lines      md5sums
 Package: libjs-jquery-ui-theme-redmond
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 146
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Redmond theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-redmond/
-rw-r--r-- root/root       278 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-redmond/README.Debian
-rw-r--r-- root/root       500 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-redmond/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-redmond/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/
-rw-r--r-- root/root       394 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
-rw-r--r-- root/root       399 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
-rw-r--r-- root/root       390 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
-rw-r--r-- root/root      5882 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
-rw-r--r-- root/root       391 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
-rw-r--r-- root/root       350 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-icons_217bc0_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-icons_2e83ff_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-icons_469bdd_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-icons_6da8d5_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-icons_cd0a0a_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-icons_d8e7f3_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/images/ui-icons_f9bd01_256x240.png
-rw-r--r-- root/root     36660 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/jquery-ui.css
-rw-r--r-- root/root     31371 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/redmond/jquery-ui.min.css
-rw-r--r-- root/root     17955 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/redmond/theme.css


libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all.deb
--------------------------------------------------------

 new Debian package, version 2.0.
 size 39708 bytes: control archive=1084 bytes.
     441 bytes,    13 lines      control
    1909 bytes,    17 lines      md5sums
 Package: libjs-jquery-ui-theme-smoothness
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 137
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Smoothness theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-smoothness/
-rw-r--r-- root/root       281 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-smoothness/README.Debian
-rw-r--r-- root/root       502 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-smoothness/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-smoothness/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/
-rw-r--r-- root/root       393 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
-rw-r--r-- root/root       265 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
-rw-r--r-- root/root       323 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png
-rw-r--r-- root/root       324 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
-rw-r--r-- root/root       390 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
-rw-r--r-- root/root       325 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
-rw-r--r-- root/root      7025 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-icons_222222_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-icons_2e83ff_256x240.png
-rw-r--r-- root/root      7090 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-icons_454545_256x240.png
-rw-r--r-- root/root      7111 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-icons_888888_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/images/ui-icons_cd0a0a_256x240.png
-rw-r--r-- root/root     36587 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/jquery-ui.css
-rw-r--r-- root/root     31262 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/smoothness/jquery-ui.min.css
-rw-r--r-- root/root     17882 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/smoothness/theme.css


libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all.deb
----------------------------------------------------------

 new Debian package, version 2.0.
 size 46176 bytes: control archive=1224 bytes.
     445 bytes,    13 lines      control
    2495 bytes,    21 lines      md5sums
 Package: libjs-jquery-ui-theme-south-street
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 150
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: South Street theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-south-street/
-rw-r--r-- root/root       283 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-south-street/README.Debian
-rw-r--r-- root/root       504 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-south-street/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-south-street/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/
-rw-r--r-- root/root       391 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png
-rw-r--r-- root/root      5817 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png
-rw-r--r-- root/root       394 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png
-rw-r--r-- root/root       379 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png
-rw-r--r-- root/root       380 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png
-rw-r--r-- root/root       317 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png
-rw-r--r-- root/root       411 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png
-rw-r--r-- root/root       409 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png
-rw-r--r-- root/root       380 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png
-rw-r--r-- root/root      7117 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-icons_808080_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-icons_847e71_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-icons_8DC262_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-icons_cd0a0a_256x240.png
-rw-r--r-- root/root      7010 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-icons_eeeeee_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36837 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/jquery-ui.css
-rw-r--r-- root/root     31551 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/south-street/jquery-ui.min.css
-rw-r--r-- root/root     18132 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/south-street/theme.css


libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all.deb
---------------------------------------------------

 new Debian package, version 2.0.
 size 36312 bytes: control archive=1172 bytes.
     431 bytes,    13 lines      control
    2185 bytes,    20 lines      md5sums
 Package: libjs-jquery-ui-theme-start
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 157
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Start theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-start/
-rw-r--r-- root/root       276 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-start/README.Debian
-rw-r--r-- root/root       499 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-start/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-start/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/
-rw-r--r-- root/root       403 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-bg_glass_45_0078ae_1x400.png
-rw-r--r-- root/root       403 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-bg_glass_55_f8da4e_1x400.png
-rw-r--r-- root/root       406 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-bg_glass_75_79c9ec_1x400.png
-rw-r--r-- root/root      5922 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png
-rw-r--r-- root/root      5964 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png
-rw-r--r-- root/root      6035 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png
-rw-r--r-- root/root       350 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-icons_0078ae_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-icons_056b93_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-icons_d8e7f3_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-icons_e0fdff_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-icons_f5e175_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-icons_f7a50d_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/images/ui-icons_fcd113_256x240.png
-rw-r--r-- root/root     36680 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/jquery-ui.css
-rw-r--r-- root/root     31363 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/start/jquery-ui.min.css
-rw-r--r-- root/root     17975 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/start/theme.css


libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all.deb
---------------------------------------------------

 new Debian package, version 2.0.
 size 47888 bytes: control archive=1196 bytes.
     431 bytes,    13 lines      control
    2212 bytes,    20 lines      md5sums
 Package: libjs-jquery-ui-theme-sunny
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 164
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Sunny theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-sunny/
-rw-r--r-- root/root       276 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-sunny/README.Debian
-rw-r--r-- root/root       499 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-sunny/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-sunny/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/
-rw-r--r-- root/root       440 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
-rw-r--r-- root/root      5939 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
-rw-r--r-- root/root      5908 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
-rw-r--r-- root/root      5601 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
-rw-r--r-- root/root      5447 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
-rw-r--r-- root/root       401 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
-rw-r--r-- root/root       261 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
-rw-r--r-- root/root      7074 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-icons_3d3d3d_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-icons_bd7b00_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-icons_d19405_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-icons_eb990f_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-icons_ed9f26_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-icons_fadc7a_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/images/ui-icons_ffe180_256x240.png
-rw-r--r-- root/root     36730 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/jquery-ui.css
-rw-r--r-- root/root     31438 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/sunny/jquery-ui.min.css
-rw-r--r-- root/root     18025 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/sunny/theme.css


libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all.deb
----------------------------------------------------------

 new Debian package, version 2.0.
 size 20792 bytes: control archive=1180 bytes.
     445 bytes,    13 lines      control
    2311 bytes,    20 lines      md5sums
 Package: libjs-jquery-ui-theme-swanky-purse
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 142
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Swanky Purse theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-swanky-purse/
-rw-r--r-- root/root       283 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-swanky-purse/README.Debian
-rw-r--r-- root/root       505 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-swanky-purse/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-swanky-purse/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/
-rw-r--r-- root/root       365 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png
-rw-r--r-- root/root       368 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png
-rw-r--r-- root/root       370 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png
-rw-r--r-- root/root       371 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png
-rw-r--r-- root/root       368 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png
-rw-r--r-- root/root       368 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png
-rw-r--r-- root/root       372 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-icons_070603_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-icons_e9cd86_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-icons_efec9f_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-icons_f2ec64_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/images/ui-icons_ff7519_256x240.png
-rw-r--r-- root/root     36737 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/jquery-ui.css
-rw-r--r-- root/root     31469 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/swanky-purse/jquery-ui.min.css
-rw-r--r-- root/root     18032 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/swanky-purse/theme.css


libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all.deb
--------------------------------------------------------

 new Debian package, version 2.0.
 size 53156 bytes: control archive=1152 bytes.
     441 bytes,    13 lines      control
    2171 bytes,    19 lines      md5sums
 Package: libjs-jquery-ui-theme-trontastic
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 156
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Trontastic theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-trontastic/
-rw-r--r-- root/root       281 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-trontastic/README.Debian
-rw-r--r-- root/root       502 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-trontastic/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-trontastic/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/
-rw-r--r-- root/root       321 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png
-rw-r--r-- root/root       322 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png
-rw-r--r-- root/root       406 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png
-rw-r--r-- root/root       323 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-bg_glass_60_000000_1x400.png
-rw-r--r-- root/root      4360 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png
-rw-r--r-- root/root      5998 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png
-rw-r--r-- root/root      5856 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png
-rw-r--r-- root/root      5582 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-icons_000000_256x240.png
-rw-r--r-- root/root      7025 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-icons_1f1f1f_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-icons_9fda58_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-icons_b8ec79_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-icons_cd0a0a_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36717 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/jquery-ui.css
-rw-r--r-- root/root     31416 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/trontastic/jquery-ui.min.css
-rw-r--r-- root/root     18012 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/trontastic/theme.css


libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all.deb
---------------------------------------------------------

 new Debian package, version 2.0.
 size 43408 bytes: control archive=1132 bytes.
     443 bytes,    13 lines      control
    2066 bytes,    18 lines      md5sums
 Package: libjs-jquery-ui-theme-ui-darkness
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 141
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: UI Darkness theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-ui-darkness/
-rw-r--r-- root/root       282 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-ui-darkness/README.Debian
-rw-r--r-- root/root       503 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-ui-darkness/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-ui-darkness/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/
-rw-r--r-- root/root       318 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
-rw-r--r-- root/root       400 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
-rw-r--r-- root/root       374 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
-rw-r--r-- root/root      3976 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
-rw-r--r-- root/root       335 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
-rw-r--r-- root/root       312 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
-rw-r--r-- root/root       398 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
-rw-r--r-- root/root      7025 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-icons_222222_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-icons_a83300_256x240.png
-rw-r--r-- root/root      7034 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-icons_cccccc_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36685 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/jquery-ui.css
-rw-r--r-- root/root     31336 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-darkness/jquery-ui.min.css
-rw-r--r-- root/root     17980 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/ui-darkness/theme.css


libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all.deb
----------------------------------------------------------

 new Debian package, version 2.0.
 size 39196 bytes: control archive=1172 bytes.
     445 bytes,    13 lines      control
    2230 bytes,    19 lines      md5sums
 Package: libjs-jquery-ui-theme-ui-lightness
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 142
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: UI Lightness theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-ui-lightness/
-rw-r--r-- root/root       283 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-ui-lightness/README.Debian
-rw-r--r-- root/root       503 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-ui-lightness/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-ui-lightness/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/
-rw-r--r-- root/root       476 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
-rw-r--r-- root/root       384 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
-rw-r--r-- root/root       324 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
-rw-r--r-- root/root       406 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
-rw-r--r-- root/root       265 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
-rw-r--r-- root/root      5873 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
-rw-r--r-- root/root       342 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
-rw-r--r-- root/root       386 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
-rw-r--r-- root/root      7025 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-icons_222222_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-icons_228ef1_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
-rw-r--r-- root/root      6487 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/images/ui-icons_ffffff_256x240.png
-rw-r--r-- root/root     36847 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/jquery-ui.css
-rw-r--r-- root/root     31534 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/ui-lightness/jquery-ui.min.css
-rw-r--r-- root/root     18142 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/ui-lightness/theme.css


libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all.deb
---------------------------------------------------

 new Debian package, version 2.0.
 size 49164 bytes: control archive=1176 bytes.
     431 bytes,    13 lines      control
    2206 bytes,    20 lines      md5sums
 Package: libjs-jquery-ui-theme-vader
 Source: jquery-ui-themes
 Version: 1.12.1+dfsg-1.1
 Architecture: all
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Installed-Size: 153
 Recommends: javascript-common
 Suggests: libjs-jquery-ui (>= 1.8)
 Section: web
 Priority: optional
 Homepage: http://jqueryui.com/
 Description: Vader theme for jQuery UI
  This package contains CSS styles and image files

drwxr-xr-x root/root         0 2022-06-13 14:10 ./
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-vader/
-rw-r--r-- root/root       276 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-vader/README.Debian
-rw-r--r-- root/root       499 2022-06-13 14:10 ./usr/share/doc/libjs-jquery-ui-theme-vader/changelog.Debian.gz
-rw-r--r-- root/root      2866 2016-11-28 02:14 ./usr/share/doc/libjs-jquery-ui-theme-vader/copyright
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/
drwxr-xr-x root/root         0 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/
-rw-r--r-- root/root       390 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png
-rw-r--r-- root/root      4031 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png
-rw-r--r-- root/root       311 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png
-rw-r--r-- root/root       311 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png
-rw-r--r-- root/root       326 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png
-rw-r--r-- root/root       342 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png
-rw-r--r-- root/root       322 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png
-rw-r--r-- root/root      7111 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-icons_666666_256x240.png
-rw-r--r-- root/root      7075 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-icons_aaaaaa_256x240.png
-rw-r--r-- root/root      7092 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-icons_bbbbbb_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-icons_c98000_256x240.png
-rw-r--r-- root/root      7034 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-icons_cccccc_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-icons_cd0a0a_256x240.png
-rw-r--r-- root/root      4676 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/images/ui-icons_f29a00_256x240.png
-rw-r--r-- root/root     36483 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/jquery-ui.css
-rw-r--r-- root/root     31134 2022-06-13 14:10 ./usr/share/javascript/jquery-ui-themes/vader/jquery-ui.min.css
-rw-r--r-- root/root     17778 2016-09-14 15:34 ./usr/share/javascript/jquery-ui-themes/vader/theme.css


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 [1207 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1269 B]
Fetched 3091 B in 0s (271 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-RRDLOh/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

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

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  sbuild-build-depends-lintian-dummy
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 852 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-lintian-dummy 0.invalid.0 [852 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 852 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 23686 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: jquery-ui-themes changes: distribution-and-changes-mismatch sid unstable
W: libjs-jquery-ui-theme-base: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/base/jquery-ui.css]
W: libjs-jquery-ui-theme-base: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/base/jquery-ui.min.css]
W: libjs-jquery-ui-theme-black-tie: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/black-tie/jquery-ui.css]
W: libjs-jquery-ui-theme-black-tie: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/black-tie/jquery-ui.min.css]
W: libjs-jquery-ui-theme-blitzer: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/blitzer/jquery-ui.css]
W: libjs-jquery-ui-theme-blitzer: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/blitzer/jquery-ui.min.css]
W: libjs-jquery-ui-theme-cupertino: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/cupertino/jquery-ui.css]
W: libjs-jquery-ui-theme-cupertino: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/cupertino/jquery-ui.min.css]
W: libjs-jquery-ui-theme-dark-hive: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/dark-hive/jquery-ui.css]
W: libjs-jquery-ui-theme-dark-hive: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/dark-hive/jquery-ui.min.css]
W: libjs-jquery-ui-theme-dot-luv: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/dot-luv/jquery-ui.css]
W: libjs-jquery-ui-theme-dot-luv: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/dot-luv/jquery-ui.min.css]
W: libjs-jquery-ui-theme-eggplant: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/eggplant/jquery-ui.css]
W: libjs-jquery-ui-theme-eggplant: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/eggplant/jquery-ui.min.css]
W: libjs-jquery-ui-theme-excite-bike: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/excite-bike/jquery-ui.css]
W: libjs-jquery-ui-theme-excite-bike: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/excite-bike/jquery-ui.min.css]
W: libjs-jquery-ui-theme-flick: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/flick/jquery-ui.css]
W: libjs-jquery-ui-theme-flick: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/flick/jquery-ui.min.css]
W: libjs-jquery-ui-theme-hot-sneaks: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/hot-sneaks/jquery-ui.css]
W: libjs-jquery-ui-theme-hot-sneaks: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/hot-sneaks/jquery-ui.min.css]
W: libjs-jquery-ui-theme-humanity: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/humanity/jquery-ui.css]
W: libjs-jquery-ui-theme-humanity: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/humanity/jquery-ui.min.css]
W: libjs-jquery-ui-theme-le-frog: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/le-frog/jquery-ui.css]
W: libjs-jquery-ui-theme-le-frog: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/le-frog/jquery-ui.min.css]
W: libjs-jquery-ui-theme-mint-choc: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/mint-choc/jquery-ui.css]
W: libjs-jquery-ui-theme-mint-choc: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/mint-choc/jquery-ui.min.css]
W: libjs-jquery-ui-theme-overcast: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/overcast/jquery-ui.css]
W: libjs-jquery-ui-theme-overcast: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/overcast/jquery-ui.min.css]
W: libjs-jquery-ui-theme-pepper-grinder: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/pepper-grinder/jquery-ui.css]
W: libjs-jquery-ui-theme-pepper-grinder: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/pepper-grinder/jquery-ui.min.css]
W: libjs-jquery-ui-theme-redmond: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/redmond/jquery-ui.css]
W: libjs-jquery-ui-theme-redmond: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/redmond/jquery-ui.min.css]
W: libjs-jquery-ui-theme-smoothness: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/smoothness/jquery-ui.css]
W: libjs-jquery-ui-theme-smoothness: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/smoothness/jquery-ui.min.css]
W: libjs-jquery-ui-theme-south-street: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/south-street/jquery-ui.css]
W: libjs-jquery-ui-theme-south-street: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/south-street/jquery-ui.min.css]
W: libjs-jquery-ui-theme-start: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/start/jquery-ui.css]
W: libjs-jquery-ui-theme-start: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/start/jquery-ui.min.css]
W: libjs-jquery-ui-theme-sunny: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/sunny/jquery-ui.css]
W: libjs-jquery-ui-theme-sunny: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/sunny/jquery-ui.min.css]
W: libjs-jquery-ui-theme-swanky-purse: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/swanky-purse/jquery-ui.css]
W: libjs-jquery-ui-theme-swanky-purse: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/swanky-purse/jquery-ui.min.css]
W: libjs-jquery-ui-theme-trontastic: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/trontastic/jquery-ui.css]
W: libjs-jquery-ui-theme-trontastic: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/trontastic/jquery-ui.min.css]
W: libjs-jquery-ui-theme-ui-darkness: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/ui-darkness/jquery-ui.css]
W: libjs-jquery-ui-theme-ui-darkness: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/ui-darkness/jquery-ui.min.css]
W: libjs-jquery-ui-theme-ui-lightness: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/ui-lightness/jquery-ui.css]
W: libjs-jquery-ui-theme-ui-lightness: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/ui-lightness/jquery-ui.min.css]
W: libjs-jquery-ui-theme-vader: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/vader/jquery-ui.css]
W: libjs-jquery-ui-theme-vader: embedded-javascript-library please use libjs-jquery-ui [usr/share/javascript/jquery-ui-themes/vader/jquery-ui.min.css]
W: jquery-ui-themes source: no-nmu-in-changelog [debian/changelog:1]
W: jquery-ui-themes source: obsolete-url-in-packaging https://anonscm.debian.org/cgit/pkg-javascript/jquery-ui-themes.git [debian/control]
W: jquery-ui-themes source: vcs-obsolete-in-debian-infrastructure Browser https://anonscm.debian.org/cgit/pkg-javascript/jquery-ui-themes.git
W: jquery-ui-themes source: vcs-obsolete-in-debian-infrastructure Git https://anonscm.debian.org/git/pkg-javascript/jquery-ui-themes.git

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: 11804
Build-Time: 25
Distribution: sid
Host Architecture: arm64
Install-Time: 21
Job: /tmp/debusine-fetch-exec-upload-pa61p9oy/jquery-ui-themes_1.12.1+dfsg-1.1.dsc
Lintian: warn
Machine Architecture: arm64
Package: jquery-ui-themes
Package-Time: 82
Source-Version: 1.12.1+dfsg-1.1
Space: 11804
Status: successful
Version: 1.12.1+dfsg-1.1
--------------------------------------------------------------------------------
Finished at 2024-11-16T20:08:27Z
Build needed 00:01:22, 11804k disk space

Relations

Relation Direction Type Name
relates-to Source package jquery-ui-themes_1.12.1+dfsg-1.1
relates-to Binary package dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect_1.22.12~1.gbp82cafd_arm64
relates-to Binary package libdpkg-dev_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg-dev_1.22.12~1.gbp82cafd_all
relates-to Binary package libdpkg-perl_1.22.12~1.gbp82cafd_all
relates-to Binary package libjs-jquery-ui-theme-base_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-black-tie_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-blitzer_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-cupertino_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-dark-hive_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-dot-luv_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-eggplant_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-excite-bike_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-flick_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-hot-sneaks_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-humanity_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-le-frog_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-mint-choc_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-overcast_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-pepper-grinder_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-redmond_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-smoothness_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-south-street_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-start_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-sunny_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-swanky-purse_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-trontastic_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-ui-darkness_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-ui-lightness_1.12.1+dfsg-1.1_all
relates-to Binary package libjs-jquery-ui-theme-vader_1.12.1+dfsg-1.1_all
relates-to Binary packages jquery-ui-themes_1.12.1+dfsg-1.1

build log System build a package - 1 month, 3 weeks ago 3 weeks, 6 days
BETA