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