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