New version
[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.2
7 Homepage: https://git.devuan.org/rrq/fusefile.git
8 Vcs-Browser: https://git.devuan.org/rrq/fusefile/src/branch/debian
9 Vcs-Git: https://git.devuan.org/rrq/fusefile.git -b debian
10 Rules-Requires-Root: no
11
12 Package: fusefile
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}, fuse
15 Description: Using FUSE to combine file fragments into a single file.
16  fusefile is a FUSE "file mount" that presents a series of fragments
17  of other files as a contiguous concatenation. Technically it bind
18  mounts a driver on top of the filename mountpoint to provide access
19  to the given file fragments as if in a single, contiguous file. The
20  fusefile mount driver offers read/write access to the fused file,
21  distributing written data across the given fragments or to an overlay
22  file.