From cc4ee60452f74f0ecf7248bf219d2293a4a03573 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 19 Dec 2024 12:42:45 +0100 Subject: [PATCH] apt: bump version to 0.11.6-1 Signed-off-by: Thomas Lamprecht --- proxmox-apt/debian/control | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index 05ac6266..a2042285 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), 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 , + librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~) , librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev , @@ -36,7 +36,7 @@ Depends: 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, + librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~), librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~), librust-serde-1+default-dev, librust-serde-1+derive-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.5-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.5+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.6-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.6+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.5+cache-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.6+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.