]> git.proxmox.com Git - proxmox.git/blob - proxmox-tfa/debian/control
bump proxmox-tfa to 4.1.1
[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.1
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.1-dev (= ${binary:Version})
39 Description: 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
43 Package: librust-proxmox-tfa+api-dev
44 Architecture: any
45 Multi-Arch: same
46 Depends:
47 ${misc:Depends},
48 librust-proxmox-tfa-dev (= ${binary:Version}),
49 librust-proxmox-tfa+totp-dev (= ${binary:Version}),
50 librust-proxmox-tfa+types-dev (= ${binary:Version}),
51 librust-proxmox-tfa+u2f-dev (= ${binary:Version}),
52 librust-anyhow-1+default-dev,
53 librust-log-0.4+default-dev (>= 0.4.17-~~),
54 librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
55 librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~),
56 librust-url-2+default-dev (>= 2.2-~~),
57 librust-webauthn-rs-0.3+default-dev
58 Provides:
59 librust-proxmox-tfa-4+api-dev (= ${binary:Version}),
60 librust-proxmox-tfa-4.1+api-dev (= ${binary:Version}),
61 librust-proxmox-tfa-4.1.1+api-dev (= ${binary:Version})
62 Description: 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
66 Package: librust-proxmox-tfa+api-types-dev
67 Architecture: any
68 Multi-Arch: same
69 Depends:
70 ${misc:Depends},
71 librust-proxmox-tfa-dev (= ${binary:Version}),
72 librust-proxmox-tfa+types-dev (= ${binary:Version}),
73 librust-proxmox-schema-2+api-macro-dev,
74 librust-proxmox-schema-2+default-dev
75 Provides:
76 librust-proxmox-tfa-4+api-types-dev (= ${binary:Version}),
77 librust-proxmox-tfa-4.1+api-types-dev (= ${binary:Version}),
78 librust-proxmox-tfa-4.1.1+api-types-dev (= ${binary:Version})
79 Description: 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.
82
83 Package: librust-proxmox-tfa+totp-dev
84 Architecture: any
85 Multi-Arch: same
86 Depends:
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
94 Provides:
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.1+totp-dev (= ${binary:Version}),
101 librust-proxmox-tfa-4.1.1+default-dev (= ${binary:Version})
102 Description: 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
108 Package: librust-proxmox-tfa+types-dev
109 Architecture: any
110 Multi-Arch: same
111 Depends:
112 ${misc:Depends},
113 librust-proxmox-tfa-dev (= ${binary:Version}),
114 librust-serde-1+derive-dev,
115 librust-serde-plain-1+default-dev
116 Provides:
117 librust-proxmox-tfa-4+types-dev (= ${binary:Version}),
118 librust-proxmox-tfa-4.1+types-dev (= ${binary:Version}),
119 librust-proxmox-tfa-4.1.1+types-dev (= ${binary:Version})
120 Description: 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
124 Package: librust-proxmox-tfa+u2f-dev
125 Architecture: any
126 Multi-Arch: same
127 Depends:
128 ${misc:Depends},
129 librust-proxmox-tfa-dev (= ${binary:Version}),
130 librust-base64-0.13+default-dev,
131 librust-libc-0.2+default-dev (>= 0.2.107-~~),
132 librust-openssl-0.10+default-dev,
133 librust-serde-1+derive-dev,
134 librust-serde-json-1+default-dev
135 Provides:
136 librust-proxmox-tfa-4+u2f-dev (= ${binary:Version}),
137 librust-proxmox-tfa-4.1+u2f-dev (= ${binary:Version}),
138 librust-proxmox-tfa-4.1.1+u2f-dev (= ${binary:Version})
139 Description: 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.