From be4338dd9083572add4e28600f476989053dcce5 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sun, 5 May 2024 14:43:14 -0600 Subject: [PATCH] LU-17808 build: remove new Build-Requires for Ubuntu Remove the newly-added dpkg-dev version check, libarchive, systemd-dev and db-sequence-movetousr to avoid build problems on Ubuntu. Allow the older libfuse-dev ias well as the newer libfuse3-dev (Lustre does not really care about either of these). Signed-of-by: Andreas Dilger Change-Id: I570074d2738d4c7220d4450da6b49467e919b3f2 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e641b37..3ea5912 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: e2fsprogs Section: admin Priority: required Maintainer: Theodore Y. Ts'o -Build-Depends: dpkg-dev (>= 1.22.5), gettext, texinfo, pkgconf, libarchive-dev, libfuse3-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], systemd-dev [linux-any], cron [linux-any], dh-sequence-movetousr +Build-Depends: dpkg-dev, gettext, texinfo, pkgconf | pkg-config, libfuse-dev | libfuse3-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: http://e2fsprogs.sourceforge.net -- 1.8.3.1