]> git.proxmox.com Git - pve-kernel.git/blame - debian/control.in
update ABI file for 5.11.21-1-pve
[pve-kernel.git] / debian / control.in
CommitLineData
f3baf376 1Source: pve-kernel
2d62d8a4
FG
2Section: devel
3Priority: optional
2d62d8a4 4Maintainer: Proxmox Support Team <support@proxmox.com>
03f37cb2
FG
5Build-Depends: asciidoc-base,
6 automake,
ff2994e8
TL
7 bc,
8 bison,
03f37cb2
FG
9 cpio,
10 debhelper (>= 10~),
77b2009b 11 dh-python,
41cf1104 12 dwarves,
03f37cb2 13 file,
ff2994e8 14 flex,
2135c723 15 gcc (>= 8.3.0-6),
03f37cb2
FG
16 git,
17 kmod,
18 libdw-dev,
19 libelf-dev,
7cbdd0b9 20 libiberty-dev,
03f37cb2 21 libnuma-dev,
9929833c 22 libpve-common-perl,
03f37cb2 23 libslang2-dev,
ff2994e8 24 libssl-dev,
03f37cb2 25 libtool,
f3baf376 26 lintian,
8028e2a2 27 lz4,
03f37cb2 28 perl-modules,
41cf1104 29 python3-minimal,
d7236300 30 rsync,
f3baf376 31 sed,
77b2009b 32 sphinx-common,
f3baf376 33 tar,
ff2994e8 34 xmlto,
03f37cb2 35 zlib1g-dev,
f3baf376
FG
36Build-Conflicts: pve-headers-@KVNAME@,
37Vcs-Git: git://git.proxmox.com/git/pve-kernel
38Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
2d62d8a4 39
73cf4c7f 40Package: linux-tools-@KVMAJMIN@
2d62d8a4
FG
41Architecture: any
42Section: devel
43Priority: optional
f3baf376
FG
44Depends: linux-base,
45 ${misc:Depends},
46 ${shlibs:Depends},
73cf4c7f 47Description: Linux kernel version specific tools for version @KVMAJMIN@
2d62d8a4
FG
48 This package provides the architecture dependent parts for kernel
49 version locked tools (such as perf and x86_energy_perf_policy)
f3baf376
FG
50
51Package: pve-headers-@KVNAME@
52Section: devel
53Priority: optional
54Architecture: any
55Provides: linux-headers,
56 linux-headers-2.6,
57Depends: coreutils | fileutils (>= 4.0),
58Description: The Proxmox PVE Kernel Headers
59 This package contains the linux kernel headers
60
61Package: pve-kernel-@KVNAME@
62Section: admin
63Priority: optional
64Architecture: any
65Provides: linux-image,
66 linux-image-2.6,
67Suggests: pve-firmware,
68Depends: busybox,
f3baf376 69 initramfs-tools,
6c6eb8b0 70Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
f3baf376
FG
71Description: The Proxmox PVE Kernel Image
72 This package contains the linux kernel and initial ramdisk used for booting
924ae54c
TL
73
74Package: pve-kernel-libc-dev
75Section: devel
76Priority: optional
77Architecture: any
78Provides: linux-libc-dev,
79Conflicts: linux-libc-dev,
80Replaces: linux-libc-dev,
81Depends: ${misc:Depends}
82Description: Linux support headers for userspace development
83 This package provides userspaces headers from the Linux kernel. These headers
84 are used by the installed headers for GNU libc and other system libraries.