forked from Proxmox/proxmox
5b90667d05
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
154 lines
5.9 KiB
Plaintext
154 lines
5.9 KiB
Plaintext
Source: rust-proxmox-http
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 25),
|
|
cargo:native <!nocheck>,
|
|
rustc:native <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-anyhow-1+default-dev <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-http-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-anyhow-1+default-dev
|
|
Suggests:
|
|
librust-proxmox-http+client-dev (= ${binary:Version}),
|
|
librust-proxmox-http+client-sync-dev (= ${binary:Version}),
|
|
librust-proxmox-http+client-trait-dev (= ${binary:Version}),
|
|
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
|
|
librust-proxmox-http+proxmox-async-dev (= ${binary:Version}),
|
|
librust-proxmox-http+websocket-dev (= ${binary:Version})
|
|
Provides:
|
|
librust-proxmox-http+default-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7+default-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7.0-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7.0+default-dev (= ${binary:Version})
|
|
Description: Proxmox HTTP library - Rust source code
|
|
This package contains the source for the Rust proxmox-http crate, packaged by
|
|
debcargo for use with cargo and dh-cargo.
|
|
|
|
Package: librust-proxmox-http+client-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-http-dev (= ${binary:Version}),
|
|
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
|
|
librust-futures-0.3+default-dev,
|
|
librust-hyper-0.14+full-dev,
|
|
librust-hyper-0.14-dev,
|
|
librust-openssl-0.10+default-dev,
|
|
librust-tokio-1+default-dev,
|
|
librust-tokio-1+io-util-dev,
|
|
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
|
|
Provides:
|
|
librust-proxmox-http-0+client-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7+client-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7.0+client-dev (= ${binary:Version})
|
|
Description: Proxmox HTTP library - feature "client"
|
|
This metapackage enables feature "client" for the Rust proxmox-http crate, by
|
|
pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-http+client-sync-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-http-dev (= ${binary:Version}),
|
|
librust-proxmox-http+client-trait-dev (= ${binary:Version}),
|
|
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
|
|
librust-ureq-2+default-dev (>= 2.4-~~),
|
|
librust-ureq-2+native-certs-dev (>= 2.4-~~)
|
|
Provides:
|
|
librust-proxmox-http-0+client-sync-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7+client-sync-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7.0+client-sync-dev (= ${binary:Version})
|
|
Description: Proxmox HTTP library - feature "client-sync"
|
|
This metapackage enables feature "client-sync" for the Rust proxmox-http crate,
|
|
by pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-http+client-trait-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-http-dev (= ${binary:Version}),
|
|
librust-http-0.2+default-dev
|
|
Provides:
|
|
librust-proxmox-http-0+client-trait-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7+client-trait-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7.0+client-trait-dev (= ${binary:Version})
|
|
Description: Proxmox HTTP library - feature "client-trait"
|
|
This metapackage enables feature "client-trait" for the Rust proxmox-http
|
|
crate, by pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-http+http-helpers-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-http-dev (= ${binary:Version}),
|
|
librust-base64-0.13+default-dev,
|
|
librust-http-0.2+default-dev,
|
|
librust-proxmox-sys-0.4+default-dev,
|
|
librust-serde-json-1+default-dev,
|
|
librust-url-2+default-dev
|
|
Provides:
|
|
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7+http-helpers-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7.0+http-helpers-dev (= ${binary:Version})
|
|
Description: Proxmox HTTP library - feature "http-helpers"
|
|
This metapackage enables feature "http-helpers" for the Rust proxmox-http
|
|
crate, by pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-http+proxmox-async-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-http-dev (= ${binary:Version}),
|
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~)
|
|
Provides:
|
|
librust-proxmox-http-0+proxmox-async-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7+proxmox-async-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7.0+proxmox-async-dev (= ${binary:Version})
|
|
Description: Proxmox HTTP library - feature "proxmox-async"
|
|
This metapackage enables feature "proxmox-async" for the Rust proxmox-http
|
|
crate, by pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-http+websocket-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-http-dev (= ${binary:Version}),
|
|
librust-base64-0.13+default-dev,
|
|
librust-futures-0.3+default-dev,
|
|
librust-hyper-0.14-dev,
|
|
librust-openssl-0.10+default-dev,
|
|
librust-proxmox-io-1+default-dev,
|
|
librust-proxmox-io-1+tokio-dev,
|
|
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
|
librust-proxmox-sys-0.4+default-dev,
|
|
librust-tokio-1+default-dev,
|
|
librust-tokio-1+io-util-dev,
|
|
librust-tokio-1+sync-dev
|
|
Provides:
|
|
librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7+websocket-dev (= ${binary:Version}),
|
|
librust-proxmox-http-0.7.0+websocket-dev (= ${binary:Version})
|
|
Description: Proxmox HTTP library - feature "websocket"
|
|
This metapackage enables feature "websocket" for the Rust proxmox-http crate,
|
|
by pulling in any additional dependencies needed by that feature.
|