From b9d818a77b3c33d8d0e907aba1779323792d43ff Mon Sep 17 00:00:00 2001 From: Alex Deiter Date: Thu, 23 Jun 2022 23:04:55 -0700 Subject: [PATCH] LU-15005 build: wrong dependencies for lustre-client-modules deb package Fixed dependencies for DKMS deb package: - added autocon, automake and libtool - added bison and flex - added required dev packages - added linux-base and linux-image - added python3-distutils-extra to fix build on Ubuntu 16.04 Change-Id: Ic1d05155cd8ad056dece1d22d0f040695d038652 Signed-off-by: Alex Deiter Reviewed-on: https://review.whamcloud.com/47747 Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- debian/control | 4 ++-- debian/control.main | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 500b609..58e75a8 100644 --- a/debian/control +++ b/debian/control @@ -108,8 +108,8 @@ Package: lustre-client-modules-dkms Section: admin Architecture: i386 armhf powerpc ppc64el amd64 ia64 Priority: optional -Depends: dkms, automake, libtool, libyaml-dev, linux-generic | linux-headers-generic | linux-headers | linux-headers-amd64, zlib1g, python3-distutils, python3-dev, libnl-genl-3-dev, zlib1g-dev, pkg-config -Recommends: linux-image, lustre-client-utils +Depends: autoconf, automake, bison, build-essential, dkms, flex, libaio-dev, libkeyutils-dev, libkrb5-dev, libtool, libselinux-dev, libssl-dev, libyaml-dev, linux-base, linux-image, linux-headers, module-assistant, pkg-config, python3-distutils | python3-distutils-extra, python3-dev, libnl-genl-3-dev, zlib1g-dev +Recommends: lustre-client-utils Provides: lustre-client-modules Description: Lustre Linux kernel module (DKMS) This package contains the loadable kernel modules for the patchless client diff --git a/debian/control.main b/debian/control.main index 3fc756e..63a12f3 100644 --- a/debian/control.main +++ b/debian/control.main @@ -108,8 +108,8 @@ Package: lustre-client-modules-dkms Section: admin Architecture: i386 armhf powerpc ppc64el amd64 ia64 Priority: optional -Depends: dkms, automake, libtool, libyaml-dev, linux-generic | linux-headers-generic | linux-headers | linux-headers-amd64, zlib1g, python3-distutils, python3-dev, libnl-genl-3-dev, zlib1g-dev, pkg-config -Recommends: linux-image, lustre-client-utils +Depends: autoconf, automake, bison, build-essential, dkms, flex, libaio-dev, libkeyutils-dev, libkrb5-dev, libtool, libselinux-dev, libssl-dev, libyaml-dev, linux-base, linux-image, linux-headers, module-assistant, pkg-config, python3-distutils | python3-distutils-extra, python3-dev, libnl-genl-3-dev, zlib1g-dev +Recommends: lustre-client-utils Provides: lustre-client-modules Description: Lustre Linux kernel module (DKMS) This package contains the loadable kernel modules for the patchless client -- 1.8.3.1