mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 05:36:46 +00:00
openid: adapt d/control
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
56763c1184
commit
f1bcce2796
@ -2,17 +2,17 @@ Source: rust-proxmox-openid
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native (>= 1.80) <!nocheck>,
|
||||
dh-sequence-cargo
|
||||
Build-Depends-Arch: cargo:native <!nocheck>,
|
||||
rustc:native (>= 1.82) <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-http-0.2+default-dev <!nocheck>,
|
||||
librust-native-tls-0.2+default-dev <!nocheck>,
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.4-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.6+default-dev <!nocheck>,
|
||||
librust-proxmox-sys-0.6+timer-dev <!nocheck>,
|
||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.6-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.6+timer-dev (>= 0.6.6-~~) <!nocheck>,
|
||||
librust-proxmox-time-2+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
@ -38,8 +38,8 @@ Depends:
|
||||
librust-native-tls-0.2+default-dev,
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.4-~~),
|
||||
librust-proxmox-sys-0.6+default-dev,
|
||||
librust-proxmox-sys-0.6+timer-dev,
|
||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.6-~~),
|
||||
librust-proxmox-sys-0.6+timer-dev (>= 0.6.6-~~),
|
||||
librust-proxmox-time-2+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
@ -53,7 +53,7 @@ Provides:
|
||||
librust-proxmox-openid-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10.3+default-dev (= ${binary:Version})
|
||||
librust-proxmox-openid-0.10.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-openid-0.10.4+default-dev (= ${binary:Version})
|
||||
Description: Base for openid authentication in proxmox products - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-openid"
|
||||
|
Loading…
Reference in New Issue
Block a user