From 03f14b74dd8c05b85a1f9b4d0d53f15b105c3521 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 21 Jul 2022 12:08:27 +0200 Subject: [PATCH] bump version to 0.8.1-1 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/changelog | 12 ++++++++++++ debian/control | 14 +++++++++----- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8847df1b..fb9ad868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.8.0" +version = "0.8.1" authors = [ "Fabian Ebner ", "Proxmox Support Team ", diff --git a/debian/changelog b/debian/changelog index dc27d76c..eadd5c65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-apt (0.8.1-1) stable; urgency=medium + + * upgrade to 2021 edition + + * check suites: add special check for Debian security repository + + * file: add pre-parsed content variant + + * add module for parsing Packages and Release (deb822 like) files + + -- Proxmox Support Team Thu, 21 Jul 2022 12:08:23 +0200 + rust-proxmox-apt (0.8.0-1) stable; urgency=medium * update to proxox-schema crate diff --git a/debian/control b/debian/control index e28a78c7..54666568 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rust-proxmox-apt Section: rust Priority: optional Build-Depends: debhelper (>= 12), - dh-cargo (>= 24), + dh-cargo (>= 25), cargo:native , rustc:native , libstd-rust-dev , @@ -12,8 +12,10 @@ Build-Depends: debhelper (>= 12), librust-openssl-0.10+default-dev , librust-proxmox-schema-1+api-macro-dev , librust-proxmox-schema-1+default-dev , + librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~) , librust-serde-1+default-dev , - librust-serde-1+derive-dev + librust-serde-1+derive-dev , + librust-serde-json-1+default-dev (>= 1.0.41-~~) Maintainer: Proxmox Support Team Standards-Version: 4.5.1 Vcs-Git: git://git.proxmox.com/git/proxmox-apt.git @@ -32,16 +34,18 @@ Depends: librust-openssl-0.10+default-dev, librust-proxmox-schema-1+api-macro-dev, librust-proxmox-schema-1+default-dev, + librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~), librust-serde-1+default-dev, - librust-serde-1+derive-dev + librust-serde-1+derive-dev, + librust-serde-json-1+default-dev (>= 1.0.41-~~) Provides: librust-proxmox-apt+default-dev (= ${binary:Version}), librust-proxmox-apt-0-dev (= ${binary:Version}), librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.8-dev (= ${binary:Version}), librust-proxmox-apt-0.8+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.8.0-dev (= ${binary:Version}), - librust-proxmox-apt-0.8.0+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.8.1-dev (= ${binary:Version}), + librust-proxmox-apt-0.8.1+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code This package contains the source for the Rust proxmox-apt crate, packaged by debcargo for use with cargo and dh-cargo.