]> git.proxmox.com Git - pve-kernel.git/blob - debian/control.in
d/control: follow text-width limits...
[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 Build-Conflicts: pve-headers-@KVNAME@
37 Vcs-Git: git://git.proxmox.com/git/pve-kernel
38 Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
39
40 Package: linux-tools-@KVMAJMIN@
41 Architecture: any
42 Section: devel
43 Priority: optional
44 Depends: linux-base, ${misc:Depends}, ${shlibs:Depends}
45 Description: Linux kernel version specific tools for version @KVMAJMIN@
46 This package provides the architecture dependent parts for kernel
47 version locked tools (such as perf and x86_energy_perf_policy)
48
49 Package: pve-headers-@KVNAME@
50 Section: devel
51 Priority: optional
52 Architecture: any
53 Provides: linux-headers
54 Depends: coreutils | fileutils (>= 4.0)
55 Description: The Proxmox PVE Kernel Headers
56 This package contains the linux kernel headers
57
58 Package: pve-kernel-@KVNAME@
59 Section: admin
60 Priority: optional
61 Architecture: any
62 Provides: linux-image
63 Suggests: pve-firmware
64 Depends: busybox, initramfs-tools
65 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64
66 Description: The Proxmox PVE Kernel Image
67 This package contains the linux kernel and initial ramdisk used for booting
68
69 Package: pve-kernel-@KVNAME@-dbgsym
70 Architecture: any
71 Provides: linux-debug
72 Section: devel
73 Priority: optional
74 Description: The Proxmox PVE Kernel debug image
75 This package provides the kernel debug image for version @KVNAME@. The debug
76 kernel image contained in this package is NOT meant to boot from - it is
77 uncompressed, and unstripped, and suitable for use with crash/kdump-tools/..
78 to analyze kernel crashes. This package also contains the pve-kernel modules
79 in their unstripped version.
80
81 Package: pve-kernel-libc-dev
82 Section: devel
83 Priority: optional
84 Architecture: any
85 Provides: linux-libc-dev (=${binary:Version})
86 Conflicts: linux-libc-dev
87 Replaces: linux-libc-dev
88 Depends: ${misc:Depends}
89 Description: Linux support headers for userspace development
90 This package provides userspaces headers from the Linux kernel. These headers
91 are used by the installed headers for GNU libc and other system libraries.