From afc3670334a5c911a14725bc9df2a96ac8066781 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 27 May 2023 17:47:42 +0200 Subject: [PATCH] update dependencies for current bookworm state as we also track the PBS dependencies in d/control, as the workspace crates we use from there cannot profit from being handled by debian dependency system, like the others which are shipped as .deb package Signed-off-by: Thomas Lamprecht --- Cargo.toml | 3 ++- debian/control | 32 ++++++++++++++++++-------------- submodules/proxmox-backup | 2 +- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd3a738..98802f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,8 @@ openssl = "0.10" proxmox-async = "0.4" proxmox-lang = "1" proxmox-schema = { version = "1", features = [ "api-macro" ] } -proxmox-sys = { version = "0.4", features = [ "sortable-macro"] } +proxmox-sortable-macro = "0.1.2" +proxmox-sys = "0.5" pbs-api-types = { path = "submodules/proxmox-backup/pbs-api-types" } pbs-client = { path = "submodules/proxmox-backup/pbs-client" } diff --git a/debian/control b/debian/control index 645315f..b5788f5 100644 --- a/debian/control +++ b/debian/control @@ -36,16 +36,20 @@ Build-Depends: cargo:native, librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-pin-project-lite-0.2+default-dev, librust-proxmox-async-0.4+default-dev, + librust-proxmox-auth-api-0.2+api-dev, + librust-proxmox-auth-api-0.2+api-types-dev, + librust-proxmox-auth-api-0.2+default-dev, + librust-proxmox-auth-api-0.2+pam-authenticator-dev, librust-proxmox-borrow-1+default-dev, - librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~), - librust-proxmox-http-0.7+client-dev, - librust-proxmox-http-0.7+default-dev, - librust-proxmox-http-0.7+http-helpers-dev, - librust-proxmox-http-0.7+websocket-dev, + librust-proxmox-compression-0.2+default-dev (>= 0.2~), + librust-proxmox-http-0.9+client-dev, + librust-proxmox-http-0.9+default-dev, + librust-proxmox-http-0.9+http-helpers-dev, + librust-proxmox-http-0.9+websocket-dev, librust-proxmox-io-1+default-dev (>= 1.0.1-~~), librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~), librust-proxmox-lang-1+default-dev (>= 1.1-~~), - librust-proxmox-metrics-0.2+default-dev, + librust-proxmox-metrics-0.3+default-dev, librust-proxmox-router-1+cli-dev (>= 1.3-~~), librust-proxmox-router-1+default-dev (>= 1.3-~~), librust-proxmox-router-1+server-dev (>= 1.3-~~), @@ -54,12 +58,12 @@ Build-Depends: cargo:native, librust-proxmox-section-config-1+default-dev, librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~), - librust-proxmox-shared-memory-0.2+default-dev (>= 0.2.3-~~), - librust-proxmox-sys-0.4+acl-dev (>= 0.4.2-~~), - librust-proxmox-sys-0.4+crypt-dev (>= 0.4.2-~~), - librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~), - librust-proxmox-sys-0.4+sortable-macro-dev (>= 0.4.2-~~), - librust-proxmox-sys-0.4+timer-dev (>= 0.4.2-~~), + librust-proxmox-shared-memory-0.3+default-dev (>= 0.2.3-~~), + librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~), + librust-proxmox-sys-0.5+acl-dev (>= 0.5~), + librust-proxmox-sys-0.5+crypt-dev (>= 0.5~), + librust-proxmox-sys-0.5+default-dev (>= 0.5~), + librust-proxmox-sys-0.5+timer-dev (>= 0.5~), librust-proxmox-time-1+default-dev (>= 1.1.2-~~), librust-proxmox-uuid-1+default-dev, librust-proxmox-uuid-1+serde-dev, @@ -86,8 +90,8 @@ Build-Depends: cargo:native, librust-url-2+default-dev (>= 2.1-~~), librust-walkdir-2+default-dev, librust-xdg-2+default-dev (>= 2.2-~~), - librust-zstd-0.6+bindgen-dev, - librust-zstd-0.6+default-dev, + librust-zstd-0.12+bindgen-dev, + librust-zstd-0.12+default-dev, patchelf, Standards-Version: 4.5.1 Homepage: https://www.proxmox.com diff --git a/submodules/proxmox-backup b/submodules/proxmox-backup index e5b6a0b..5e2664f 160000 --- a/submodules/proxmox-backup +++ b/submodules/proxmox-backup @@ -1 +1 @@ -Subproject commit e5b6a0b38dd0da736292fb696f6c7d0ec2563c36 +Subproject commit 5e2664f18e1aecd066ffd22d343e0c705bd46571