forked from proxmox-mirrors/proxmox
access-control: bump to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
19200f7415
commit
2f77909a6d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-access-control"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-access-control (0.1.1-1) bookworm; urgency=medium
|
||||
|
||||
* upgrade proxmox-time to 2.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 13:47:21 +0200
|
||||
|
||||
rust-proxmox-access-control (0.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* initial packaging
|
||||
|
@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-proxmox-auth-api-0.4+api-types-dev <!nocheck>,
|
||||
librust-proxmox-auth-api-0.4+default-dev <!nocheck>,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.6-~~) <!nocheck>,
|
||||
librust-proxmox-time-2+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.2
|
||||
@ -29,7 +29,7 @@ Depends:
|
||||
librust-proxmox-auth-api-0.4+api-types-dev,
|
||||
librust-proxmox-auth-api-0.4+default-dev,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~),
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.6-~~),
|
||||
librust-proxmox-time-2+default-dev,
|
||||
librust-serde-1+default-dev
|
||||
Suggests:
|
||||
librust-proxmox-access-control+impl-dev (= ${binary:Version})
|
||||
@ -39,8 +39,8 @@ Provides:
|
||||
librust-proxmox-access-control-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.1.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-access-control-0.1.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.1.1+default-dev (= ${binary:Version})
|
||||
Description: Collection of utilities to implement access control management - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-access-control"
|
||||
|
||||
@ -53,16 +53,16 @@ Depends:
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-openssl-0.10+default-dev,
|
||||
librust-proxmox-product-config-0.2+default-dev,
|
||||
librust-proxmox-router-2+default-dev (>= 2.1.3-~~),
|
||||
librust-proxmox-router-2+default-dev (>= 2.1.5-~~),
|
||||
librust-proxmox-section-config-2+default-dev,
|
||||
librust-proxmox-shared-memory-0.3+default-dev,
|
||||
librust-proxmox-sys-0.5+crypt-dev (>= 0.5.5-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~),
|
||||
librust-proxmox-sys-0.5+crypt-dev (>= 0.5.7-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~),
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-access-control-0+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.1+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.1.0+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-access-control-0.1.1+impl-dev (= ${binary:Version})
|
||||
Description: Collection of utilities to implement access control management - feature "impl"
|
||||
This metapackage enables feature "impl" for the Rust proxmox-access-control
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user