[neon/backports-focal/fuse3/Neon/unstable] debian: add fuse transitional package

Jonathan Esk-Riddell null at kde.org
Tue Apr 5 11:29:20 BST 2022


Git commit 851979aa4fcadae051267eab6af94acceca0c7c8 by Jonathan Esk-Riddell.
Committed on 05/04/2022 at 10:29.
Pushed by jriddell into branch 'Neon/unstable'.

add fuse transitional package

M  +15   -3    debian/control

https://invent.kde.org/neon/backports-focal/fuse3/commit/851979aa4fcadae051267eab6af94acceca0c7c8

diff --git a/debian/control b/debian/control
index a2d5309..900443c 100644
--- a/debian/control
+++ b/debian/control
@@ -24,15 +24,27 @@ Depends:
  mount (>= 2.19.1),
  sed (>= 4),
  lsb-base (>= 3.2-14)
-Provides: fuse (= ${source:Version})
-Breaks: fuse
-Replaces: fuse
 Description: Filesystem in Userspace (3.x version)
  Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
  export a virtual filesystem to the Linux kernel. It also aims to provide a
  secure method for non privileged users to create and mount their own filesystem
  implementations.
 
+Package: fuse
+Section: oldlibs
+Architecture: linux-any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ fuse3 (= ${binary:Version}),
+Description: Transitional dummy for Filesystem in Userspace (3.x version)
+ Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
+ export a virtual filesystem to the Linux kernel. It also aims to provide a
+ secure method for non privileged users to create and mount their own filesystem
+ implementations.
+ .
+ This is an empty transitional package which can be removed.
+
 Package: libfuse3-3
 Section: libs
 Architecture: linux-any kfreebsd-any


More information about the Neon-commits mailing list