mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 07:36:01 +00:00
drop -rs suffix
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a1b59c8a23
commit
6773460d89
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-acme-rs"
|
name = "proxmox-acme"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Source: rust-proxmox-acme-rs
|
Source: rust-proxmox-acme
|
||||||
Section: rust
|
Section: rust
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 12),
|
Build-Depends: debhelper (>= 12),
|
||||||
@ -15,10 +15,10 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
|
|||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Git:
|
Vcs-Git:
|
||||||
Vcs-Browser:
|
Vcs-Browser:
|
||||||
X-Cargo-Crate: proxmox-acme-rs
|
X-Cargo-Crate: proxmox-acme
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: librust-proxmox-acme-rs-dev
|
Package: librust-proxmox-acme-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
@ -29,64 +29,64 @@ Depends:
|
|||||||
librust-serde-1+derive-dev,
|
librust-serde-1+derive-dev,
|
||||||
librust-serde-json-1+default-dev
|
librust-serde-json-1+default-dev
|
||||||
Suggests:
|
Suggests:
|
||||||
librust-proxmox-acme-rs+client-dev (= ${binary:Version}),
|
librust-proxmox-acme+client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs+native-tls-dev (= ${binary:Version}),
|
librust-proxmox-acme+native-tls-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs+ureq-dev (= ${binary:Version})
|
librust-proxmox-acme+ureq-dev (= ${binary:Version})
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-acme-rs+default-dev (= ${binary:Version}),
|
librust-proxmox-acme+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0-dev (= ${binary:Version}),
|
librust-proxmox-acme-0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}),
|
librust-proxmox-acme-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4-dev (= ${binary:Version}),
|
librust-proxmox-acme-0.4-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4+default-dev (= ${binary:Version}),
|
librust-proxmox-acme-0.4+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4.0-dev (= ${binary:Version}),
|
librust-proxmox-acme-0.4.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4.0+default-dev (= ${binary:Version})
|
librust-proxmox-acme-0.4.0+default-dev (= ${binary:Version})
|
||||||
Description: ACME client library - Rust source code
|
Description: ACME client library - Rust source code
|
||||||
This package contains the source for the Rust proxmox-acme-rs crate, packaged
|
This package contains the source for the Rust proxmox-acme crate, packaged
|
||||||
by debcargo for use with cargo and dh-cargo.
|
by debcargo for use with cargo and dh-cargo.
|
||||||
|
|
||||||
Package: librust-proxmox-acme-rs+client-dev
|
Package: librust-proxmox-acme+client-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-acme-rs-dev (= ${binary:Version}),
|
librust-proxmox-acme-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs+ureq-dev (= ${binary:Version}),
|
librust-proxmox-acme+ureq-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs+native-tls-dev (= ${binary:Version})
|
librust-proxmox-acme+native-tls-dev (= ${binary:Version})
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-acme-rs-0+client-dev (= ${binary:Version}),
|
librust-proxmox-acme-0+client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4+client-dev (= ${binary:Version}),
|
librust-proxmox-acme-0.4+client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4.0+client-dev (= ${binary:Version})
|
librust-proxmox-acme-0.4.0+client-dev (= ${binary:Version})
|
||||||
Description: ACME client library - feature "client"
|
Description: ACME client library - feature "client"
|
||||||
This metapackage enables feature "client" for the Rust proxmox-acme-rs crate,
|
This metapackage enables feature "client" for the Rust proxmox-acme crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
|
||||||
Package: librust-proxmox-acme-rs+native-tls-dev
|
Package: librust-proxmox-acme+native-tls-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-acme-rs-dev (= ${binary:Version}),
|
librust-proxmox-acme-dev (= ${binary:Version}),
|
||||||
librust-native-tls-0.2+default-dev
|
librust-native-tls-0.2+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-acme-rs-0+native-tls-dev (= ${binary:Version}),
|
librust-proxmox-acme-0+native-tls-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4+native-tls-dev (= ${binary:Version}),
|
librust-proxmox-acme-0.4+native-tls-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4.0+native-tls-dev (= ${binary:Version})
|
librust-proxmox-acme-0.4.0+native-tls-dev (= ${binary:Version})
|
||||||
Description: ACME client library - feature "native-tls"
|
Description: ACME client library - feature "native-tls"
|
||||||
This metapackage enables feature "native-tls" for the Rust proxmox-acme-rs
|
This metapackage enables feature "native-tls" for the Rust proxmox-acme
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
|
|
||||||
Package: librust-proxmox-acme-rs+ureq-dev
|
Package: librust-proxmox-acme+ureq-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-acme-rs-dev (= ${binary:Version}),
|
librust-proxmox-acme-dev (= ${binary:Version}),
|
||||||
librust-ureq-2+gzip-dev (>= 2.4-~~),
|
librust-ureq-2+gzip-dev (>= 2.4-~~),
|
||||||
librust-ureq-2+native-tls-dev (>= 2.4-~~)
|
librust-ureq-2+native-tls-dev (>= 2.4-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-acme-rs-0+ureq-dev (= ${binary:Version}),
|
librust-proxmox-acme-0+ureq-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4+ureq-dev (= ${binary:Version}),
|
librust-proxmox-acme-0.4+ureq-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-rs-0.4.0+ureq-dev (= ${binary:Version})
|
librust-proxmox-acme-0.4.0+ureq-dev (= ${binary:Version})
|
||||||
Description: ACME client library - feature "ureq"
|
Description: ACME client library - feature "ureq"
|
||||||
This metapackage enables feature "ureq" for the Rust proxmox-acme-rs crate, by
|
This metapackage enables feature "ureq" for the Rust proxmox-acme crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user