]> git.proxmox.com Git - pve-kernel.git/blob - debian/control.in
d/control: provide linux-libc-dev with version
[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,
45 ${misc:Depends},
46 ${shlibs:Depends},
47 Description: Linux kernel version specific tools for version @KVMAJMIN@
48 This package provides the architecture dependent parts for kernel
49 version locked tools (such as perf and x86_energy_perf_policy)
50
51 Package: pve-headers-@KVNAME@
52 Section: devel
53 Priority: optional
54 Architecture: any
55 Provides: linux-headers,
56 linux-headers-2.6,
57 Depends: coreutils | fileutils (>= 4.0),
58 Description: The Proxmox PVE Kernel Headers
59 This package contains the linux kernel headers
60
61 Package: pve-kernel-@KVNAME@
62 Section: admin
63 Priority: optional
64 Architecture: any
65 Provides: linux-image,
66 linux-image-2.6,
67 Suggests: pve-firmware,
68 Depends: busybox,
69 initramfs-tools,
70 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
71 Description: The Proxmox PVE Kernel Image
72 This package contains the linux kernel and initial ramdisk used for booting
73
74 Package: pve-kernel-@KVNAME@-dbgsym
75 Architecture: any
76 Provides: linux-debug
77 Section: devel
78 Priority: optional
79 Description: The Proxmox PVE Kernel debug image
80 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/.. to analyze kernel crashes. This package also contains the pve-kernel modules in their unstripped version.
81
82 Package: pve-kernel-libc-dev
83 Section: devel
84 Priority: optional
85 Architecture: any
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.