From: Ralph Ronnquist Date: Mon, 26 Jun 2023 03:19:29 +0000 (+1000) Subject: Improved description. X-Git-Tag: 1.0~1^2~6 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=0b4227e95976ce9b0619c5f5faffae866f6b7d4c;p=rrq%2Ffusefile.git Improved description. --- diff --git a/debian/control b/debian/control index 2f281b0..8f7c680 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: fusefile Section: admin Priority: optional -Maintainer: Ralph Ronnquist +Maintainer: Ralph Ronnquist Build-Depends: debhelper-compat (= 13), libfuse-dev Standards-Version: 4.6.0 Homepage: https://git.devuan.org/rrq/fusefile.git @@ -10,13 +10,11 @@ Vcs-Git: https://git.devuan.org/rrq/fusefile.git Package: fusefile Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, fuse -Description: This package provides "fusefile"; a FUSE file mount that - combines a series of fragments of (other) files as a single file in a - contiguous concatenation. The fusefile mount driver accepts - over-writing the fused file and distributes that according to the - writable fragments, but the fused file cannot change size. - Alternatively an optional overlay file is set up for capturing writes - to the fused file. The overlay file will then contain the written - fused file regions, followed by meta data to distinguish between - those written regions and the original content from the fused - fragments. +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.