]> git.proxmox.com Git - pve-kernel.git/blame_incremental - debian/control.in
update sources to Ubuntu-6.5.0-27.28
[pve-kernel.git] / debian / control.in
... / ...
CommitLineData
1Source: proxmox-kernel-@KVMAJMIN@
2Section: devel
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
5Build-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,
35Build-Conflicts: proxmox-headers-@KVNAME@,
36Standards-Version: 4.6.2
37Vcs-Git: git://git.proxmox.com/git/pve-kernel
38Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
39
40Package: linux-tools-@KVMAJMIN@
41Architecture: any
42Section: devel
43Priority: optional
44Depends: linux-base, ${misc:Depends}, ${shlibs:Depends},
45Description: 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
49Package: proxmox-headers-@KVNAME@
50Section: devel
51Priority: optional
52Architecture: any
53Provides: linux-headers-@KVNAME@-amd64, pve-headers-@KVNAME@
54Depends: ${misc:Depends},
55Description: Proxmox Kernel Headers
56 This package contains the linux kernel headers
57
58Package: proxmox-kernel-@KVNAME@
59Section: admin
60Priority: optional
61Architecture: any
62Provides: linux-image-@KVNAME@-amd64, pve-kernel-@KVNAME@
63Suggests: pve-firmware,
64Depends: busybox, initramfs-tools | linux-initramfs-tool, ${misc:Depends},
65Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
66Description: Proxmox Kernel Image
67 This package contains the linux kernel and initial ramdisk used for booting
68
69Package: proxmox-kernel-@KVNAME@-dbgsym
70Architecture: any
71Provides: linux-debug, pve-kernel-@KVNAME@-dbgsym
72Section: devel
73Priority: optional
74Build-Profiles: <pkg.proxmox-kernel.debug>
75Depends: ${misc:Depends},
76Description: 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
83Package: proxmox-kernel-@KVNAME@-signed-template
84Architecture: amd64
85Depends: ${shlibs:Depends}, ${misc:Depends}, make | build-essential | dpkg-dev
86Description: Template for signed kernel package
87 This package is used to control code signing by the Proxmox signing
88 service.
89
90Package: proxmox-kernel-libc-dev
91Section: devel
92Priority: optional
93Architecture: any
94Provides: linux-libc-dev (=${binary:Version}), pve-kernel-libc-dev
95Conflicts: linux-libc-dev,
96Replaces: linux-libc-dev, pve-kernel-libc-dev
97Breaks: pve-kernel-libc-dev
98Depends: ${misc:Depends},
99Description: 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
103Package: proxmox-headers-@KVMAJMIN@
104Architecture: all
105Section: admin
106Provides: linux-headers-amd64, linux-headers-generic, pve-headers-@KVMAJMIN@
107Replaces: pve-headers-@KVMAJMIN@
108Priority: optional
109Depends: proxmox-headers-@KVNAME@, ${misc:Depends},
110Description: 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
115Package: proxmox-kernel-@KVMAJMIN@
116Architecture: all
117Section: admin
118Provides: linux-image-amd64, linux-image-generic, wireguard-modules (=1.0.0), pve-kernel-@KVMAJMIN@
119Replaces: pve-kernel-@KVMAJMIN@
120Priority: optional
121Depends: pve-firmware, proxmox-kernel-@KVNAME@-signed | proxmox-kernel-@KVNAME@, ${misc:Depends},
122Description: Latest Proxmox Kernel Image
123 This is a metapackage which will install the latest available
124 proxmox kernel from the @KVMAJMIN@ series.