]> git.proxmox.com Git - proxmox.git/blame - proxmox-login/debian/control
bump proxmox-login to 0.1.1-1
[proxmox.git] / proxmox-login / debian / control
CommitLineData
26f586d5
DM
1Source: rust-proxmox-login
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-base64-0.13+default-dev <!nocheck>,
b7a64cd4 10 librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
26f586d5
DM
11 librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
12 librust-serde-1+default-dev <!nocheck>,
13 librust-serde-1+derive-dev <!nocheck>,
14 librust-serde-json-1+default-dev <!nocheck>
15Maintainer: Proxmox Support Team <support@proxmox.com>
2b56eba3 16Standards-Version: 4.6.2
26f586d5
DM
17Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/proxmox-login]
18Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/proxmox-login
19X-Cargo-Crate: proxmox-login
20Rules-Requires-Root: no
21
22Package: librust-proxmox-login-dev
23Architecture: any
24Multi-Arch: same
25Depends:
26 ${misc:Depends},
27 librust-base64-0.13+default-dev,
b7a64cd4 28 librust-js-sys-0.3+default-dev (>= 0.3.55-~~),
26f586d5
DM
29 librust-percent-encoding-2+default-dev (>= 2.1-~~),
30 librust-serde-1+default-dev,
31 librust-serde-1+derive-dev,
32 librust-serde-json-1+default-dev
33Suggests:
34 librust-proxmox-login+http-dev (= ${binary:Version}),
35 librust-proxmox-login+webauthn-dev (= ${binary:Version})
36Provides:
37 librust-proxmox-login+default-dev (= ${binary:Version}),
38 librust-proxmox-login-0-dev (= ${binary:Version}),
39 librust-proxmox-login-0+default-dev (= ${binary:Version}),
40 librust-proxmox-login-0.1-dev (= ${binary:Version}),
41 librust-proxmox-login-0.1+default-dev (= ${binary:Version}),
2b56eba3
WB
42 librust-proxmox-login-0.1.1-dev (= ${binary:Version}),
43 librust-proxmox-login-0.1.1+default-dev (= ${binary:Version})
26f586d5 44Description: Proxmox product authentication api - Rust source code
2b56eba3 45 Source code for Debianized Rust crate "proxmox-login"
26f586d5
DM
46
47Package: librust-proxmox-login+http-dev
48Architecture: any
49Multi-Arch: same
50Depends:
51 ${misc:Depends},
52 librust-proxmox-login-dev (= ${binary:Version}),
53 librust-http-0.2+default-dev (>= 0.2.4-~~)
54Provides:
55 librust-proxmox-login-0+http-dev (= ${binary:Version}),
56 librust-proxmox-login-0.1+http-dev (= ${binary:Version}),
2b56eba3 57 librust-proxmox-login-0.1.1+http-dev (= ${binary:Version})
26f586d5
DM
58Description: Proxmox product authentication api - feature "http"
59 This metapackage enables feature "http" for the Rust proxmox-login crate, by
60 pulling in any additional dependencies needed by that feature.
61
62Package: librust-proxmox-login+webauthn-dev
63Architecture: any
64Multi-Arch: same
65Depends:
66 ${misc:Depends},
67 librust-proxmox-login-dev (= ${binary:Version}),
68 librust-webauthn-rs-0.3+default-dev
69Provides:
70 librust-proxmox-login-0+webauthn-dev (= ${binary:Version}),
71 librust-proxmox-login-0.1+webauthn-dev (= ${binary:Version}),
2b56eba3 72 librust-proxmox-login-0.1.1+webauthn-dev (= ${binary:Version})
26f586d5
DM
73Description: Proxmox product authentication api - feature "webauthn"
74 This metapackage enables feature "webauthn" for the Rust proxmox-login crate,
75 by pulling in any additional dependencies needed by that feature.