2021-10-01 10:58:45 +02:00
Source: rust-proxmox-tfa
Section: rust
Priority: optional
2024-11-26 14:44:33 +01:00
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
2021-10-01 10:58:45 +02:00
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-base32-0.4+default-dev <!nocheck>,
librust-hex-0.4+default-dev <!nocheck>,
librust-openssl-0.10+default-dev <!nocheck>,
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
2023-11-23 09:21:11 +01:00
librust-serde-plain-1+default-dev <!nocheck>
2021-10-01 10:58:45 +02:00
Maintainer: Proxmox Support Team <support@proxmox.com>
2024-11-26 14:44:33 +01:00
Standards-Version: 4.7.0
2021-10-01 10:58:45 +02:00
Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
2024-10-01 12:51:04 +02:00
Homepage: https://proxmox.com
2022-12-06 11:21:43 +01:00
X-Cargo-Crate: proxmox-tfa
2021-10-01 10:58:45 +02:00
Rules-Requires-Root: no
Package: librust-proxmox-tfa-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
2023-11-23 09:21:11 +01:00
librust-serde-1+default-dev
Recommends:
librust-proxmox-tfa+totp-dev (= ${binary:Version})
2021-10-01 10:58:45 +02:00
Suggests:
2021-11-17 09:28:22 +01:00
librust-proxmox-tfa+api-dev (= ${binary:Version}),
2022-08-26 12:07:36 +02:00
librust-proxmox-tfa+api-types-dev (= ${binary:Version}),
2023-04-20 09:39:29 +02:00
librust-proxmox-tfa+types-dev (= ${binary:Version}),
2022-08-26 12:07:36 +02:00
librust-proxmox-tfa+u2f-dev (= ${binary:Version})
2021-10-01 10:58:45 +02:00
Provides:
2024-07-03 15:23:12 +02:00
librust-proxmox-tfa-5-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0-dev (= ${binary:Version}),
2024-10-01 12:51:04 +02:00
librust-proxmox-tfa-5.0.1-dev (= ${binary:Version})
2021-10-01 10:58:45 +02:00
Description: Tfa implementation for totp and u2f - Rust source code
2024-02-02 14:00:27 +01:00
Source code for Debianized Rust crate "proxmox-tfa"
2021-10-01 10:58:45 +02:00
2021-11-17 09:28:22 +01:00
Package: librust-proxmox-tfa+api-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
2023-11-23 09:21:11 +01:00
librust-proxmox-tfa+totp-dev (= ${binary:Version}),
2023-04-20 09:39:29 +02:00
librust-proxmox-tfa+types-dev (= ${binary:Version}),
2021-11-17 09:28:22 +01:00
librust-proxmox-tfa+u2f-dev (= ${binary:Version}),
2023-04-20 09:39:29 +02:00
librust-anyhow-1+default-dev,
2023-11-23 09:21:11 +01:00
librust-log-0.4+default-dev (>= 0.4.17-~~),
2024-06-20 13:58:55 +02:00
librust-proxmox-time-2+default-dev,
2022-12-07 09:07:22 +01:00
librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~),
2023-11-23 09:21:11 +01:00
librust-url-2+default-dev (>= 2.2-~~),
2022-08-26 12:07:36 +02:00
librust-webauthn-rs-0.3+default-dev
2021-11-17 09:28:22 +01:00
Provides:
2024-07-03 15:23:12 +02:00
librust-proxmox-tfa-5+api-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+api-dev (= ${binary:Version}),
2024-10-01 12:51:04 +02:00
librust-proxmox-tfa-5.0.1+api-dev (= ${binary:Version})
2021-11-17 09:28:22 +01:00
Description: Tfa implementation for totp and u2f - feature "api"
This metapackage enables feature "api" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
2022-08-26 12:07:36 +02:00
Package: librust-proxmox-tfa+api-types-dev
2022-05-05 10:22:50 +02:00
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
2023-04-20 09:39:29 +02:00
librust-proxmox-tfa+types-dev (= ${binary:Version}),
2024-10-01 12:51:04 +02:00
librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~),
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~)
2022-05-05 10:22:50 +02:00
Provides:
2024-07-03 15:23:12 +02:00
librust-proxmox-tfa-5+api-types-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+api-types-dev (= ${binary:Version}),
2024-10-01 12:51:04 +02:00
librust-proxmox-tfa-5.0.1+api-types-dev (= ${binary:Version})
2022-08-26 12:07:36 +02:00
Description: Tfa implementation for totp and u2f - feature "api-types"
This metapackage enables feature "api-types" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
2021-10-01 10:58:45 +02:00
2023-11-23 09:21:11 +01:00
Package: librust-proxmox-tfa+totp-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-base32-0.4+default-dev,
librust-hex-0.4+default-dev,
librust-openssl-0.10+default-dev,
librust-percent-encoding-2+default-dev (>= 2.1-~~),
librust-serde-plain-1+default-dev
Provides:
librust-proxmox-tfa+default-dev (= ${binary:Version}),
2024-07-03 15:23:12 +02:00
librust-proxmox-tfa-5+totp-dev (= ${binary:Version}),
librust-proxmox-tfa-5+default-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+totp-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+default-dev (= ${binary:Version}),
2024-10-01 12:51:04 +02:00
librust-proxmox-tfa-5.0.1+totp-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.1+default-dev (= ${binary:Version})
2023-11-23 09:21:11 +01:00
Description: Tfa implementation for totp and u2f - feature "totp" and 1 more
This metapackage enables feature "totp" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "default" feature.
2023-04-20 09:39:29 +02:00
Package: librust-proxmox-tfa+types-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
2023-11-23 09:21:11 +01:00
librust-serde-1+derive-dev,
librust-serde-plain-1+default-dev
2023-04-20 09:39:29 +02:00
Provides:
2024-07-03 15:23:12 +02:00
librust-proxmox-tfa-5+types-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+types-dev (= ${binary:Version}),
2024-10-01 12:51:04 +02:00
librust-proxmox-tfa-5.0.1+types-dev (= ${binary:Version})
2023-04-20 09:39:29 +02:00
Description: Tfa implementation for totp and u2f - feature "types"
This metapackage enables feature "types" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
2021-10-01 10:58:45 +02:00
Package: librust-proxmox-tfa+u2f-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
2023-11-23 09:21:11 +01:00
librust-base64-0.13+default-dev,
2022-12-06 13:50:00 +01:00
librust-libc-0.2+default-dev (>= 0.2.107-~~),
2023-11-23 09:21:11 +01:00
librust-openssl-0.10+default-dev,
2022-08-26 12:07:36 +02:00
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev
2021-10-01 10:58:45 +02:00
Provides:
2024-07-03 15:23:12 +02:00
librust-proxmox-tfa-5+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+u2f-dev (= ${binary:Version}),
2024-10-01 12:51:04 +02:00
librust-proxmox-tfa-5.0.1+u2f-dev (= ${binary:Version})
2021-10-01 10:58:45 +02:00
Description: Tfa implementation for totp and u2f - feature "u2f"
This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.