Skip to content

Commit

Permalink
Use new fuse package instead of fuse-utils
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
javacruft committed May 29, 2013
1 parent 1bb4e74 commit e634d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e634d9d

Please sign in to comment.