From 097a23ebbd3e13010b86a608726b61720a416ab5 Mon Sep 17 00:00:00 2001 From: Jiang Cuo Date: Mon, 17 Apr 2023 15:41:55 +0800 Subject: [PATCH] add debian/control --- debian/control | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3729619 --- /dev/null +++ b/debian/control @@ -0,0 +1,98 @@ +Source: pve-kernel +Section: devel +Priority: optional +Maintainer: Fabian Mastenbroek +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-6.1.24-generic, +Vcs-Git: git://github.com/fabianishere/pve-generic-kernel.git +Vcs-Browser: https://github.com/fabianishere/pve-generic-kernel + +Package: linux-tools-6.1 +Architecture: any +Section: devel +Priority: optional +Depends: linux-base, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Linux kernel version specific tools for version 6.1 + This package provides the architecture dependent parts for kernel + version locked tools (such as perf and x86_energy_perf_policy) + +Package: pve-headers-6.1-generic +Architecture: all +Section: admin +Priority: optional +Depends: pve-headers-6.1.24-generic, +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 6.1 + series. + +Package: pve-kernel-6.1-generic +Architecture: all +Section: admin +Priority: optional +Depends: pve-firmware, + pve-kernel-6.1.24-generic, +Description: Latest Proxmox Edge Kernel Image + This is a metapackage which will install the latest available + Proxmox Edge kernel from the 6.1 series. + +Package: pve-headers-6.1.24-generic +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-6.1.24-generic +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.