]> git.proxmox.com Git - proxmox.git/blob - proxmox-acme/debian/control
move to proxmox-acme
[proxmox.git] / proxmox-acme / debian / control
1 Source: rust-proxmox-acme-rs
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-base64-0.13+default-dev <!nocheck>,
10 librust-openssl-0.10+default-dev (>= 0.10.29-~~) <!nocheck>,
11 librust-serde-1+default-dev <!nocheck>,
12 librust-serde-1+derive-dev <!nocheck>,
13 librust-serde-json-1+default-dev <!nocheck>
14 Maintainer: Proxmox Support Team <support@proxmox.com>
15 Standards-Version: 4.6.1
16 Vcs-Git:
17 Vcs-Browser:
18 X-Cargo-Crate: proxmox-acme-rs
19 Rules-Requires-Root: no
20
21 Package: librust-proxmox-acme-rs-dev
22 Architecture: any
23 Multi-Arch: same
24 Depends:
25 ${misc:Depends},
26 librust-base64-0.13+default-dev,
27 librust-openssl-0.10+default-dev (>= 0.10.29-~~),
28 librust-serde-1+default-dev,
29 librust-serde-1+derive-dev,
30 librust-serde-json-1+default-dev
31 Suggests:
32 librust-proxmox-acme-rs+client-dev (= ${binary:Version}),
33 librust-proxmox-acme-rs+native-tls-dev (= ${binary:Version}),
34 librust-proxmox-acme-rs+ureq-dev (= ${binary:Version})
35 Provides:
36 librust-proxmox-acme-rs+default-dev (= ${binary:Version}),
37 librust-proxmox-acme-rs-0-dev (= ${binary:Version}),
38 librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}),
39 librust-proxmox-acme-rs-0.4-dev (= ${binary:Version}),
40 librust-proxmox-acme-rs-0.4+default-dev (= ${binary:Version}),
41 librust-proxmox-acme-rs-0.4.0-dev (= ${binary:Version}),
42 librust-proxmox-acme-rs-0.4.0+default-dev (= ${binary:Version})
43 Description: ACME client library - Rust source code
44 This package contains the source for the Rust proxmox-acme-rs crate, packaged
45 by debcargo for use with cargo and dh-cargo.
46
47 Package: librust-proxmox-acme-rs+client-dev
48 Architecture: any
49 Multi-Arch: same
50 Depends:
51 ${misc:Depends},
52 librust-proxmox-acme-rs-dev (= ${binary:Version}),
53 librust-proxmox-acme-rs+ureq-dev (= ${binary:Version}),
54 librust-proxmox-acme-rs+native-tls-dev (= ${binary:Version})
55 Provides:
56 librust-proxmox-acme-rs-0+client-dev (= ${binary:Version}),
57 librust-proxmox-acme-rs-0.4+client-dev (= ${binary:Version}),
58 librust-proxmox-acme-rs-0.4.0+client-dev (= ${binary:Version})
59 Description: ACME client library - feature "client"
60 This metapackage enables feature "client" for the Rust proxmox-acme-rs crate,
61 by pulling in any additional dependencies needed by that feature.
62
63 Package: librust-proxmox-acme-rs+native-tls-dev
64 Architecture: any
65 Multi-Arch: same
66 Depends:
67 ${misc:Depends},
68 librust-proxmox-acme-rs-dev (= ${binary:Version}),
69 librust-native-tls-0.2+default-dev
70 Provides:
71 librust-proxmox-acme-rs-0+native-tls-dev (= ${binary:Version}),
72 librust-proxmox-acme-rs-0.4+native-tls-dev (= ${binary:Version}),
73 librust-proxmox-acme-rs-0.4.0+native-tls-dev (= ${binary:Version})
74 Description: ACME client library - feature "native-tls"
75 This metapackage enables feature "native-tls" for the Rust proxmox-acme-rs
76 crate, by pulling in any additional dependencies needed by that feature.
77
78 Package: librust-proxmox-acme-rs+ureq-dev
79 Architecture: any
80 Multi-Arch: same
81 Depends:
82 ${misc:Depends},
83 librust-proxmox-acme-rs-dev (= ${binary:Version}),
84 librust-ureq-2+gzip-dev (>= 2.4-~~),
85 librust-ureq-2+native-tls-dev (>= 2.4-~~)
86 Provides:
87 librust-proxmox-acme-rs-0+ureq-dev (= ${binary:Version}),
88 librust-proxmox-acme-rs-0.4+ureq-dev (= ${binary:Version}),
89 librust-proxmox-acme-rs-0.4.0+ureq-dev (= ${binary:Version})
90 Description: ACME client library - feature "ureq"
91 This metapackage enables feature "ureq" for the Rust proxmox-acme-rs crate, by
92 pulling in any additional dependencies needed by that feature.