[From nobody Wed Apr  1 14:19:04 2026
Received: (at maintonly) by bugs.debian.org; 7 Oct 2024 10:59:36 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-17.0 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,SPF_NONE
 autolearn=ham autolearn_force=no
 version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 3; hammy, 120; neutral, 39; spammy, 0.
 spammytokens: hammytokens:0.000-+--H*F:U*zeha,
 0.000-+--H*rp:U*zeha, 0.000-+--H*r:zeha@debian.org,
 0.000-+--Hx-spam-relays-external:zeha@debian.org,
 0.000-+--H*RU:zeha@debian.org
Return-path: &lt;zeha@debian.org&gt;
Received: from per.namespace.at ([2a01:4f9:6b:302c::2]:55282)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;zeha@debian.org&gt;) id 1sxlSi-00G2X2-17
 for maintonly@bugs.debian.org; Mon, 07 Oct 2024 10:59:36 +0000
Received: from ch by per.namespace.at with local (Exim 4.96)
 (envelope-from &lt;zeha@debian.org&gt;) id 1sxkqQ-00GE8r-0i
 for maintonly@bugs.debian.org; Mon, 07 Oct 2024 12:20:02 +0200
From: zeha@debian.org
To: maintonly@bugs.debian.org
Subject: ruby-fusefs: move from fuse to fuse3
Date: Mon, 07 Oct 2024 12:20:02 +0200
X-Generator: mass-bug from devscripts 2.23.4+deb12u1
Message-Id: &lt;E1sxkqQ-00GE8r-0i@per.namespace.at&gt;
Delivered-To: maintonly@bugs.debian.org

Package: ruby-fusefs
Version: 0.7.0-6
Severity: normal

Dear Maintainer,

your package currently (Build-)Depends on fuse - that is fuse 2.x, it
being obsolete. A newer version of fuse, fuse3, is available since at
least buster. 

Please migrate your package to the fuse3 library, which is actively
maintained. It would be great if we could remove fuse 2.x in the
forky development cycle.

If you cannot migrate yet, please at least update your Depends: line.
If you currently have:

&gt; Depends: fuse

please update that to:

&gt; Depends: fuse3 (&gt;= 3.10.1-3) | fuse (&lt;&lt; 3)

This allows mount.fuse and fusermount to be provided by fuse3, which
is what the majority of new installs already have [1]. You should
still migrate from libfuse 2.x to libfuse 3.x later.

fuse upstream noted important differences in [2].

[1] compare https://qa.debian.org/popcon.php?package=fuse and
https://qa.debian.org/popcon.php?package=fuse3

[2] https://github.com/libfuse/libfuse/releases/tag/fuse-3.0.0
]