]> git.proxmox.com Git - proxmox.git/blame - proxmox-acme/debian/control
bump proxmox-acme to 0.5.1
[proxmox.git] / proxmox-acme / debian / control
CommitLineData
6773460d 1Source: rust-proxmox-acme
aa230682
WB
2Section: rust
3Priority: optional
cb89d97d 4Build-Depends: debhelper (>= 12),
abc0bdd0 5 dh-cargo (>= 25),
aa230682
WB
6 cargo:native <!nocheck>,
7 rustc:native <!nocheck>,
8 libstd-rust-dev <!nocheck>,
fb547f59 9 librust-base64-0.13+default-dev <!nocheck>,
54784e59 10 librust-openssl-0.10+default-dev <!nocheck>,
aa230682
WB
11 librust-serde-1+default-dev <!nocheck>,
12 librust-serde-1+derive-dev <!nocheck>,
13 librust-serde-json-1+default-dev <!nocheck>
14Maintainer: Proxmox Support Team <support@proxmox.com>
c67a13f1 15Standards-Version: 4.6.2
aa230682
WB
16Vcs-Git:
17Vcs-Browser:
54784e59 18Homepage: https://proxmox.com
6773460d 19X-Cargo-Crate: proxmox-acme
cb89d97d 20Rules-Requires-Root: no
aa230682 21
6773460d 22Package: librust-proxmox-acme-dev
aa230682
WB
23Architecture: any
24Multi-Arch: same
25Depends:
26 ${misc:Depends},
fb547f59 27 librust-base64-0.13+default-dev,
54784e59 28 librust-openssl-0.10+default-dev,
aa230682
WB
29 librust-serde-1+default-dev,
30 librust-serde-1+derive-dev,
31 librust-serde-json-1+default-dev
32Suggests:
c67a13f1 33 librust-proxmox-acme+api-types-dev (= ${binary:Version}),
6773460d
WB
34 librust-proxmox-acme+client-dev (= ${binary:Version}),
35 librust-proxmox-acme+native-tls-dev (= ${binary:Version}),
36 librust-proxmox-acme+ureq-dev (= ${binary:Version})
aa230682 37Provides:
6773460d
WB
38 librust-proxmox-acme+default-dev (= ${binary:Version}),
39 librust-proxmox-acme-0-dev (= ${binary:Version}),
40 librust-proxmox-acme-0+default-dev (= ${binary:Version}),
54784e59
WB
41 librust-proxmox-acme-0.5-dev (= ${binary:Version}),
42 librust-proxmox-acme-0.5+default-dev (= ${binary:Version}),
c67a13f1
WB
43 librust-proxmox-acme-0.5.1-dev (= ${binary:Version}),
44 librust-proxmox-acme-0.5.1+default-dev (= ${binary:Version})
aa230682 45Description: ACME client library - Rust source code
c67a13f1
WB
46 Source code for Debianized Rust crate "proxmox-acme"
47
48Package: librust-proxmox-acme+api-types-dev
49Architecture: any
50Multi-Arch: same
51Depends:
52 ${misc:Depends},
53 librust-proxmox-acme-dev (= ${binary:Version}),
54 librust-proxmox-schema-3+api-macro-dev,
55 librust-proxmox-schema-3+default-dev
56Provides:
57 librust-proxmox-acme-0+api-types-dev (= ${binary:Version}),
58 librust-proxmox-acme-0.5+api-types-dev (= ${binary:Version}),
59 librust-proxmox-acme-0.5.1+api-types-dev (= ${binary:Version})
60Description: ACME client library - feature "api-types"
61 This metapackage enables feature "api-types" for the Rust proxmox-acme crate,
62 by pulling in any additional dependencies needed by that feature.
aa230682 63
6773460d 64Package: librust-proxmox-acme+client-dev
aa230682
WB
65Architecture: any
66Multi-Arch: same
67Depends:
68 ${misc:Depends},
6773460d
WB
69 librust-proxmox-acme-dev (= ${binary:Version}),
70 librust-proxmox-acme+ureq-dev (= ${binary:Version}),
71 librust-proxmox-acme+native-tls-dev (= ${binary:Version})
aa230682 72Provides:
6773460d 73 librust-proxmox-acme-0+client-dev (= ${binary:Version}),
54784e59 74 librust-proxmox-acme-0.5+client-dev (= ${binary:Version}),
c67a13f1 75 librust-proxmox-acme-0.5.1+client-dev (= ${binary:Version})
abc0bdd0 76Description: ACME client library - feature "client"
54784e59
WB
77 This metapackage enables feature "client" for the Rust proxmox-acme crate, by
78 pulling in any additional dependencies needed by that feature.
abc0bdd0 79
6773460d 80Package: librust-proxmox-acme+native-tls-dev
abc0bdd0
WB
81Architecture: any
82Multi-Arch: same
83Depends:
84 ${misc:Depends},
6773460d 85 librust-proxmox-acme-dev (= ${binary:Version}),
abc0bdd0
WB
86 librust-native-tls-0.2+default-dev
87Provides:
6773460d 88 librust-proxmox-acme-0+native-tls-dev (= ${binary:Version}),
54784e59 89 librust-proxmox-acme-0.5+native-tls-dev (= ${binary:Version}),
c67a13f1 90 librust-proxmox-acme-0.5.1+native-tls-dev (= ${binary:Version})
abc0bdd0 91Description: ACME client library - feature "native-tls"
54784e59
WB
92 This metapackage enables feature "native-tls" for the Rust proxmox-acme crate,
93 by pulling in any additional dependencies needed by that feature.
abc0bdd0 94
6773460d 95Package: librust-proxmox-acme+ureq-dev
abc0bdd0
WB
96Architecture: any
97Multi-Arch: same
98Depends:
99 ${misc:Depends},
6773460d 100 librust-proxmox-acme-dev (= ${binary:Version}),
abc0bdd0
WB
101 librust-ureq-2+gzip-dev (>= 2.4-~~),
102 librust-ureq-2+native-tls-dev (>= 2.4-~~)
103Provides:
6773460d 104 librust-proxmox-acme-0+ureq-dev (= ${binary:Version}),
54784e59 105 librust-proxmox-acme-0.5+ureq-dev (= ${binary:Version}),
c67a13f1 106 librust-proxmox-acme-0.5.1+ureq-dev (= ${binary:Version})
abc0bdd0 107Description: ACME client library - feature "ureq"
6773460d 108 This metapackage enables feature "ureq" for the Rust proxmox-acme crate, by
abc0bdd0 109 pulling in any additional dependencies needed by that feature.