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
|
Source: linux-latest
Section: kernel
Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>, Ben Hutchings <ben@decadent.org.uk>, Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), linux-support-4.19.0-21, linux-headers-4.19.0-21-all
Vcs-Browser: https://salsa.debian.org/kernel-team/linux-latest
Vcs-Git: https://salsa.debian.org/kernel-team/linux-latest.git
Package: linux-source
Architecture: all
Depends: linux-source-4.19, ${misc:Depends}
Description: Linux kernel source (meta-package)
This package depends on packages containing the sources of the latest
Linux kernel.
Package: linux-doc
Architecture: all
Section: doc
Depends: linux-doc-4.19, ${misc:Depends}
Description: Linux kernel specific documentation (meta-package)
This package depends on the package containing the documentation for the
latest Linux kernel.
Package: linux-perf
Architecture: all
Depends: linux-perf-4.19, ${misc:Depends}
Description: Performance analysis tools for Linux (meta-package)
This package depends on the package containing the 'perf' performance
analysis tools for the latest Linux kernel.
Package: linux-image-alpha-generic
Architecture: alpha
Provides: linux-latest-modules-4.19.0-21-alpha-generic
Depends: linux-image-4.19.0-21-alpha-generic, ${misc:Depends}
Description: Linux for Alpha (meta-package)
This package depends on the latest Linux kernel and modules for use on DEC
Alpha systems with extended kernel start address (Wildfire, Titan,
Marvel).
Package: linux-headers-alpha-generic
Architecture: alpha
Depends: linux-headers-4.19.0-21-alpha-generic, ${misc:Depends}
Description: Header files for Linux alpha-generic configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel alpha-generic configuration.
Package: linux-image-alpha-generic-dbg
Architecture: alpha
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-alpha-generic-dbg, ${misc:Depends}
Description: Debugging symbols for Linux alpha-generic configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel alpha-generic configuration.
Package: linux-image-alpha-smp
Architecture: alpha
Provides: linux-latest-modules-4.19.0-21-alpha-smp
Depends: linux-image-4.19.0-21-alpha-smp, ${misc:Depends}
Description: Linux for Alpha SMP (meta-package)
This package depends on the latest Linux kernel and modules for use on DEC
Alpha SMP systems with extended kernel start address (Wildfire, Titan,
Marvel).
Package: linux-headers-alpha-smp
Architecture: alpha
Depends: linux-headers-4.19.0-21-alpha-smp, ${misc:Depends}
Description: Header files for Linux alpha-smp configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel alpha-smp configuration.
Package: linux-image-alpha-smp-dbg
Architecture: alpha
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-alpha-smp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux alpha-smp configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel alpha-smp configuration.
Package: linux-image-amd64
Architecture: amd64
Provides: linux-latest-modules-4.19.0-21-amd64
Depends: linux-image-4.19.0-21-amd64, ${misc:Depends}
Description: Linux for 64-bit PCs (meta-package)
This package depends on the latest Linux kernel and modules for use on PCs
with AMD64, Intel 64 or VIA Nano processors.
Package: linux-headers-amd64
Architecture: amd64
Depends: linux-headers-4.19.0-21-amd64, ${misc:Depends}
Description: Header files for Linux amd64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel amd64 configuration.
Package: linux-image-amd64-dbg
Architecture: amd64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-amd64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux amd64 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel amd64 configuration.
Package: linux-image-cloud-amd64
Architecture: amd64
Provides: linux-latest-modules-4.19.0-21-cloud-amd64
Depends: linux-image-4.19.0-21-cloud-amd64, ${misc:Depends}
Description: Linux for x86-64 cloud (meta-package)
This package depends on the latest Linux kernel and modules for use on
Amazon EC2, Google Compute Engine and Microsoft Azure cloud platforms.
Package: linux-headers-cloud-amd64
Architecture: amd64
Depends: linux-headers-4.19.0-21-cloud-amd64, ${misc:Depends}
Description: Header files for Linux cloud-amd64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel cloud-amd64 configuration.
Package: linux-image-cloud-amd64-dbg
Architecture: amd64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-cloud-amd64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux cloud-amd64 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel cloud-amd64 configuration.
Package: linux-image-rt-amd64
Architecture: amd64
Provides: linux-latest-modules-4.19.0-21-rt-amd64
Depends: linux-image-4.19.0-21-rt-amd64, ${misc:Depends}
Description: Linux for 64-bit PCs (meta-package), PREEMPT_RT
This package depends on the latest Linux kernel and modules for use on PCs
with AMD64, Intel 64 or VIA Nano processors.
.
This kernel includes the PREEMPT_RT realtime patch set.
Package: linux-headers-rt-amd64
Architecture: amd64
Depends: linux-headers-4.19.0-21-rt-amd64, ${misc:Depends}
Description: Header files for Linux rt-amd64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel rt-amd64 configuration.
Package: linux-image-rt-amd64-dbg
Architecture: amd64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-rt-amd64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux rt-amd64 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel rt-amd64 configuration.
Package: linux-image-arm64
Architecture: arm64
Provides: linux-latest-modules-4.19.0-21-arm64
Depends: linux-image-4.19.0-21-arm64, ${misc:Depends}
Description: Linux for 64-bit ARMv8 machines (meta-package)
This package depends on the latest Linux kernel and modules for use on
64-bit ARMv8 machines.
Package: linux-headers-arm64
Architecture: arm64
Depends: linux-headers-4.19.0-21-arm64, ${misc:Depends}
Description: Header files for Linux arm64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel arm64 configuration.
Package: linux-image-arm64-dbg
Architecture: arm64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-arm64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux arm64 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel arm64 configuration.
Package: linux-image-rt-arm64
Architecture: arm64
Provides: linux-latest-modules-4.19.0-21-rt-arm64
Depends: linux-image-4.19.0-21-rt-arm64, ${misc:Depends}
Description: Linux for 64-bit ARMv8 machines (meta-package), PREEMPT_RT
This package depends on the latest Linux kernel and modules for use on
64-bit ARMv8 machines.
.
This kernel includes the PREEMPT_RT realtime patch set.
Package: linux-headers-rt-arm64
Architecture: arm64
Depends: linux-headers-4.19.0-21-rt-arm64, ${misc:Depends}
Description: Header files for Linux rt-arm64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel rt-arm64 configuration.
Package: linux-image-rt-arm64-dbg
Architecture: arm64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-rt-arm64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux rt-arm64 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel rt-arm64 configuration.
Package: linux-image-marvell
Architecture: armel
Provides: linux-latest-modules-4.19.0-21-marvell
Depends: linux-image-4.19.0-21-marvell, ${misc:Depends}
Description: Linux for Marvell Kirkwood/Orion (meta-package)
This package depends on the latest Linux kernel and modules for use on
Marvell Kirkwood and Orion based systems
(https://wiki.debian.org/ArmEabiPort#Supported_hardware).
Package: linux-headers-marvell
Architecture: armel
Depends: linux-headers-4.19.0-21-marvell, ${misc:Depends}
Description: Header files for Linux marvell configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel marvell configuration.
Package: linux-image-marvell-dbg
Architecture: armel
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-marvell-dbg, ${misc:Depends}
Description: Debugging symbols for Linux marvell configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel marvell configuration.
Package: linux-image-rpi
Architecture: armel
Provides: linux-latest-modules-4.19.0-21-rpi
Depends: linux-image-4.19.0-21-rpi, ${misc:Depends}
Description: Linux for Raspberry Pi and Pi Zero (meta-package)
This package depends on the latest Linux kernel and modules for use on
Raspberry Pi, Raspberry Pi Zero based systems.
Package: linux-headers-rpi
Architecture: armel
Depends: linux-headers-4.19.0-21-rpi, ${misc:Depends}
Description: Header files for Linux rpi configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel rpi configuration.
Package: linux-image-rpi-dbg
Architecture: armel
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-rpi-dbg, ${misc:Depends}
Description: Debugging symbols for Linux rpi configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel rpi configuration.
Package: linux-image-armmp
Architecture: armhf
Provides: linux-latest-modules-4.19.0-21-armmp
Depends: linux-image-4.19.0-21-armmp, ${misc:Depends}
Description: Linux for ARMv7 multiplatform compatible SoCs (meta-package)
This package depends on the latest Linux kernel and modules for use on
ARMv7 multiplatform kernel. See
https://wiki.debian.org/DebianKernel/ARMMP for details of supported
platforms.
Package: linux-headers-armmp
Architecture: armhf
Depends: linux-headers-4.19.0-21-armmp, ${misc:Depends}
Description: Header files for Linux armmp configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel armmp configuration.
Package: linux-image-armmp-dbg
Architecture: armhf
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-armmp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux armmp configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel armmp configuration.
Package: linux-image-armmp-lpae
Architecture: armhf
Provides: linux-latest-modules-4.19.0-21-armmp-lpae
Depends: linux-image-4.19.0-21-armmp-lpae, ${misc:Depends}
Description: Linux for ARMv7 multiplatform compatible SoCs supporting LPAE (meta-package)
This package depends on the latest Linux kernel and modules for use on
ARMv7 multiplatform kernel supporting LPAE. See
https://wiki.debian.org/DebianKernel/ARMMP for details of supported
platforms..
Package: linux-headers-armmp-lpae
Architecture: armhf
Depends: linux-headers-4.19.0-21-armmp-lpae, ${misc:Depends}
Description: Header files for Linux armmp-lpae configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel armmp-lpae configuration.
Package: linux-image-armmp-lpae-dbg
Architecture: armhf
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-armmp-lpae-dbg, ${misc:Depends}
Description: Debugging symbols for Linux armmp-lpae configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel armmp-lpae configuration.
Package: linux-image-rt-armmp
Architecture: armhf
Provides: linux-latest-modules-4.19.0-21-rt-armmp
Depends: linux-image-4.19.0-21-rt-armmp, ${misc:Depends}
Description: Linux for ARMv7 multiplatform compatible SoCs (meta-package), PREEMPT_RT
This package depends on the latest Linux kernel and modules for use on
ARMv7 multiplatform kernel. See
https://wiki.debian.org/DebianKernel/ARMMP for details of supported
platforms.
.
This kernel includes the PREEMPT_RT realtime patch set.
Package: linux-headers-rt-armmp
Architecture: armhf
Depends: linux-headers-4.19.0-21-rt-armmp, ${misc:Depends}
Description: Header files for Linux rt-armmp configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel rt-armmp configuration.
Package: linux-image-rt-armmp-dbg
Architecture: armhf
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-rt-armmp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux rt-armmp configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel rt-armmp configuration.
Package: linux-image-parisc
Architecture: hppa
Provides: linux-latest-modules-4.19.0-21-parisc
Depends: linux-image-4.19.0-21-parisc, ${misc:Depends}
Description: Linux for 32-bit PA-RISC (meta-package)
This package depends on the latest Linux kernel and modules for use on HP
PA-RISC 32-bit systems with max 4 GB RAM.
Package: linux-headers-parisc
Architecture: hppa
Depends: linux-headers-4.19.0-21-parisc, ${misc:Depends}
Description: Header files for Linux parisc configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel parisc configuration.
Package: linux-image-parisc-smp
Architecture: hppa
Provides: linux-latest-modules-4.19.0-21-parisc-smp
Depends: linux-image-4.19.0-21-parisc-smp, ${misc:Depends}
Description: Linux for multiprocessor 32-bit PA-RISC (meta-package)
This package depends on the latest Linux kernel and modules for use on HP
PA-RISC 32-bit SMP systems with max 4 GB RAM.
Package: linux-headers-parisc-smp
Architecture: hppa
Depends: linux-headers-4.19.0-21-parisc-smp, ${misc:Depends}
Description: Header files for Linux parisc-smp configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel parisc-smp configuration.
Package: linux-image-parisc64-smp
Architecture: hppa
Provides: linux-latest-modules-4.19.0-21-parisc64-smp
Depends: linux-image-4.19.0-21-parisc64-smp, ${misc:Depends}
Description: Linux for multiprocessor 64-bit PA-RISC (meta-package)
This package depends on the latest Linux kernel and modules for use on HP
PA-RISC 64-bit SMP systems with support for more than 4 GB RAM.
Package: linux-headers-parisc64-smp
Architecture: hppa
Depends: linux-headers-4.19.0-21-parisc64-smp, ${misc:Depends}
Description: Header files for Linux parisc64-smp configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel parisc64-smp configuration.
Package: linux-image-686
Architecture: i386
Provides: linux-latest-modules-4.19.0-21-686
Depends: linux-image-4.19.0-21-686, ${misc:Depends}
Description: Linux for older PCs (meta-package)
This package depends on the latest Linux kernel and modules for use on PCs
with one or more processors not supporting PAE.
Package: linux-headers-686
Architecture: i386
Depends: linux-headers-4.19.0-21-686, ${misc:Depends}
Description: Header files for Linux 686 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel 686 configuration.
Package: linux-image-686-dbg
Architecture: i386
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-686-dbg, ${misc:Depends}
Description: Debugging symbols for Linux 686 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel 686 configuration.
Package: linux-image-686-pae
Architecture: i386
Provides: linux-latest-modules-4.19.0-21-686-pae
Depends: linux-image-4.19.0-21-686-pae, ${misc:Depends}
Description: Linux for modern PCs (meta-package)
This package depends on the latest Linux kernel and modules for use on PCs
with one or more processors supporting PAE.
.
This kernel requires PAE (Physical Address Extension). This feature is
supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD
Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom;
Transmeta Efficeon; VIA C7; and some other processors.
Package: linux-headers-686-pae
Architecture: i386
Depends: linux-headers-4.19.0-21-686-pae, ${misc:Depends}
Description: Header files for Linux 686-pae configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel 686-pae configuration.
Package: linux-image-686-pae-dbg
Architecture: i386
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-686-pae-dbg, ${misc:Depends}
Description: Debugging symbols for Linux 686-pae configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel 686-pae configuration.
Package: linux-image-rt-686-pae
Architecture: i386
Provides: linux-latest-modules-4.19.0-21-rt-686-pae
Depends: linux-image-4.19.0-21-rt-686-pae, ${misc:Depends}
Description: Linux for modern PCs (meta-package), PREEMPT_RT
This package depends on the latest Linux kernel and modules for use on PCs
with one or more processors supporting PAE.
.
This kernel requires PAE (Physical Address Extension). This feature is
supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD
Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom;
Transmeta Efficeon; VIA C7; and some other processors.
.
This kernel includes the PREEMPT_RT realtime patch set.
Package: linux-headers-rt-686-pae
Architecture: i386
Depends: linux-headers-4.19.0-21-rt-686-pae, ${misc:Depends}
Description: Header files for Linux rt-686-pae configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel rt-686-pae configuration.
Package: linux-image-rt-686-pae-dbg
Architecture: i386
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-rt-686-pae-dbg, ${misc:Depends}
Description: Debugging symbols for Linux rt-686-pae configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel rt-686-pae configuration.
Package: linux-image-itanium
Architecture: ia64
Provides: linux-latest-modules-4.19.0-21-itanium
Depends: linux-image-4.19.0-21-itanium, ${misc:Depends}
Description: Linux for Itanium (Merced) (meta-package)
This package depends on the latest Linux kernel and modules for use on
systems with original Itanium (Merced) processors.
Package: linux-headers-itanium
Architecture: ia64
Depends: linux-headers-4.19.0-21-itanium, ${misc:Depends}
Description: Header files for Linux itanium configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel itanium configuration.
Package: linux-image-itanium-dbg
Architecture: ia64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-itanium-dbg, ${misc:Depends}
Description: Debugging symbols for Linux itanium configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel itanium configuration.
Package: linux-image-mckinley
Architecture: ia64
Provides: linux-latest-modules-4.19.0-21-mckinley
Depends: linux-image-4.19.0-21-mckinley, ${misc:Depends}
Description: Linux for Itanium 2+ (meta-package)
This package depends on the latest Linux kernel and modules for use on
systems with Itanium 2 or 9300/9500/9700-series processors.
Package: linux-headers-mckinley
Architecture: ia64
Depends: linux-headers-4.19.0-21-mckinley, ${misc:Depends}
Description: Header files for Linux mckinley configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel mckinley configuration.
Package: linux-image-mckinley-dbg
Architecture: ia64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-mckinley-dbg, ${misc:Depends}
Description: Debugging symbols for Linux mckinley configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel mckinley configuration.
Package: linux-image-m68k
Architecture: m68k
Provides: linux-latest-modules-4.19.0-21-m68k
Depends: linux-image-4.19.0-21-m68k, ${misc:Depends}
Description: Linux for Motorola MC68020+ family (meta-package)
This package depends on the latest Linux kernel and modules for use on
Motorola MC68020+ family.
Package: linux-headers-m68k
Architecture: m68k
Depends: linux-headers-4.19.0-21-m68k, ${misc:Depends}
Description: Header files for Linux m68k configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel m68k configuration.
Package: linux-image-m68k-dbg
Architecture: m68k
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-m68k-dbg, ${misc:Depends}
Description: Debugging symbols for Linux m68k configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel m68k configuration.
Package: linux-image-4kc-malta
Architecture: mips mipsel
Provides: linux-latest-modules-4.19.0-21-4kc-malta
Depends: linux-image-4.19.0-21-4kc-malta, ${misc:Depends}
Description: Linux for MIPS Malta (meta-package)
This package depends on the latest Linux kernel and modules for use on
MIPS Malta boards.
Package: linux-headers-4kc-malta
Architecture: mips mipsel
Depends: linux-headers-4.19.0-21-4kc-malta, ${misc:Depends}
Description: Header files for Linux 4kc-malta configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel 4kc-malta configuration.
Package: linux-image-4kc-malta-dbg
Architecture: mips mipsel
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-4kc-malta-dbg, ${misc:Depends}
Description: Debugging symbols for Linux 4kc-malta configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel 4kc-malta configuration.
Package: linux-image-5kc-malta
Architecture: mips mips64 mips64el mipsel
Provides: linux-latest-modules-4.19.0-21-5kc-malta
Depends: linux-image-4.19.0-21-5kc-malta, ${misc:Depends}
Description: Linux for MIPS Malta (64-bit) (meta-package)
This package depends on the latest Linux kernel and modules for use on
MIPS Malta boards (64-bit).
Package: linux-headers-5kc-malta
Architecture: mips mips64 mips64el mipsel
Depends: linux-headers-4.19.0-21-5kc-malta, ${misc:Depends}
Description: Header files for Linux 5kc-malta configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel 5kc-malta configuration.
Package: linux-image-5kc-malta-dbg
Architecture: mips mips64 mips64el mipsel
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-5kc-malta-dbg, ${misc:Depends}
Description: Debugging symbols for Linux 5kc-malta configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel 5kc-malta configuration.
Package: linux-image-octeon
Architecture: mips mips64 mips64el mipsel
Provides: linux-latest-modules-4.19.0-21-octeon
Depends: linux-image-4.19.0-21-octeon, ${misc:Depends}
Description: Linux for Octeon (meta-package)
This package depends on the latest Linux kernel and modules for use on
Cavium Networks Octeon.
Package: linux-headers-octeon
Architecture: mips mips64 mips64el mipsel
Depends: linux-headers-4.19.0-21-octeon, ${misc:Depends}
Description: Header files for Linux octeon configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel octeon configuration.
Package: linux-image-octeon-dbg
Architecture: mips mips64 mips64el mipsel
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-octeon-dbg, ${misc:Depends}
Description: Debugging symbols for Linux octeon configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel octeon configuration.
Package: linux-image-loongson-3
Architecture: mips64el mipsel
Provides: linux-latest-modules-4.19.0-21-loongson-3
Depends: linux-image-4.19.0-21-loongson-3, ${misc:Depends}
Description: Linux for Loongson 3A/3B (meta-package)
This package depends on the latest Linux kernel and modules for use on
Loongson 3A or 3B based systems (e.g. from Loongson or Lemote).
Package: linux-headers-loongson-3
Architecture: mips64el mipsel
Depends: linux-headers-4.19.0-21-loongson-3, ${misc:Depends}
Description: Header files for Linux loongson-3 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel loongson-3 configuration.
Package: linux-image-loongson-3-dbg
Architecture: mips64el mipsel
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-loongson-3-dbg, ${misc:Depends}
Description: Debugging symbols for Linux loongson-3 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel loongson-3 configuration.
Package: linux-image-mips64r6
Architecture: mips64r6 mipsr6
Provides: linux-latest-modules-4.19.0-21-mips64r6
Depends: linux-image-4.19.0-21-mips64r6, ${misc:Depends}
Description: Linux for MIPS R6 (64 bit, big endian) (meta-package)
This package depends on the latest Linux kernel and modules for use on
MIPS R6 (64 bit, big endian).
Package: linux-headers-mips64r6
Architecture: mips64r6 mipsr6
Depends: linux-headers-4.19.0-21-mips64r6, ${misc:Depends}
Description: Header files for Linux mips64r6 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel mips64r6 configuration.
Package: linux-image-mips64r6-dbg
Architecture: mips64r6 mipsr6
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-mips64r6-dbg, ${misc:Depends}
Description: Debugging symbols for Linux mips64r6 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel mips64r6 configuration.
Package: linux-image-mips64r6el
Architecture: mips64r6el mipsr6el
Provides: linux-latest-modules-4.19.0-21-mips64r6el
Depends: linux-image-4.19.0-21-mips64r6el, ${misc:Depends}
Description: Linux for MIPS R6 (64 bit, little endian) (meta-package)
This package depends on the latest Linux kernel and modules for use on
MIPS R6 (64 bit, little endian).
Package: linux-headers-mips64r6el
Architecture: mips64r6el mipsr6el
Depends: linux-headers-4.19.0-21-mips64r6el, ${misc:Depends}
Description: Header files for Linux mips64r6el configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel mips64r6el configuration.
Package: linux-image-mips64r6el-dbg
Architecture: mips64r6el mipsr6el
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-mips64r6el-dbg, ${misc:Depends}
Description: Debugging symbols for Linux mips64r6el configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel mips64r6el configuration.
Package: linux-image-mips32r6
Architecture: mipsr6
Provides: linux-latest-modules-4.19.0-21-mips32r6
Depends: linux-image-4.19.0-21-mips32r6, ${misc:Depends}
Description: Linux for MIPS R6 (32 bit, big endian) (meta-package)
This package depends on the latest Linux kernel and modules for use on
MIPS R6 (32 bit, big endian).
Package: linux-headers-mips32r6
Architecture: mipsr6
Depends: linux-headers-4.19.0-21-mips32r6, ${misc:Depends}
Description: Header files for Linux mips32r6 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel mips32r6 configuration.
Package: linux-image-mips32r6-dbg
Architecture: mipsr6
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-mips32r6-dbg, ${misc:Depends}
Description: Debugging symbols for Linux mips32r6 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel mips32r6 configuration.
Package: linux-image-mips32r6el
Architecture: mipsr6el
Provides: linux-latest-modules-4.19.0-21-mips32r6el
Depends: linux-image-4.19.0-21-mips32r6el, ${misc:Depends}
Description: Linux for MIPS R6 (32 bit, little endian) (meta-package)
This package depends on the latest Linux kernel and modules for use on
MIPS R6 (32 bit, little endian).
Package: linux-headers-mips32r6el
Architecture: mipsr6el
Depends: linux-headers-4.19.0-21-mips32r6el, ${misc:Depends}
Description: Header files for Linux mips32r6el configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel mips32r6el configuration.
Package: linux-image-mips32r6el-dbg
Architecture: mipsr6el
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-mips32r6el-dbg, ${misc:Depends}
Description: Debugging symbols for Linux mips32r6el configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel mips32r6el configuration.
Package: linux-image-powerpc
Architecture: powerpc
Provides: linux-latest-modules-4.19.0-21-powerpc
Depends: linux-image-4.19.0-21-powerpc, ${misc:Depends}
Description: Linux for uniprocessor 32-bit PowerPC (meta-package)
This package depends on the latest Linux kernel and modules for use on
uniprocessor 32-bit PowerPC.
Package: linux-headers-powerpc
Architecture: powerpc
Depends: linux-headers-4.19.0-21-powerpc, ${misc:Depends}
Description: Header files for Linux powerpc configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel powerpc configuration.
Package: linux-image-powerpc-dbg
Architecture: powerpc
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-powerpc-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpc configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel powerpc configuration.
Package: linux-image-powerpc-smp
Architecture: powerpc
Provides: linux-latest-modules-4.19.0-21-powerpc-smp
Depends: linux-image-4.19.0-21-powerpc-smp, ${misc:Depends}
Description: Linux for multiprocessor 32-bit PowerPC (meta-package)
This package depends on the latest Linux kernel and modules for use on
multiprocessor 32-bit PowerPC.
Package: linux-headers-powerpc-smp
Architecture: powerpc
Depends: linux-headers-4.19.0-21-powerpc-smp, ${misc:Depends}
Description: Header files for Linux powerpc-smp configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel powerpc-smp configuration.
Package: linux-image-powerpc-smp-dbg
Architecture: powerpc
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-powerpc-smp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpc-smp configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel powerpc-smp configuration.
Package: linux-image-powerpc64
Architecture: powerpc ppc64
Provides: linux-latest-modules-4.19.0-21-powerpc64
Depends: linux-image-4.19.0-21-powerpc64, ${misc:Depends}
Description: Linux for 64-bit PowerPC (meta-package)
This package depends on the latest Linux kernel and modules for use on
64-bit PowerPC.
Package: linux-headers-powerpc64
Architecture: powerpc ppc64
Depends: linux-headers-4.19.0-21-powerpc64, ${misc:Depends}
Description: Header files for Linux powerpc64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel powerpc64 configuration.
Package: linux-image-powerpc64-dbg
Architecture: powerpc ppc64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-powerpc64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpc64 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel powerpc64 configuration.
Package: linux-image-powerpcspe
Architecture: powerpcspe
Provides: linux-latest-modules-4.19.0-21-powerpcspe
Depends: linux-image-4.19.0-21-powerpcspe, ${misc:Depends}
Description: Linux for 32-bit PowerPC with SPE (instead of AltiVec) with SMP support (meta-package)
This package depends on the latest Linux kernel and modules for use on
32-bit PowerPC with SPE (instead of AltiVec) with SMP support.
Package: linux-headers-powerpcspe
Architecture: powerpcspe
Depends: linux-headers-4.19.0-21-powerpcspe, ${misc:Depends}
Description: Header files for Linux powerpcspe configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel powerpcspe configuration.
Package: linux-image-powerpcspe-dbg
Architecture: powerpcspe
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-powerpcspe-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpcspe configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel powerpcspe configuration.
Package: linux-image-powerpc64le
Architecture: ppc64el
Provides: linux-latest-modules-4.19.0-21-powerpc64le
Depends: linux-image-4.19.0-21-powerpc64le, ${misc:Depends}
Description: Linux for Little-endian 64-bit PowerPC (meta-package)
This package depends on the latest Linux kernel and modules for use on
Little-endian 64-bit PowerPC.
Package: linux-headers-powerpc64le
Architecture: ppc64el
Depends: linux-headers-4.19.0-21-powerpc64le, ${misc:Depends}
Description: Header files for Linux powerpc64le configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel powerpc64le configuration.
Package: linux-image-powerpc64le-dbg
Architecture: ppc64el
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-powerpc64le-dbg, ${misc:Depends}
Description: Debugging symbols for Linux powerpc64le configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel powerpc64le configuration.
Package: linux-image-riscv64
Architecture: riscv64
Provides: linux-latest-modules-4.19.0-21-riscv64
Depends: linux-image-4.19.0-21-riscv64, ${misc:Depends}
Description: Linux for 64-bit RISC-V platforms (meta-package)
This package depends on the latest Linux kernel and modules for use on
64-bit RISC-V platforms.
Package: linux-headers-riscv64
Architecture: riscv64
Depends: linux-headers-4.19.0-21-riscv64, ${misc:Depends}
Description: Header files for Linux riscv64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel riscv64 configuration.
Package: linux-image-riscv64-dbg
Architecture: riscv64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-riscv64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux riscv64 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel riscv64 configuration.
Package: linux-image-s390x
Architecture: s390x
Provides: linux-latest-modules-4.19.0-21-s390x
Depends: linux-image-4.19.0-21-s390x, ${misc:Depends}
Description: Linux for IBM zSeries (meta-package)
This package depends on the latest Linux kernel and modules for use on IBM
zSeries.
Package: linux-headers-s390x
Architecture: s390x
Depends: linux-headers-4.19.0-21-s390x, ${misc:Depends}
Description: Header files for Linux s390x configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel s390x configuration.
Package: linux-image-s390x-dbg
Architecture: s390x
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-s390x-dbg, ${misc:Depends}
Description: Debugging symbols for Linux s390x configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel s390x configuration.
Package: linux-image-sh7751r
Architecture: sh4
Provides: linux-latest-modules-4.19.0-21-sh7751r
Depends: linux-image-4.19.0-21-sh7751r, ${misc:Depends}
Description: Linux for sh7751r (meta-package)
This package depends on the latest Linux kernel and modules for use on
Renesas SH7751R R2D plus board.
Package: linux-headers-sh7751r
Architecture: sh4
Depends: linux-headers-4.19.0-21-sh7751r, ${misc:Depends}
Description: Header files for Linux sh7751r configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel sh7751r configuration.
Package: linux-image-sh7751r-dbg
Architecture: sh4
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-sh7751r-dbg, ${misc:Depends}
Description: Debugging symbols for Linux sh7751r configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel sh7751r configuration.
Package: linux-image-sh7785lcr
Architecture: sh4
Provides: linux-latest-modules-4.19.0-21-sh7785lcr
Depends: linux-image-4.19.0-21-sh7785lcr, ${misc:Depends}
Description: Linux for sh7785lcr (meta-package)
This package depends on the latest Linux kernel and modules for use on
Renesas SH7785 reference board.
Package: linux-headers-sh7785lcr
Architecture: sh4
Depends: linux-headers-4.19.0-21-sh7785lcr, ${misc:Depends}
Description: Header files for Linux sh7785lcr configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel sh7785lcr configuration.
Package: linux-image-sh7785lcr-dbg
Architecture: sh4
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-sh7785lcr-dbg, ${misc:Depends}
Description: Debugging symbols for Linux sh7785lcr configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel sh7785lcr configuration.
Package: linux-image-sparc64
Architecture: sparc64
Provides: linux-latest-modules-4.19.0-21-sparc64
Depends: linux-image-4.19.0-21-sparc64, ${misc:Depends}
Description: Linux for uniprocessor 64-bit UltraSPARC (meta-package)
This package depends on the latest Linux kernel and modules for use on
uniprocessor 64-bit UltraSPARC.
Package: linux-headers-sparc64
Architecture: sparc64
Depends: linux-headers-4.19.0-21-sparc64, ${misc:Depends}
Description: Header files for Linux sparc64 configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel sparc64 configuration.
Package: linux-image-sparc64-dbg
Architecture: sparc64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-sparc64-dbg, ${misc:Depends}
Description: Debugging symbols for Linux sparc64 configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel sparc64 configuration.
Package: linux-image-sparc64-smp
Architecture: sparc64
Provides: linux-latest-modules-4.19.0-21-sparc64-smp
Depends: linux-image-4.19.0-21-sparc64-smp, ${misc:Depends}
Description: Linux for multiprocessor 64-bit UltraSPARC (meta-package)
This package depends on the latest Linux kernel and modules for use on
multiprocessor 64-bit UltraSPARC.
Package: linux-headers-sparc64-smp
Architecture: sparc64
Depends: linux-headers-4.19.0-21-sparc64-smp, ${misc:Depends}
Description: Header files for Linux sparc64-smp configuration (meta-package)
This package depends on the architecture-specific header files for the
latest Linux kernel sparc64-smp configuration.
Package: linux-image-sparc64-smp-dbg
Architecture: sparc64
Provides: linux-latest-image-dbg
Depends: linux-image-4.19.0-21-sparc64-smp-dbg, ${misc:Depends}
Description: Debugging symbols for Linux sparc64-smp configuration (meta-package)
This package depends on the detached debugging symbols for the latest
Linux kernel sparc64-smp configuration.
|