1dfaab4ac40ea5a3e3d4c137dc538a44fd09e34a
[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: fusefile is FUSE file mount that presents a series of
14  fragments of other files as a contiguous concatenation. It bind
15  mounts a driver on top of the file mountpoint to present the
16  nominated file fragments as a single, contiguous file.