]> git.proxmox.com Git - proxmox.git/blame - proxmox-tfa/debian/control
bump tfa to 4.1.0
[proxmox.git] / proxmox-tfa / debian / control
CommitLineData
77dc52c0
WB
1Source: rust-proxmox-tfa
2Section: rust
3Priority: optional
4Build-Depends: debhelper (>= 12),
9c0e9dca 5 dh-cargo (>= 25),
77dc52c0
WB
6 cargo:native <!nocheck>,
7 rustc:native <!nocheck>,
8 libstd-rust-dev <!nocheck>,
77dc52c0 9 librust-base32-0.4+default-dev <!nocheck>,
77dc52c0
WB
10 librust-hex-0.4+default-dev <!nocheck>,
11 librust-openssl-0.10+default-dev <!nocheck>,
12 librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
13 librust-serde-1+default-dev <!nocheck>,
4da2fee6 14 librust-serde-plain-1+default-dev <!nocheck>
77dc52c0 15Maintainer: Proxmox Support Team <support@proxmox.com>
5ec765f8 16Standards-Version: 4.6.1
77dc52c0
WB
17Vcs-Git: git://git.proxmox.com/git/proxmox.git
18Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
5ec765f8 19X-Cargo-Crate: proxmox-tfa
77dc52c0
WB
20Rules-Requires-Root: no
21
22Package: librust-proxmox-tfa-dev
23Architecture: any
24Multi-Arch: same
25Depends:
26 ${misc:Depends},
4da2fee6
WB
27 librust-serde-1+default-dev
28Recommends:
29 librust-proxmox-tfa+totp-dev (= ${binary:Version})
77dc52c0 30Suggests:
bbdfd8ed 31 librust-proxmox-tfa+api-dev (= ${binary:Version}),
52a8eb6a 32 librust-proxmox-tfa+api-types-dev (= ${binary:Version}),
76ac1a39 33 librust-proxmox-tfa+types-dev (= ${binary:Version}),
52a8eb6a 34 librust-proxmox-tfa+u2f-dev (= ${binary:Version})
77dc52c0 35Provides:
76ac1a39 36 librust-proxmox-tfa-4-dev (= ${binary:Version}),
4da2fee6
WB
37 librust-proxmox-tfa-4.1-dev (= ${binary:Version}),
38 librust-proxmox-tfa-4.1.0-dev (= ${binary:Version})
77dc52c0
WB
39Description: Tfa implementation for totp and u2f - Rust source code
40 This package contains the source for the Rust proxmox-tfa crate, packaged by
41 debcargo for use with cargo and dh-cargo.
42
bbdfd8ed
WB
43Package: librust-proxmox-tfa+api-dev
44Architecture: any
45Multi-Arch: same
46Depends:
47 ${misc:Depends},
48 librust-proxmox-tfa-dev (= ${binary:Version}),
4da2fee6 49 librust-proxmox-tfa+totp-dev (= ${binary:Version}),
76ac1a39 50 librust-proxmox-tfa+types-dev (= ${binary:Version}),
bbdfd8ed 51 librust-proxmox-tfa+u2f-dev (= ${binary:Version}),
76ac1a39 52 librust-anyhow-1+default-dev,
4da2fee6 53 librust-log-0.4+default-dev (>= 0.4.17-~~),
46a67583
FG
54 librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
55 librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~),
4da2fee6 56 librust-url-2+default-dev (>= 2.2-~~),
52a8eb6a 57 librust-webauthn-rs-0.3+default-dev
bbdfd8ed 58Provides:
76ac1a39 59 librust-proxmox-tfa-4+api-dev (= ${binary:Version}),
4da2fee6
WB
60 librust-proxmox-tfa-4.1+api-dev (= ${binary:Version}),
61 librust-proxmox-tfa-4.1.0+api-dev (= ${binary:Version})
bbdfd8ed
WB
62Description: Tfa implementation for totp and u2f - feature "api"
63 This metapackage enables feature "api" for the Rust proxmox-tfa crate, by
64 pulling in any additional dependencies needed by that feature.
65
52a8eb6a 66Package: librust-proxmox-tfa+api-types-dev
9c0e9dca
TL
67Architecture: any
68Multi-Arch: same
69Depends:
70 ${misc:Depends},
71 librust-proxmox-tfa-dev (= ${binary:Version}),
76ac1a39 72 librust-proxmox-tfa+types-dev (= ${binary:Version}),
1a8a3668
WB
73 librust-proxmox-schema-2+api-macro-dev,
74 librust-proxmox-schema-2+default-dev
9c0e9dca 75Provides:
76ac1a39 76 librust-proxmox-tfa-4+api-types-dev (= ${binary:Version}),
4da2fee6
WB
77 librust-proxmox-tfa-4.1+api-types-dev (= ${binary:Version}),
78 librust-proxmox-tfa-4.1.0+api-types-dev (= ${binary:Version})
52a8eb6a
TL
79Description: Tfa implementation for totp and u2f - feature "api-types"
80 This metapackage enables feature "api-types" for the Rust proxmox-tfa crate, by
81 pulling in any additional dependencies needed by that feature.
77dc52c0 82
4da2fee6
WB
83Package: librust-proxmox-tfa+totp-dev
84Architecture: any
85Multi-Arch: same
86Depends:
87 ${misc:Depends},
88 librust-proxmox-tfa-dev (= ${binary:Version}),
89 librust-base32-0.4+default-dev,
90 librust-hex-0.4+default-dev,
91 librust-openssl-0.10+default-dev,
92 librust-percent-encoding-2+default-dev (>= 2.1-~~),
93 librust-serde-plain-1+default-dev
94Provides:
95 librust-proxmox-tfa+default-dev (= ${binary:Version}),
96 librust-proxmox-tfa-4+totp-dev (= ${binary:Version}),
97 librust-proxmox-tfa-4+default-dev (= ${binary:Version}),
98 librust-proxmox-tfa-4.1+totp-dev (= ${binary:Version}),
99 librust-proxmox-tfa-4.1+default-dev (= ${binary:Version}),
100 librust-proxmox-tfa-4.1.0+totp-dev (= ${binary:Version}),
101 librust-proxmox-tfa-4.1.0+default-dev (= ${binary:Version})
102Description: Tfa implementation for totp and u2f - feature "totp" and 1 more
103 This metapackage enables feature "totp" for the Rust proxmox-tfa crate, by
104 pulling in any additional dependencies needed by that feature.
105 .
106 Additionally, this package also provides the "default" feature.
107
76ac1a39
WB
108Package: librust-proxmox-tfa+types-dev
109Architecture: any
110Multi-Arch: same
111Depends:
112 ${misc:Depends},
113 librust-proxmox-tfa-dev (= ${binary:Version}),
4da2fee6
WB
114 librust-serde-1+derive-dev,
115 librust-serde-plain-1+default-dev
76ac1a39
WB
116Provides:
117 librust-proxmox-tfa-4+types-dev (= ${binary:Version}),
4da2fee6
WB
118 librust-proxmox-tfa-4.1+types-dev (= ${binary:Version}),
119 librust-proxmox-tfa-4.1.0+types-dev (= ${binary:Version})
76ac1a39
WB
120Description: Tfa implementation for totp and u2f - feature "types"
121 This metapackage enables feature "types" for the Rust proxmox-tfa crate, by
122 pulling in any additional dependencies needed by that feature.
123
77dc52c0
WB
124Package: librust-proxmox-tfa+u2f-dev
125Architecture: any
126Multi-Arch: same
127Depends:
128 ${misc:Depends},
129 librust-proxmox-tfa-dev (= ${binary:Version}),
4da2fee6 130 librust-base64-0.13+default-dev,
6c161bd5 131 librust-libc-0.2+default-dev (>= 0.2.107-~~),
4da2fee6 132 librust-openssl-0.10+default-dev,
52a8eb6a
TL
133 librust-serde-1+derive-dev,
134 librust-serde-json-1+default-dev
77dc52c0 135Provides:
76ac1a39 136 librust-proxmox-tfa-4+u2f-dev (= ${binary:Version}),
4da2fee6
WB
137 librust-proxmox-tfa-4.1+u2f-dev (= ${binary:Version}),
138 librust-proxmox-tfa-4.1.0+u2f-dev (= ${binary:Version})
77dc52c0
WB
139Description: Tfa implementation for totp and u2f - feature "u2f"
140 This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
141 pulling in any additional dependencies needed by that feature.