From: Andreas Dilger Date: Sun, 5 May 2024 20:43:14 +0000 (-0600) Subject: LU-17808 build: remove new Build-Requires for Ubuntu X-Git-Tag: v1.47.1-wc1~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=be4338dd9083572add4e28600f476989053dcce5;p=tools%2Fe2fsprogs.git 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 --- 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