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.

18 lines
577 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. libattr1-dev
  7. Standards-Version: 3.9.4
  8. Homepage: http://github.com/trapexit/mergerfs
  9. Package: mergerfs
  10. Architecture: any
  11. Depends: ${shlibs:Depends},
  12. ${misc:Depends},
  13. fuse [linux-any] | fuse4bsd [kfreebsd-any]
  14. Description: another FUSE union filesystem
  15. mergerfs is a union filesystem geared towards simplifying storage and
  16. management of files across numerous commodity storage devices. It is
  17. similar to mhddfs, unionfs, and aufs.