]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-section-config to 2.0.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 13:03:10 +0000 (14:03 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 13:03:51 +0000 (14:03 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-section-config/Cargo.toml
proxmox-section-config/debian/changelog
proxmox-section-config/debian/control

index 4da63f3110e29df2d7d9b37cb302dc366f745c32..97bb37f7750301f49b089054963b5c8b751fe3d1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-section-config"
-version = "2.0.0"
+version = "2.0.1"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index d80b0a6b55239d818c60d466d625b9e19f2ee950..2901ca2725d66f842974c63aa42afd1c17a93112 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-section-config (2.0.1-1) bookworm; urgency=medium
+
+  * rebuild with proxmox-schema 3
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Feb 2024 14:03:02 +0100
+
 rust-proxmox-section-config (2.0.0-1) bookworm; urgency=medium
 
   * various clippy fixes
index d333b0dd361801f87182bb18ce2cfaf95831fd68..5d4226f9ce303ceb000a158dc87c34a1e7c8c794 100644 (file)
@@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 12),
  librust-anyhow-1+default-dev <!nocheck>,
  librust-hex-0.4+default-dev <!nocheck>,
  librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
- librust-proxmox-schema-2+default-dev <!nocheck>,
+ librust-proxmox-schema-3+default-dev <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
  librust-serde-json-1+default-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: git://git.proxmox.com/git/proxmox.git
 Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 X-Cargo-Crate: proxmox-section-config
@@ -27,7 +27,7 @@ Depends:
  librust-anyhow-1+default-dev,
  librust-hex-0.4+default-dev,
  librust-proxmox-lang-1+default-dev (>= 1.1-~~),
- librust-proxmox-schema-2+default-dev,
+ librust-proxmox-schema-3+default-dev,
  librust-serde-1+default-dev,
  librust-serde-json-1+default-dev
 Provides:
@@ -36,8 +36,7 @@ Provides:
  librust-proxmox-section-config-2+default-dev (= ${binary:Version}),
  librust-proxmox-section-config-2.0-dev (= ${binary:Version}),
  librust-proxmox-section-config-2.0+default-dev (= ${binary:Version}),
- librust-proxmox-section-config-2.0.0-dev (= ${binary:Version}),
- librust-proxmox-section-config-2.0.0+default-dev (= ${binary:Version})
+ librust-proxmox-section-config-2.0.1-dev (= ${binary:Version}),
+ librust-proxmox-section-config-2.0.1+default-dev (= ${binary:Version})
 Description: Proxmox schema based section config format parsing - Rust source code
- This package contains the source for the Rust proxmox-section-config crate,
- packaged by debcargo for use with cargo and dh-cargo.
+ Source code for Debianized Rust crate "proxmox-section-config"