You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
562 B

  1. Source: mergerfs
  2. Section: utils
  3. Priority: optional
  4. Maintainer: Antonio SJ Musumeci <trapexit@spawn.link>
  5. Build-Depends: debhelper (>= 8.0.0)
  6. Standards-Version: 3.9.4
  7. Homepage: http://github.com/trapexit/mergerfs
  8. Package: mergerfs
  9. Architecture: any
  10. Depends: ${shlibs:Depends},
  11. ${misc:Depends},
  12. fuse [linux-any] | fuse4bsd [kfreebsd-any]
  13. Description: another FUSE union filesystem
  14. mergerfs is a union filesystem geared towards simplifying storage and
  15. management of files across numerous commodity storage devices. It is
  16. similar to mhddfs, unionfs, and aufs.