diff options
author | Thomas Bechtold <thomasbechtold@jpberlin.de> | 2013-07-24 07:00:58 +0200 |
---|---|---|
committer | Thomas Bechtold <thomasbechtold@jpberlin.de> | 2013-07-24 07:00:58 +0200 |
commit | c8d66b7a7d1061c01ba12c2e5b15722feeedb287 (patch) | |
tree | 6e45c35aaa128a72a4603c7f7e81ff9ec85a47a5 | |
parent | f46e8b9966411cf26991ff4fe14593c955fdfd8a (diff) | |
download | ceph-c8d66b7a7d1061c01ba12c2e5b15722feeedb287.tar.gz |
Remove fuse-utils from Recommends in debian/control
The package fuse-utils is obsolete and no longer in Debian unstable.
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 241fabb5e4f..03105d92d1d 100644 --- a/debian/control +++ b/debian/control @@ -100,7 +100,7 @@ Description: debugging symbols for ceph-mds Package: ceph-fuse Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: fuse | fuse-utils +Recommends: fuse 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 @@ -129,7 +129,7 @@ Description: debugging symbols for ceph-fuse Package: rbd-fuse Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: fuse | fuse-utils +Recommends: fuse 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 |