From 6b497c7b8506bcbfedcfa2cedba9e2aef8ffebbe Mon Sep 17 00:00:00 2001 From: Thomas Serlin Date: Tue, 21 Aug 2018 15:55:39 -0400 Subject: [PATCH] debian/control: require fuse for ceph-fuse This is the Ubuntu equivalent for: https://github.com/ceph/ceph/pull/17120 http://tracker.ceph.com/issues/21057 Installing "ceph-fuse" should pull in the "fuse" package automatically. Signed-off-by: Thomas Serlin (cherry picked from commit b012016cd5679a4f7f757cc850c1cfb51efb0b9e) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d5bc16e9eea83..85c79a2feac9b 100644 --- a/debian/control +++ b/debian/control @@ -269,7 +269,7 @@ Package: ceph-fuse Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends}, -Recommends: fuse, + fuse, Description: FUSE-based client for the Ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, -- 2.39.5