forked from proxmox-mirrors/proxmox
147 lines
5.9 KiB
Plaintext
147 lines
5.9 KiB
Plaintext
Source: rust-proxmox-router
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-sequence-cargo,
|
|
cargo:native <!nocheck>,
|
|
rustc:native (>= 1.80) <!nocheck>,
|
|
libstd-rust-dev <!nocheck>,
|
|
librust-anyhow-1+default-dev <!nocheck>,
|
|
librust-env-logger-0.10+default-dev <!nocheck>,
|
|
librust-futures-0.3+default-dev <!nocheck>,
|
|
librust-http-0.2+default-dev <!nocheck>,
|
|
librust-hyper-0.14+default-dev (>= 0.14.5-~~) <!nocheck>,
|
|
librust-hyper-0.14+full-dev (>= 0.14.5-~~) <!nocheck>,
|
|
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
|
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
|
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
|
|
librust-proxmox-http-error-0.1+default-dev <!nocheck>,
|
|
librust-proxmox-schema-4+default-dev <!nocheck>,
|
|
librust-rustyline-9+default-dev <!nocheck>,
|
|
librust-serde-1+default-dev <!nocheck>,
|
|
librust-serde-1+derive-dev <!nocheck>,
|
|
librust-serde-json-1+default-dev <!nocheck>,
|
|
librust-serde-plain-1+default-dev <!nocheck>,
|
|
librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.7.0
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
|
Homepage: https://proxmox.com
|
|
X-Cargo-Crate: proxmox-router
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-router-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-anyhow-1+default-dev,
|
|
librust-futures-0.3+default-dev,
|
|
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
|
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
|
|
librust-proxmox-http-error-0.1+default-dev,
|
|
librust-proxmox-schema-4+default-dev,
|
|
librust-serde-1+default-dev,
|
|
librust-serde-1+derive-dev,
|
|
librust-serde-json-1+default-dev,
|
|
librust-serde-plain-1+default-dev,
|
|
librust-unicode-width-0.1+default-dev (>= 0.1.8-~~)
|
|
Recommends:
|
|
librust-proxmox-router+default-dev (= ${binary:Version})
|
|
Suggests:
|
|
librust-proxmox-router+cli-dev (= ${binary:Version}),
|
|
librust-proxmox-router+server-dev (= ${binary:Version}),
|
|
librust-proxmox-router+stream-dev (= ${binary:Version}),
|
|
librust-proxmox-router+test-harness-dev (= ${binary:Version})
|
|
Provides:
|
|
librust-proxmox-router-3-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0.1-dev (= ${binary:Version})
|
|
Description: Proxmox API Router and CLI utilities - Rust source code
|
|
Source code for Debianized Rust crate "proxmox-router"
|
|
|
|
Package: librust-proxmox-router+cli-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-router-dev (= ${binary:Version}),
|
|
librust-proxmox-router+stream-dev (= ${binary:Version}),
|
|
librust-env-logger-0.10+default-dev,
|
|
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
|
librust-rustyline-9+default-dev
|
|
Provides:
|
|
librust-proxmox-router-3+cli-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0+cli-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0.1+cli-dev (= ${binary:Version})
|
|
Description: Proxmox API Router and CLI utilities - feature "cli"
|
|
This metapackage enables feature "cli" for the Rust proxmox-router crate, by
|
|
pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-router+default-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-router-dev (= ${binary:Version}),
|
|
librust-proxmox-router+cli-dev (= ${binary:Version}),
|
|
librust-proxmox-router+server-dev (= ${binary:Version})
|
|
Provides:
|
|
librust-proxmox-router-3+default-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0.1+default-dev (= ${binary:Version})
|
|
Description: Proxmox API Router and CLI utilities - feature "default"
|
|
This metapackage enables feature "default" for the Rust proxmox-router crate,
|
|
by pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-router+server-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-router-dev (= ${binary:Version}),
|
|
librust-http-0.2+default-dev,
|
|
librust-hyper-0.14+default-dev (>= 0.14.5-~~),
|
|
librust-hyper-0.14+full-dev (>= 0.14.5-~~)
|
|
Provides:
|
|
librust-proxmox-router-3+server-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0+server-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0.1+server-dev (= ${binary:Version})
|
|
Description: Proxmox API Router and CLI utilities - feature "server"
|
|
This metapackage enables feature "server" for the Rust proxmox-router crate, by
|
|
pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-router+stream-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-router-dev (= ${binary:Version}),
|
|
librust-hyper-0.14+default-dev (>= 0.14.5-~~),
|
|
librust-hyper-0.14+full-dev (>= 0.14.5-~~)
|
|
Provides:
|
|
librust-proxmox-router-3+stream-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0+stream-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0.1+stream-dev (= ${binary:Version})
|
|
Description: Proxmox API Router and CLI utilities - feature "stream"
|
|
This metapackage enables feature "stream" for the Rust proxmox-router crate, by
|
|
pulling in any additional dependencies needed by that feature.
|
|
|
|
Package: librust-proxmox-router+test-harness-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-proxmox-router-dev (= ${binary:Version}),
|
|
librust-proxmox-schema-4+test-harness-dev
|
|
Provides:
|
|
librust-proxmox-router-3+test-harness-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0+test-harness-dev (= ${binary:Version}),
|
|
librust-proxmox-router-3.0.1+test-harness-dev (= ${binary:Version})
|
|
Description: Proxmox API Router and CLI utilities - feature "test-harness"
|
|
This metapackage enables feature "test-harness" for the Rust proxmox-router
|
|
crate, by pulling in any additional dependencies needed by that feature.
|