2f281b050c23ad38227d2b5e2268aba58e1fb19b
[rrq/fusefile.git] / debian / control
1 Source: fusefile
2 Section: admin
3 Priority: optional
4 Maintainer: Ralph Ronnquist <ralph.ronnquist@gmail.com>
5 Build-Depends: debhelper-compat (= 13), libfuse-dev
6 Standards-Version: 4.6.0
7 Homepage: https://git.devuan.org/rrq/fusefile.git
8 Vcs-Git: https://git.devuan.org/rrq/fusefile.git
9
10 Package: fusefile
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, fuse
13 Description: This package provides "fusefile"; a FUSE file mount that
14  combines a series of fragments of (other) files as a single file in a
15  contiguous concatenation. The fusefile mount driver accepts
16  over-writing the fused file and distributes that according to the
17  writable fragments, but the fused file cannot change size.
18  Alternatively an optional overlay file is set up for capturing writes
19  to the fused file. The overlay file will then contain the written
20  fused file regions, followed by meta data to distinguish between
21  those written regions and the original content from the fused
22  fragments.