diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index 1d8597dd..0dc5642e 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-apt" description = "Proxmox library for APT" -version = "0.11.3" +version = "0.11.4" exclude = ["debian"] diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index 8147661b..204191e7 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.11.4-1) bookworm; urgency=medium + + * add support for Ceph Squid repositories + + -- Proxmox Support Team Sun, 10 Nov 2024 18:48:37 +0100 + rust-proxmox-apt (0.11.3-1) bookworm; urgency=medium * drop unused dependency on once_cell diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index 3ae00d2a..6b7c1c43 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -1,15 +1,15 @@ Source: rust-proxmox-apt Section: rust Priority: optional -Build-Depends: debhelper (>= 12), - dh-cargo (>= 25), +Build-Depends: debhelper-compat (= 13), + dh-sequence-cargo, cargo:native , rustc:native , libstd-rust-dev , librust-anyhow-1+default-dev , librust-hex-0.4+default-dev , librust-openssl-0.10+default-dev , - librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~) , + librust-proxmox-apt-api-types-1+default-dev (>= 1.0.2-~~) , librust-proxmox-config-digest-0.1+default-dev , librust-proxmox-config-digest-0.1+openssl-dev , librust-proxmox-sys-0.6+default-dev , @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 12), librust-serde-1+derive-dev , librust-serde-json-1+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Git: git://git.proxmox.com/git/proxmox-apt.git Vcs-Browser: https://git.proxmox.com/?p=proxmox-apt.git Homepage: https://proxmox.com @@ -33,7 +33,7 @@ Depends: librust-anyhow-1+default-dev, librust-hex-0.4+default-dev, librust-openssl-0.10+default-dev, - librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~), + librust-proxmox-apt-api-types-1+default-dev (>= 1.0.2-~~), librust-proxmox-config-digest-0.1+default-dev, librust-proxmox-config-digest-0.1+openssl-dev, librust-proxmox-sys-0.6+default-dev, @@ -49,8 +49,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.11-dev (= ${binary:Version}), librust-proxmox-apt-0.11+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.3-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.3+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.4-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.4+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code Source code for Debianized Rust crate "proxmox-apt" @@ -68,7 +68,7 @@ Depends: Provides: librust-proxmox-apt-0+cache-dev (= ${binary:Version}), librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.3+cache-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.4+cache-dev (= ${binary:Version}) Description: Proxmox library for APT - feature "cache" This metapackage enables feature "cache" for the Rust proxmox-apt crate, by pulling in any additional dependencies needed by that feature. diff --git a/proxmox-notify/debian/control b/proxmox-notify/debian/control index 54aa4f85..84d61e36 100644 --- a/proxmox-notify/debian/control +++ b/proxmox-notify/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 12), librust-handlebars-3+default-dev , librust-lettre-0.11+default-dev (>= 0.11.1-~~) , librust-log-0.4+default-dev (>= 0.4.17-~~) , + librust-mail-parser-dev, librust-openssl-0.10+default-dev , librust-proxmox-http-0.9+client-sync-dev (>= 0.9.2-~~) , librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~) ,