mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
debian: Ensure fuse gets replaced by fuse3
Apply patch from Andreas Beckmann <anbe@debian.org> for #990758. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
4cfabdd78f
commit
d00fc72126
4
debian/control
vendored
4
debian/control
vendored
@ -58,6 +58,8 @@ Package: freedombox
|
|||||||
Breaks:
|
Breaks:
|
||||||
freedombox-setup (<< 0.13~),
|
freedombox-setup (<< 0.13~),
|
||||||
plinth (<< 0.46.0~),
|
plinth (<< 0.46.0~),
|
||||||
|
# Ensure fuse gets replaced by fuse3 on upgrades from buster s.t. sshfs can be installed.
|
||||||
|
fuse (<< 3),
|
||||||
Replaces:
|
Replaces:
|
||||||
freedombox-setup (<< 0.13~),
|
freedombox-setup (<< 0.13~),
|
||||||
plinth (<< 0.46.0~),
|
plinth (<< 0.46.0~),
|
||||||
@ -116,6 +118,8 @@ Depends:
|
|||||||
python3-yaml,
|
python3-yaml,
|
||||||
sudo,
|
sudo,
|
||||||
wget,
|
wget,
|
||||||
|
# Ensure fuse gets replaced by fuse3 on upgrades from buster s.t. sshfs can be installed.
|
||||||
|
fuse3 (>= 3),
|
||||||
Recommends:
|
Recommends:
|
||||||
# Priority: standard
|
# Priority: standard
|
||||||
bzip2,
|
bzip2,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user