X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=debian%2Fcontrol;h=908912b909da4589763badc4015d4907a2488c16;hb=2c3cea697eeba53a967bea599bb45bbe54f8bd8d;hp=9ad6d5409bfe84fd157308ecaa14c4636a65d49d;hpb=686b0ecec01ceef8f7fdceff8304e8a696d9e130;p=rrq%2Ffusefile.git diff --git a/debian/control b/debian/control index 9ad6d54..908912b 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,21 @@ Source: fusefile Section: admin Priority: optional -Maintainer: Ralph Ronnquist +Maintainer: Ralph Ronnquist Build-Depends: debhelper-compat (= 13), libfuse-dev -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Homepage: https://git.devuan.org/rrq/fusefile.git Vcs-Git: https://git.devuan.org/rrq/fusefile.git +Rules-Requires-Root: no Package: fusefile Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, fuse -Description: FUSE file mount to present a series of fragments of files - as if a real, read-only file. It simply bind mounts a driver on top - of the file mountpoint to present the nominated file fragments as a - single, contiguous file. +Description: Using FUSE to combine file fragments into a single file. + fusefile is a FUSE "file mount" that presents a series of fragments + of other files as a contiguous concatenation. Technically it bind + mounts a driver on top of the filename mountpoint to provide access + to the given file fragments as if in a single, contiguous file. The + fusefile mount driver offers read/write access to the fused file, + distributing written data accross the given fragments or to an + overlay file.