| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- Source: pve-edge-kernel
- Section: devel
- Priority: optional
- Maintainer: Fabian Mastenbroek <[email protected]>
- Build-Depends: asciidoc-base,
- automake,
- bc,
- bison,
- cpio,
- debhelper (>= 10~),
- dh-python,
- file,
- flex,
- gcc (>= 8.3.0-6),
- git,
- kmod,
- libdw-dev,
- libelf-dev,
- libiberty-dev,
- libnuma-dev,
- libpve-common-perl,
- libslang2-dev,
- libssl-dev,
- libtool,
- lintian,
- lz4,
- perl-modules,
- python2-minimal,
- rsync,
- sed,
- sphinx-common,
- tar,
- xmlto,
- zlib1g-dev,
- dwarves
- Build-Conflicts: pve-edge-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-edge-headers-@KVNAME@
- Section: devel
- Priority: optional
- Architecture: any
- Provides: linux-headers,
- linux-headers-2.6,
- Depends: coreutils | fileutils (>= 4.0),
- Description: The Proxmox PVE Kernel Headers
- This package contains the linux kernel headers
- Package: pve-edge-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.
|