| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- Source: pve-kernel
- Section: devel
- Priority: optional
- Maintainer: Fabian Mastenbroek <[email protected]>
- Build-Depends: asciidoc,
- automake,
- bc,
- bison,
- cpio,
- debhelper (>= 10~),
- dwarves (>= 1.16),
- flex,
- gcc (>= 8.3.0-6),
- git,
- kmod,
- libdw-dev,
- libelf-dev,
- libiberty-dev,
- libnuma-dev,
- libslang2-dev,
- libssl-dev,
- lz4,
- python3-minimal,
- python3-dev,
- quilt,
- rsync,
- xmlto,
- zlib1g-dev,
- zstd
- Build-Conflicts: pve-headers-@KVNAME@,
- Vcs-Git: git://github.com/fabianishere/pve-edge-kernel.git
- Vcs-Browser: https://github.com/fabianishere/pve-edge-kernel
- Package: linux-tools-@KVMAJMIN@
- Architecture: any
- Section: devel
- Priority: optional
- Depends: linux-base,
- ${misc:Depends},
- ${shlibs:Depends},
- Description: Linux kernel version specific tools for version @KVMAJMIN@
- This package provides the architecture dependent parts for kernel
- version locked tools (such as perf and x86_energy_perf_policy)
- Package: pve-headers-@KVMAJMIN@-edge
- Architecture: all
- Section: admin
- Priority: optional
- Depends: pve-headers-@KVNAME@,
- Description: Latest Proxmox Edge Kernel Headers
- This is a metapackage which will install the kernel headers
- for the latest available Proxmox Edge kernel from the @KVMAJMIN@
- series.
- Package: pve-kernel-@KVMAJMIN@-edge
- Architecture: all
- Section: admin
- Priority: optional
- Depends: pve-firmware,
- pve-kernel-@KVNAME@,
- Description: Latest Proxmox Edge Kernel Image
- This is a metapackage which will install the latest available
- Proxmox Edge kernel from the @KVMAJMIN@ series.
- Package: pve-headers-@KVNAME@
- Section: devel
- Priority: optional
- Architecture: any
- Provides: linux-headers,
- linux-headers-2.6,
- Depends:
- Description: The Proxmox Edge Kernel Headers
- This package contains the Proxmox Edge Linux kernel headers
- Package: pve-kernel-@KVNAME@
- Section: admin
- Priority: optional
- Architecture: any
- Provides: linux-image,
- linux-image-2.6,
- Suggests: pve-firmware,
- Depends: busybox,
- initramfs-tools,
- Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
- Description: The Proxmox PVE Kernel Image
- This package contains the Linux kernel and initial ramdisk used for booting
- Package: pve-kernel-libc-dev
- Section: devel
- Priority: optional
- Architecture: any
- Provides: linux-libc-dev,
- Conflicts: linux-libc-dev,
- Replaces: linux-libc-dev,
- Depends: ${misc:Depends}
- Description: Linux support headers for userspace development
- This package provides userspaces headers from the Linux kernel. These headers
- are used by the installed headers for GNU libc and other system libraries.
|