]> git.proxmox.com Git - pve-kernel.git/blob - debian/control.in
d/control: add linux-initramfs-tool as alternative
[pve-kernel.git] / debian / control.in
1 Source: pve-kernel
2 Section: devel
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: asciidoc-base,
6 automake,
7 bc,
8 bison,
9 cpio,
10 debhelper (>= 10~),
11 dh-python,
12 dwarves,
13 file,
14 flex,
15 gcc (>= 8.3.0-6),
16 git,
17 kmod,
18 libdw-dev,
19 libelf-dev,
20 libiberty-dev,
21 libnuma-dev,
22 libpve-common-perl,
23 libslang2-dev,
24 libssl-dev,
25 libtool,
26 lintian,
27 lz4,
28 perl-modules,
29 python3-minimal,
30 rsync,
31 sed,
32 sphinx-common,
33 tar,
34 xmlto,
35 zlib1g-dev,
36 zstd,
37 Build-Conflicts: pve-headers-@KVNAME@
38 Vcs-Git: git://git.proxmox.com/git/pve-kernel
39 Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
40
41 Package: linux-tools-@KVMAJMIN@
42 Architecture: any
43 Section: devel
44 Priority: optional
45 Depends: linux-base, ${misc:Depends}, ${shlibs:Depends}
46 Description: Linux kernel version specific tools for version @KVMAJMIN@
47 This package provides the architecture dependent parts for kernel
48 version locked tools (such as perf and x86_energy_perf_policy)
49
50 Package: pve-headers-@KVNAME@
51 Section: devel
52 Priority: optional
53 Architecture: any
54 Provides: linux-headers-@KVNAME@-amd64
55 Depends: coreutils | fileutils (>= 4.0)
56 Description: Proxmox Kernel Headers
57 This package contains the linux kernel headers
58
59 Package: pve-kernel-@KVNAME@
60 Section: admin
61 Priority: optional
62 Architecture: any
63 Provides: linux-image-@KVNAME@-amd64
64 Suggests: pve-firmware
65 Depends: busybox, initramfs-tools | linux-initramfs-tool
66 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64
67 Description: Proxmox Kernel Image
68 This package contains the linux kernel and initial ramdisk used for booting
69
70 Package: pve-kernel-@KVNAME@-dbgsym
71 Architecture: any
72 Provides: linux-debug
73 Section: devel
74 Priority: optional
75 Build-Profiles: <pkg.pve-kernel.debug>
76 Description: Proxmox Kernel debug image
77 This package provides the kernel debug image for version @KVNAME@. The debug
78 kernel image contained in this package is NOT meant to boot from - it is
79 uncompressed, and unstripped, and suitable for use with crash/kdump-tools/..
80 to analyze kernel crashes. This package also contains the pve-kernel modules
81 in their unstripped version.
82
83 Package: pve-kernel-libc-dev
84 Section: devel
85 Priority: optional
86 Architecture: any
87 Provides: linux-libc-dev (=${binary:Version})
88 Conflicts: linux-libc-dev
89 Replaces: linux-libc-dev
90 Depends: ${misc:Depends}
91 Description: Linux support headers for userspace development
92 This package provides userspaces headers from the Linux kernel. These headers
93 are used by the installed headers for GNU libc and other system libraries.