Package: fuse3
Version: 3.2.6-1
Severity: normal
Tags: patch

Adoption of "fuse3" is impaired by conflict with "fuse".
On my machine `apt install fuse3` suggests to remove "fuse" and dozen 
important packages depending on it due to "Conflicts: fuse".

The attached patch fixes the problem. I briefly checked "encfs" and 
"lizardfs" with this change and found that they are working perfectly with 
"fusermount3".

-- 
Cheers,
 Dmitry Smirnov

---

Free speech is the bedrock of liberty and a free society. And yes, it
includes the right to blaspheme and offend.
        -- Ayaan Hirsi Ali, 2010

Attachment: signature.asc
Description: This is a digitally signed message part.

>From 5953725858b2fd160ae0d6d7fad07ca7ba523d01 Mon Sep 17 00:00:00 2001
From: Dmitry Smirnov <only...@member.fsf.org>
Date: Thu, 1 Nov 2018 14:14:18 +1100
Subject: [PATCH] "fuse3" to replace "fuse", instead of conflict.

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f013436..e5d8957 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Depends:
  mount (>= 2.19.1),
  sed (>= 4),
  lsb-base (>= 3.2-14)
-Conflicts: fuse
+Breaks: fuse
 Replaces: fuse
 Description: Filesystem in Userspace (3.x version)
  Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
-- 
2.11.0

Reply via email to