From 6a18559ce82d599639aaac6d75ccb7807b9e9b34 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Tue, 8 Oct 2024 14:16:58 +1100 Subject: [PATCH] new version, using fuse3 --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 649c07a..56f0af3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fusefile (2.0-1) unstable; urgency=medium + + * "Migrated" to use fuse3 (closes: #1084484) + * Added test for asynchronous writing and reading. + + -- Ralph Ronnquist Tue, 08 Oct 2024 14:07:29 +1100 + fusefile (1.3-1) unstable; urgency=medium * Include merge-overlay utility. diff --git a/debian/control b/debian/control index 397a837..426b69b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fusefile Section: admin Priority: optional Maintainer: Ralph Ronnquist -Build-Depends: debhelper-compat (= 13), libfuse-dev +Build-Depends: debhelper-compat (= 13), libfuse3-dev Standards-Version: 4.6.2 Homepage: https://git.devuan.org/rrq/fusefile.git Vcs-Browser: https://git.devuan.org/rrq/fusefile/src/branch/debian @@ -11,7 +11,7 @@ Rules-Requires-Root: no Package: fusefile Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, fuse +Depends: ${shlibs:Depends}, ${misc:Depends}, fuse3 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 -- 2.39.2