* [PATCH] debian: ceph-cfuse: move ceph from Recommends to Suggests
@ 2010-07-29 13:02 Thomas Mueller
0 siblings, 0 replies; only message in thread
From: Thomas Mueller @ 2010-07-29 13:02 UTC (permalink / raw)
To: ceph-devel
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
diff --git a/debian/control b/debian/control
index 622242d..a1db488 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-29 13:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-29 13:02 [PATCH] debian: ceph-cfuse: move ceph from Recommends to Suggests Thomas Mueller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox