]> git.proxmox.com Git - pve-kernel.git/blob - debian/control.in
add Proxmox UEFI certificates
[pve-kernel.git] / debian / control.in
1 Source: proxmox-kernel-@KVMAJMIN@
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-compat (= 13),
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 python3-minimal,
29 rsync,
30 sphinx-common,
31 xmlto,
32 zlib1g-dev,
33 zstd,
34 Build-Conflicts: proxmox-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
38
39 Package: linux-tools-@KVMAJMIN@
40 Architecture: any
41 Section: devel
42 Priority: optional
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)
47
48 Package: proxmox-headers-@KVNAME@
49 Section: devel
50 Priority: optional
51 Architecture: any
52 Provides: linux-headers-@KVNAME@-amd64, pve-headers-@KVNAME@
53 Depends: ${misc:Depends},
54 Description: Proxmox Kernel Headers
55 This package contains the linux kernel headers
56
57 Package: proxmox-kernel-@KVNAME@
58 Section: admin
59 Priority: optional
60 Architecture: any
61 Provides: linux-image-@KVNAME@-amd64, pve-kernel-@KVNAME@
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
67
68 Package: proxmox-kernel-@KVNAME@-dbgsym
69 Architecture: any
70 Provides: linux-debug, pve-kernel-@KVNAME@-dbgsym
71 Section: devel
72 Priority: optional
73 Build-Profiles: <pkg.proxmox-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 proxmox-kernel modules
80 in their unstripped version.
81
82 Package: proxmox-kernel-libc-dev
83 Section: devel
84 Priority: optional
85 Architecture: any
86 Provides: linux-libc-dev (=${binary:Version}), pve-kernel-libc-dev
87 Conflicts: linux-libc-dev,
88 Replaces: linux-libc-dev, pve-kernel-libc-dev
89 Breaks: pve-kernel-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.
94
95 Package: proxmox-headers-@KVMAJMIN@
96 Architecture: all
97 Section: admin
98 Provides: linux-headers-amd64, linux-headers-generic, pve-headers-@KVMAJMIN@
99 Replaces: pve-headers-@KVMAJMIN@
100 Priority: optional
101 Depends: proxmox-headers-@KVNAME@, ${misc:Depends},
102 Description: Latest Proxmox Kernel Headers
103 This is a metapackage which will install the kernel headers
104 for the latest available proxmox kernel from the @KVMAJMIN@
105 series.
106
107 Package: proxmox-kernel-@KVMAJMIN@
108 Architecture: all
109 Section: admin
110 Provides: linux-image-amd64, linux-image-generic, wireguard-modules (=1.0.0), pve-kernel-@KVMAJMIN@
111 Replaces: pve-kernel-@KVMAJMIN@
112 Priority: optional
113 Depends: pve-firmware, proxmox-kernel-@KVNAME@, ${misc:Depends},
114 Description: Latest Proxmox Kernel Image
115 This is a metapackage which will install the latest available
116 proxmox kernel from the @KVMAJMIN@ series.