Browse Source
Merge pull request #505 from trapexit/depends
add fuse to debian pkg dependency
pull/506/head
trapexit
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
4 deletions
-
debian/control
|
|
@ -10,8 +10,9 @@ Homepage: http://github.com/trapexit/mergerfs |
|
|
|
Package: mergerfs |
|
|
|
Architecture: any |
|
|
|
Depends: ${shlibs:Depends}, |
|
|
|
${misc:Depends} |
|
|
|
${misc:Depends}, |
|
|
|
fuse [linux-any] | fuse4bsd [kfreebsd-any] |
|
|
|
Description: another FUSE union filesystem |
|
|
|
mergerfs is similar to mhddfs, unionfs, and aufs. Like mhddfs in that it too |
|
|
|
uses FUSE. Like aufs in that it provides multiple policies for how to handle |
|
|
|
behavior. |
|
|
|
mergerfs is a union filesystem geared towards simplifying storage and |
|
|
|
management of files across numerous commodity storage devices. It is |
|
|
|
similar to mhddfs, unionfs, and aufs. |