summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJames Page <james.page@ubuntu.com>2013-05-29 10:57:17 +0100
committerJames Page <james.page@ubuntu.com>2013-05-29 10:57:17 +0100
commite634d9d6b65ace7a881aac9a0423670eb6cafa79 (patch)
tree6cdadef7e7ec6d7f1a29878b71456900be6120ef /debian
parent1bb4e7435c3797b08aa185265425b2cb6efb66a2 (diff)
downloadceph-e634d9d6b65ace7a881aac9a0423670eb6cafa79.tar.gz
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 <james.page@ubuntu.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 88f4030cecb..e43f4cb6011 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