]> git.proxmox.com Git - pve-kernel.git/blobdiff - debian/control.in
build: re-enable BTF
[pve-kernel.git] / debian / control.in
index 7194d0002a10179ca45d1da6b53a7870f94c02ff..3985f6acdd72abd05e7281876f0d6cd6024d3722 100644 (file)
@@ -32,7 +32,8 @@ Build-Depends: asciidoc-base,
                sphinx-common,
                tar,
                xmlto,
-               zlib1g-dev
+               zlib1g-dev,
+               zstd,
 Build-Conflicts: pve-headers-@KVNAME@
 Vcs-Git: git://git.proxmox.com/git/pve-kernel
 Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
@@ -50,20 +51,20 @@ Package: pve-headers-@KVNAME@
 Section: devel
 Priority: optional
 Architecture: any
-Provides: linux-headers
+Provides: linux-headers-@KVNAME@-amd64
 Depends: coreutils | fileutils (>= 4.0)
-Description: The Proxmox PVE Kernel Headers
+Description: Proxmox Kernel Headers
  This package contains the linux kernel headers
 
 Package: pve-kernel-@KVNAME@
 Section: admin
 Priority: optional
 Architecture: any
-Provides: linux-image
+Provides: linux-image-@KVNAME@-amd64
 Suggests: pve-firmware
-Depends: busybox, initramfs-tools
+Depends: busybox, initramfs-tools | linux-initramfs-tool
 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64
-Description: The Proxmox PVE Kernel Image
+Description: Proxmox Kernel Image
  This package contains the linux kernel and initial ramdisk used for booting
 
 Package: pve-kernel-@KVNAME@-dbgsym
@@ -71,7 +72,8 @@ Architecture: any
 Provides: linux-debug
 Section: devel
 Priority: optional
-Description: The Proxmox PVE Kernel debug image
+Build-Profiles: <pkg.pve-kernel.debug>
+Description: Proxmox Kernel debug image
  This package provides the kernel debug image for version @KVNAME@. The debug
  kernel image contained in this package is NOT meant to boot from - it is
  uncompressed, and unstripped, and suitable for use with crash/kdump-tools/..