]> git.proxmox.com Git - proxmox.git/blame - proxmox-client/debian/control
bump proxmox-client to 0.3.1-1
[proxmox.git] / proxmox-client / debian / control
CommitLineData
45152c5e
WB
1Source: rust-proxmox-client
2Section: rust
3Priority: optional
4Build-Depends: debhelper (>= 12),
5 dh-cargo (>= 25),
6 cargo:native <!nocheck>,
7 rustc:native <!nocheck>,
8 libstd-rust-dev <!nocheck>,
9 librust-anyhow-1+default-dev <!nocheck>,
10 librust-base64-0.13+default-dev <!nocheck>,
11 librust-hex-0.4+default-dev <!nocheck>,
12 librust-http-0.2+default-dev <!nocheck>,
13 librust-once-cell-1+default-dev (>= 1.3.1-~~) <!nocheck>,
14 librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
15 librust-proxmox-login-0.1+default-dev <!nocheck>,
16 librust-proxmox-login-0.1+http-dev <!nocheck>,
77672b12
WB
17 librust-proxmox-schema-3+api-macro-dev <!nocheck>,
18 librust-proxmox-schema-3+default-dev <!nocheck>,
45152c5e
WB
19 librust-proxmox-section-config-2+default-dev <!nocheck>,
20 librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
21 librust-serde-1+default-dev <!nocheck>,
22 librust-serde-json-1+default-dev <!nocheck>,
23 librust-serde-plain-1+default-dev <!nocheck>
24Maintainer: Proxmox Support Team <support@proxmox.com>
77672b12 25Standards-Version: 4.6.2
45152c5e
WB
26Vcs-Git: git://git.proxmox.com/git/proxmox.git
27Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
28X-Cargo-Crate: proxmox-client
29Rules-Requires-Root: no
30
31Package: librust-proxmox-client-dev
32Architecture: any
33Multi-Arch: same
34Depends:
35 ${misc:Depends},
36 librust-anyhow-1+default-dev,
37 librust-base64-0.13+default-dev,
38 librust-hex-0.4+default-dev,
39 librust-http-0.2+default-dev,
40 librust-once-cell-1+default-dev (>= 1.3.1-~~),
41 librust-percent-encoding-2+default-dev (>= 2.1-~~),
42 librust-proxmox-login-0.1+default-dev,
43 librust-proxmox-login-0.1+http-dev,
77672b12
WB
44 librust-proxmox-schema-3+api-macro-dev,
45 librust-proxmox-schema-3+default-dev,
45152c5e
WB
46 librust-proxmox-section-config-2+default-dev,
47 librust-regex-1+default-dev (>= 1.5-~~),
48 librust-serde-1+default-dev,
49 librust-serde-json-1+default-dev,
50 librust-serde-plain-1+default-dev
51Suggests:
52 librust-proxmox-client+hyper-client-dev (= ${binary:Version}),
53 librust-proxmox-client+webauthn-dev (= ${binary:Version})
54Provides:
55 librust-proxmox-client+default-dev (= ${binary:Version}),
56 librust-proxmox-client-0-dev (= ${binary:Version}),
57 librust-proxmox-client-0+default-dev (= ${binary:Version}),
58 librust-proxmox-client-0.3-dev (= ${binary:Version}),
59 librust-proxmox-client-0.3+default-dev (= ${binary:Version}),
77672b12
WB
60 librust-proxmox-client-0.3.1-dev (= ${binary:Version}),
61 librust-proxmox-client-0.3.1+default-dev (= ${binary:Version})
45152c5e 62Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
77672b12 63 Source code for Debianized Rust crate "proxmox-client"
45152c5e
WB
64
65Package: librust-proxmox-client+hyper-client-dev
66Architecture: any
67Multi-Arch: same
68Depends:
69 ${misc:Depends},
70 librust-proxmox-client-dev (= ${binary:Version}),
71 librust-hyper-0.14+default-dev (>= 0.14.5-~~),
72 librust-log-0.4+default-dev (>= 0.4.17-~~),
73 librust-openssl-0.10+default-dev,
74 librust-proxmox-http-0.9+client-dev,
75 librust-proxmox-http-0.9+default-dev
76Provides:
77 librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
78 librust-proxmox-client-0.3+hyper-client-dev (= ${binary:Version}),
77672b12 79 librust-proxmox-client-0.3.1+hyper-client-dev (= ${binary:Version})
45152c5e
WB
80Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client"
81 This metapackage enables feature "hyper-client" for the Rust proxmox-client
82 crate, by pulling in any additional dependencies needed by that feature.
83
84Package: librust-proxmox-client+webauthn-dev
85Architecture: any
86Multi-Arch: same
87Depends:
88 ${misc:Depends},
89 librust-proxmox-client-dev (= ${binary:Version}),
90 librust-proxmox-login-0.1+http-dev,
91 librust-proxmox-login-0.1+webauthn-dev,
92 librust-webauthn-rs-0.3+default-dev
93Provides:
94 librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
95 librust-proxmox-client-0.3+webauthn-dev (= ${binary:Version}),
77672b12 96 librust-proxmox-client-0.3.1+webauthn-dev (= ${binary:Version})
45152c5e
WB
97Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn"
98 This metapackage enables feature "webauthn" for the Rust proxmox-client crate,
99 by pulling in any additional dependencies needed by that feature.