8f7c680168c033926897aa7430513ef1311062b8
[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.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: Using FUSE to combine file fragments into a single file.
14  fusefile is a FUSE "file mount" that presents a series of fragments
15  of other files as a contiguous concatenation. Technically it bind
16  mounts a driver on top of the filename mountpoint to provide access
17  to the given file fragments as if in a single, contiguous file. The
18  fusefile mount driver offers read/write access to the fused file,
19  distributing written data accross the given fragments or to an
20  overlay file.