03f37cb2bb
with the help of "dpkg-checkdep" to mimic the current build-environment asciidoc-base: used by perf man pages automake: used by ZFS/SPL (among other things) cpio: used in debian/rules debhelper: used in debian/rules kmod: used in debian/rules (depmod) libdw-dev,libelf-dev: used for unwinder libnuma-dev: used by perf libslang2-dev: used by perf tui python-minimal: used by perf zlib1g-dev: used by perf thank you Thomas for additional review and extensive discussions regarding what to include (or not ;))! Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Reviewed-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
Source: pve-kernel
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: asciidoc-base,
|
|
automake,
|
|
bc,
|
|
bison,
|
|
cpio,
|
|
debhelper (>= 10~),
|
|
file,
|
|
flex,
|
|
gcc-6 (>= 6.3.0-18+deb9u1),
|
|
git,
|
|
kmod,
|
|
libdw-dev,
|
|
libelf-dev,
|
|
libiberty-dev,
|
|
libnuma-dev,
|
|
libpve-common-perl,
|
|
libslang2-dev,
|
|
libssl-dev,
|
|
libtool,
|
|
lintian,
|
|
perl-modules,
|
|
python-minimal,
|
|
rsync,
|
|
sed,
|
|
tar,
|
|
xmlto,
|
|
zlib1g-dev,
|
|
Build-Conflicts: pve-headers-@KVNAME@,
|
|
Vcs-Git: git://git.proxmox.com/git/pve-kernel
|
|
Vcs-Browser: https://git.proxmox.com/?p=pve-kernel.git
|
|
|
|
Package: linux-tools-@KVMAJMIN@
|
|
Architecture: any
|
|
Section: devel
|
|
Priority: optional
|
|
Depends: linux-base,
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: Linux kernel version specific tools for version @KVMAJMIN@
|
|
This package provides the architecture dependent parts for kernel
|
|
version locked tools (such as perf and x86_energy_perf_policy)
|
|
|
|
Package: pve-headers-@KVNAME@
|
|
Section: devel
|
|
Priority: optional
|
|
Architecture: any
|
|
Provides: linux-headers,
|
|
linux-headers-2.6,
|
|
Depends: coreutils | fileutils (>= 4.0),
|
|
Description: The Proxmox PVE Kernel Headers
|
|
This package contains the linux kernel headers
|
|
|
|
Package: pve-kernel-@KVNAME@
|
|
Section: admin
|
|
Priority: optional
|
|
Architecture: any
|
|
Provides: linux-image,
|
|
linux-image-2.6,
|
|
Suggests: pve-firmware,
|
|
Depends: busybox,
|
|
grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
|
|
initramfs-tools,
|
|
Description: The Proxmox PVE Kernel Image
|
|
This package contains the linux kernel and initial ramdisk used for booting
|