X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fcontrol;h=8f7c680168c033926897aa7430513ef1311062b8;hb=0b4227e95976ce9b0619c5f5faffae866f6b7d4c;hp=1dfaab4ac40ea5a3e3d4c137dc538a44fd09e34a;hpb=3c2d0153241f205f0fbe0b91fc41e0f02dd3e9d6;p=rrq%2Ffusefile.git diff --git a/debian/control b/debian/control index 1dfaab4..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,7 +10,11 @@ Vcs-Git: https://git.devuan.org/rrq/fusefile.git Package: fusefile Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, fuse -Description: fusefile is FUSE file mount that presents a series of - fragments of other files as a contiguous concatenation. It 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.