]> git.proxmox.com Git - pve-kernel.git/blame - debian/control.in
d/control: drop useless dependency on already essential coreutils
[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 9 cpio,
dad61fd7 10 debhelper-compat (= 13),
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,
41cf1104 28 python3-minimal,
d7236300 29 rsync,
77b2009b 30 sphinx-common,
ff2994e8 31 xmlto,
7c4bae56
FG
32 zlib1g-dev,
33 zstd,
d4beb8d0 34Build-Conflicts: pve-headers-@KVNAME@,
65f3c4a8 35Standards-Version: 4.6.2
f3baf376
FG
36Vcs-Git: git://git.proxmox.com/git/pve-kernel
37Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
2d62d8a4 38
73cf4c7f 39Package: linux-tools-@KVMAJMIN@
2d62d8a4
FG
40Architecture: any
41Section: devel
42Priority: optional
d4beb8d0 43Depends: linux-base, ${misc:Depends}, ${shlibs:Depends},
73cf4c7f 44Description: Linux kernel version specific tools for version @KVMAJMIN@
2d62d8a4
FG
45 This package provides the architecture dependent parts for kernel
46 version locked tools (such as perf and x86_energy_perf_policy)
f3baf376
FG
47
48Package: pve-headers-@KVNAME@
49Section: devel
50Priority: optional
51Architecture: any
d4beb8d0 52Provides: linux-headers-@KVNAME@-amd64,
e1c98087 53Depends: ${misc:Depends},
c2793ff7 54Description: Proxmox Kernel Headers
f3baf376
FG
55 This package contains the linux kernel headers
56
57Package: pve-kernel-@KVNAME@
58Section: admin
59Priority: optional
60Architecture: any
d4beb8d0
TL
61Provides: linux-image-@KVNAME@-amd64,
62Suggests: pve-firmware,
f1ef3eb8 63Depends: busybox, initramfs-tools | linux-initramfs-tool, ${misc:Depends},
d4beb8d0 64Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
c2793ff7 65Description: Proxmox Kernel Image
f3baf376 66 This package contains the linux kernel and initial ramdisk used for booting
924ae54c 67
bec10498
FG
68Package: pve-kernel-@KVNAME@-dbgsym
69Architecture: any
d4beb8d0 70Provides: linux-debug,
bec10498
FG
71Section: devel
72Priority: optional
04f7144d 73Build-Profiles: <pkg.pve-kernel.debug>
f1ef3eb8 74Depends: ${misc:Depends},
c2793ff7 75Description: Proxmox Kernel debug image
a79b3b70
TL
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 pve-kernel modules
80 in their unstripped version.
bec10498 81
924ae54c
TL
82Package: pve-kernel-libc-dev
83Section: devel
84Priority: optional
85Architecture: any
d4beb8d0
TL
86Provides: linux-libc-dev (=${binary:Version}),
87Conflicts: linux-libc-dev,
88Replaces: linux-libc-dev,
89Depends: ${misc:Depends},
924ae54c
TL
90Description: 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.