]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/control: update build-depends
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 10 Oct 2018 20:56:20 +0000 (22:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 12 Oct 2018 08:41:58 +0000 (10:41 +0200)
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>
debian/control.in

index 941d7c0a1143ed3fecb7e9ade0821366d431059b..c3c1348a174592cfc78b2ff9519477596bb3ee60 100644 (file)
@@ -2,19 +2,33 @@ Source: pve-kernel
 Section: devel
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: asciidoc,
+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