]> git.proxmox.com Git - pve-kernel.git/blob - debian/control.in
update sources to Ubuntu-6.5.0-27.28
[pve-kernel.git] / debian / control.in
1 Source: proxmox-kernel-@KVMAJMIN@
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-compat (= 13),
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 python3-dev,
29 python3-minimal,
30 rsync,
31 sphinx-common,
32 xmlto,
33 zlib1g-dev,
34 zstd,
35 Build-Conflicts: proxmox-headers-@KVNAME@,
36 Standards-Version: 4.6.2
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: proxmox-headers-@KVNAME@
50 Section: devel
51 Priority: optional
52 Architecture: any
53 Provides: linux-headers-@KVNAME@-amd64, pve-headers-@KVNAME@
54 Depends: ${misc:Depends},
55 Description: Proxmox Kernel Headers
56 This package contains the linux kernel headers
57
58 Package: proxmox-kernel-@KVNAME@
59 Section: admin
60 Priority: optional
61 Architecture: any
62 Provides: linux-image-@KVNAME@-amd64, pve-kernel-@KVNAME@
63 Suggests: pve-firmware,
64 Depends: busybox, initramfs-tools | linux-initramfs-tool, ${misc:Depends},
65 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
66 Description: Proxmox Kernel Image
67 This package contains the linux kernel and initial ramdisk used for booting
68
69 Package: proxmox-kernel-@KVNAME@-dbgsym
70 Architecture: any
71 Provides: linux-debug, pve-kernel-@KVNAME@-dbgsym
72 Section: devel
73 Priority: optional
74 Build-Profiles: <pkg.proxmox-kernel.debug>
75 Depends: ${misc:Depends},
76 Description: Proxmox Kernel debug image
77 This package provides the kernel debug image for version @KVNAME@. The debug
78 kernel image contained in this package is NOT meant to boot from - it is
79 uncompressed, and unstripped, and suitable for use with crash/kdump-tools/..
80 to analyze kernel crashes. This package also contains the proxmox-kernel modules
81 in their unstripped version.
82
83 Package: proxmox-kernel-@KVNAME@-signed-template
84 Architecture: amd64
85 Depends: ${shlibs:Depends}, ${misc:Depends}, make | build-essential | dpkg-dev
86 Description: Template for signed kernel package
87 This package is used to control code signing by the Proxmox signing
88 service.
89
90 Package: proxmox-kernel-libc-dev
91 Section: devel
92 Priority: optional
93 Architecture: any
94 Provides: linux-libc-dev (=${binary:Version}), pve-kernel-libc-dev
95 Conflicts: linux-libc-dev,
96 Replaces: linux-libc-dev, pve-kernel-libc-dev
97 Breaks: pve-kernel-libc-dev
98 Depends: ${misc:Depends},
99 Description: Linux support headers for userspace development
100 This package provides userspaces headers from the Linux kernel. These headers
101 are used by the installed headers for GNU libc and other system libraries.
102
103 Package: proxmox-headers-@KVMAJMIN@
104 Architecture: all
105 Section: admin
106 Provides: linux-headers-amd64, linux-headers-generic, pve-headers-@KVMAJMIN@
107 Replaces: pve-headers-@KVMAJMIN@
108 Priority: optional
109 Depends: proxmox-headers-@KVNAME@, ${misc:Depends},
110 Description: Latest Proxmox Kernel Headers
111 This is a metapackage which will install the kernel headers
112 for the latest available proxmox kernel from the @KVMAJMIN@
113 series.
114
115 Package: proxmox-kernel-@KVMAJMIN@
116 Architecture: all
117 Section: admin
118 Provides: linux-image-amd64, linux-image-generic, wireguard-modules (=1.0.0), pve-kernel-@KVMAJMIN@
119 Replaces: pve-kernel-@KVMAJMIN@
120 Priority: optional
121 Depends: pve-firmware, proxmox-kernel-@KVNAME@-signed | proxmox-kernel-@KVNAME@, ${misc:Depends},
122 Description: Latest Proxmox Kernel Image
123 This is a metapackage which will install the latest available
124 proxmox kernel from the @KVMAJMIN@ series.