From e1a9768545c1876cb18847e0e86bb348e3f271c4 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Thu, 29 Jul 2010 15:02:07 +0200 Subject: [PATCH] debian: ceph-cfuse: move ceph from Recommends to Suggests on a standalone fuse client ceph serverside is not needed. if it's "Recommended" the default behaviour is to install it too. Move it to "Suggests" that it's not installed by default if one installs just ceph-fuse. from debian policy: Suggests: This is used to declare that one package may be more useful with one or more others. Using this field tells the packaging system and the user that the listed packages are related to this one and can perhaps enhance its usefulness, but that installing this one without them is perfectly reasonable. - Thomas Signed-off-by: Sage Weil --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e91bcd8586b67..53de5375c80f5 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Description: debugging symbols for ceph Package: ceph-fuse Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2 -Recommends: ceph +Suggests: ceph 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 -- 2.39.5