]> git.proxmox.com Git - pve-kernel.git/blob - debian/control.in
add pve-kernel-libc-dev headers package
[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 file,
13 flex,
14 gcc (>= 8.3.0-6),
15 git,
16 kmod,
17 libdw-dev,
18 libelf-dev,
19 libiberty-dev,
20 libnuma-dev,
21 libpve-common-perl,
22 libslang2-dev,
23 libssl-dev,
24 libtool,
25 lintian,
26 lz4,
27 perl-modules,
28 python-minimal,
29 rsync,
30 sed,
31 sphinx-common,
32 tar,
33 xmlto,
34 zlib1g-dev,
35 Build-Conflicts: pve-headers-@KVNAME@,
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,
44 ${misc:Depends},
45 ${shlibs:Depends},
46 Description: Linux kernel version specific tools for version @KVMAJMIN@
47 This package provides the architecture dependent parts for kernel
48 version locked tools (such as perf and x86_energy_perf_policy)
49
50 Package: pve-headers-@KVNAME@
51 Section: devel
52 Priority: optional
53 Architecture: any
54 Provides: linux-headers,
55 linux-headers-2.6,
56 Depends: coreutils | fileutils (>= 4.0),
57 Description: The Proxmox PVE Kernel Headers
58 This package contains the linux kernel headers
59
60 Package: pve-kernel-@KVNAME@
61 Section: admin
62 Priority: optional
63 Architecture: any
64 Provides: linux-image,
65 linux-image-2.6,
66 Suggests: pve-firmware,
67 Depends: busybox,
68 initramfs-tools,
69 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
70 Description: The Proxmox PVE Kernel Image
71 This package contains the linux kernel and initial ramdisk used for booting
72
73 Package: pve-kernel-libc-dev
74 Section: devel
75 Priority: optional
76 Architecture: any
77 Provides: linux-libc-dev,
78 Conflicts: linux-libc-dev,
79 Replaces: linux-libc-dev,
80 Depends: ${misc:Depends}
81 Description: Linux support headers for userspace development
82 This package provides userspaces headers from the Linux kernel. These headers
83 are used by the installed headers for GNU libc and other system libraries.