4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: asciidoc-base,
10 debhelper-compat (= 13),
34 Build-Conflicts: pve-headers-@KVNAME@,
35 Standards-Version: 4.6.2
36 Vcs-Git: git://git.proxmox.com/git/pve-kernel
37 Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
39 Package: linux-tools-@KVMAJMIN@
43 Depends: linux-base, ${misc:Depends}, ${shlibs:Depends},
44 Description: Linux kernel version specific tools for version @KVMAJMIN@
45 This package provides the architecture dependent parts for kernel
46 version locked tools (such as perf and x86_energy_perf_policy)
48 Package: pve-headers-@KVNAME@
52 Provides: linux-headers-@KVNAME@-amd64,
53 Depends: ${misc:Depends},
54 Description: Proxmox Kernel Headers
55 This package contains the linux kernel headers
57 Package: pve-kernel-@KVNAME@
61 Provides: linux-image-@KVNAME@-amd64,
62 Suggests: pve-firmware,
63 Depends: busybox, initramfs-tools | linux-initramfs-tool, ${misc:Depends},
64 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
65 Description: Proxmox Kernel Image
66 This package contains the linux kernel and initial ramdisk used for booting
68 Package: pve-kernel-@KVNAME@-dbgsym
70 Provides: linux-debug,
73 Build-Profiles: <pkg.pve-kernel.debug>
74 Depends: ${misc:Depends},
75 Description: Proxmox Kernel debug image
76 This package provides the kernel debug image for version @KVNAME@. The debug
77 kernel image contained in this package is NOT meant to boot from - it is
78 uncompressed, and unstripped, and suitable for use with crash/kdump-tools/..
79 to analyze kernel crashes. This package also contains the pve-kernel modules
80 in their unstripped version.
82 Package: pve-kernel-libc-dev
86 Provides: linux-libc-dev (=${binary:Version}),
87 Conflicts: linux-libc-dev,
88 Replaces: linux-libc-dev,
89 Depends: ${misc:Depends},
90 Description: Linux support headers for userspace development
91 This package provides userspaces headers from the Linux kernel. These headers
92 are used by the installed headers for GNU libc and other system libraries.