mirror of
git://git.proxmox.com/git/proxmox-fuse.git
synced 2024-12-21 13:34:41 +03:00
debian: add libfuse3-dev build dependency
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b459a314ed
commit
700f56b37c
6
debian/control
vendored
6
debian/control
vendored
@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 11),
|
||||
librust-tokio-0.2+io-driver-dev <!nocheck>,
|
||||
librust-tokio-0.2+macros-dev <!nocheck>,
|
||||
librust-tokio-0.2+signal-dev <!nocheck>,
|
||||
librust-tokio-0.2+stream-dev <!nocheck>
|
||||
librust-tokio-0.2+stream-dev <!nocheck>,
|
||||
libfuse3-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.4.1
|
||||
Vcs-Git:
|
||||
@ -33,7 +34,8 @@ Depends:
|
||||
librust-tokio-0.2+io-driver-dev,
|
||||
librust-tokio-0.2+macros-dev,
|
||||
librust-tokio-0.2+signal-dev,
|
||||
librust-tokio-0.2+stream-dev
|
||||
librust-tokio-0.2+stream-dev,
|
||||
libfuse3-dev
|
||||
Provides:
|
||||
librust-proxmox-fuse+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-fuse-0-dev (= ${binary:Version}),
|
||||
|
5
debian/debcargo.toml
vendored
5
debian/debcargo.toml
vendored
@ -6,3 +6,8 @@ crate_src_path = ".."
|
||||
vcs_git = ""
|
||||
vcs_browser = ""
|
||||
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
||||
|
||||
[packages.lib]
|
||||
depends = [
|
||||
"libfuse3-dev",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user