908912b909da4589763badc4015d4907a2488c16
[rrq/fusefile.git] / debian / control
1 Source: fusefile
2 Section: admin
3 Priority: optional
4 Maintainer: Ralph Ronnquist <rrq@rrq.au>
5 Build-Depends: debhelper-compat (= 13), libfuse-dev
6 Standards-Version: 4.6.1
7 Homepage: https://git.devuan.org/rrq/fusefile.git
8 Vcs-Git: https://git.devuan.org/rrq/fusefile.git
9 Rules-Requires-Root: no
10
11 Package: fusefile
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, fuse
14 Description: Using FUSE to combine file fragments into a single file.
15  fusefile is a FUSE "file mount" that presents a series of fragments
16  of other files as a contiguous concatenation. Technically it bind
17  mounts a driver on top of the filename mountpoint to provide access
18  to the given file fragments as if in a single, contiguous file. The
19  fusefile mount driver offers read/write access to the fused file,
20  distributing written data accross the given fragments or to an
21  overlay file.