Bug#990515: release.debian.org: buster->bullseye upgrade issue: sshfs is not upgraded due to fuse/fuse3
On 01/07/2021 10.38, Paul Gevers wrote:
Hi,
On 01-07-2021 10:03, Michael Biebl wrote:
Related issue:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918984
Right, I forgot about that bug. The issue and "solution" is documented
in the release notes. @Andreas, can you confirm that the text there is
sufficient for the issues you experience?
I'm just trying the attached patch which seems to solve the issue for
the kde metapackages with --install-recommends
kdeconnect is the one depending on sshfs, so it's a good candidate to
ensure we get fuse3 installed.
Andreas
diff -Nru kdeconnect-20.12.3/debian/changelog kdeconnect-20.12.3/debian/changelog
--- kdeconnect-20.12.3/debian/changelog 2021-03-08 22:43:49.000000000 +0100
+++ kdeconnect-20.12.3/debian/changelog 2021-07-01 11:21:47.000000000 +0200
@@ -1,3 +1,10 @@
+kdeconnect (20.12.3-2) UNRELEASED; urgency=medium
+
+ * Add more versioned Depends/Breaks to aid switching from fuse 2.x to fuse3
+ on upgrades from buster. (Closes: #-1)
+
+ -- Andreas Beckmann <anbe@debian.org> Thu, 01 Jul 2021 11:21:47 +0200
+
kdeconnect (20.12.3-1) unstable; urgency=medium
* New upstream release (20.12.3).
diff -Nru kdeconnect-20.12.3/debian/control kdeconnect-20.12.3/debian/control
--- kdeconnect-20.12.3/debian/control 2021-03-08 22:31:44.000000000 +0100
+++ kdeconnect-20.12.3/debian/control 2021-07-01 11:21:38.000000000 +0200
@@ -55,9 +55,12 @@
qml-module-qtquick-particles2,
qml-module-qtquick-window2,
qml-module-qtquick2,
- sshfs,
+ sshfs (>= 3),
+ fuse3 (>= 3),
+ fuse (>= 3),
${misc:Depends},
${shlibs:Depends},
+Breaks: fuse (<< 3)
Description: connect smartphones to your desktop devices
Tool to integrate your smartphone, tablet, and desktop devices.
Remote-control, share files, synchronize notifications, and more!
Reply to: