From e06109e9b161d95b7e978a9484c64972bbba2997 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Fri, 21 Nov 2025 02:36:25 +0300 Subject: [PATCH] Debian: don't try to package fuse stuff --- debian/bcachefs-tools.install | 3 --- debian/control | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/bcachefs-tools.install b/debian/bcachefs-tools.install index 8da38b98..8b1d916e 100644 --- a/debian/bcachefs-tools.install +++ b/debian/bcachefs-tools.install @@ -1,11 +1,8 @@ usr/lib/udev/rules.d/64-bcachefs.rules usr/sbin/bcachefs usr/sbin/fsck.bcachefs -usr/sbin/fsck.fuse.bcachefs usr/sbin/mkfs.bcachefs -usr/sbin/mkfs.fuse.bcachefs usr/sbin/mount.bcachefs -usr/sbin/mount.fuse.bcachefs usr/share/man/man8/bcachefs.8 usr/share/initramfs-tools/hooks/bcachefs usr/share/initramfs-tools/scripts/local-premount/bcachefs diff --git a/debian/control b/debian/control index 1a99cb67..ab71f684 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), libaio-dev (>= 0.3.111), libblkid-dev, libclang-dev:native, - libfuse3-dev, +# libfuse3-dev, libkeyutils-dev, liblz4-dev, libscrypt-dev,