From e634d9d6b65ace7a881aac9a0423670eb6cafa79 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 29 May 2013 10:57:17 +0100 Subject: [PATCH] Use new fuse package instead of fuse-utils The fuse-utils package was deprecated a while ago. Switch the primary dependency for fuse tools to use the preferred 'fuse' package. Signed-off-by: James Page --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 88f4030cecbf..e43f4cb60115 100644 --- a/debian/control +++ b/debian/control @@ -101,7 +101,7 @@ Description: debugging symbols for ceph-mds Package: ceph-fuse Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: fuse-utils +Recommends: fuse | fuse-utils Description: FUSE-based client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a @@ -130,7 +130,7 @@ Description: debugging symbols for ceph-fuse Package: rbd-fuse Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: fuse-utils +Recommends: fuse | fuse-utils Description: FUSE-based rbd client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a -- 2.47.3