2025-05-06 07:03:28 +02:00
|
|
|
Source: rust-ssh2-config
|
|
|
|
Section: rust
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
|
|
|
Build-Depends:
|
|
|
|
debhelper-compat (= 13),
|
|
|
|
dh-sequence-cargo,
|
|
|
|
Build-Depends-Arch:
|
|
|
|
cargo:native <!nocheck>,
|
2025-05-17 08:50:14 +02:00
|
|
|
librust-anyhow-dev <!nocheck>,
|
|
|
|
librust-bitflags-dev <!nocheck>,
|
|
|
|
librust-dirs-dev <!nocheck>,
|
|
|
|
librust-git2-dev <!nocheck>,
|
|
|
|
librust-glob-dev <!nocheck>,
|
|
|
|
librust-log-dev <!nocheck>,
|
|
|
|
librust-openssl-probe-dev,
|
|
|
|
librust-thiserror-dev <!nocheck>,
|
|
|
|
librust-wildmatch-dev <!nocheck>,
|
2025-05-06 07:03:28 +02:00
|
|
|
libstd-rust-dev <!nocheck>,
|
|
|
|
rustc:native <!nocheck>,
|
|
|
|
Rules-Requires-Root: no
|
|
|
|
Standards-Version: 4.7.2
|
|
|
|
Homepage: https://github.com/veeso/ssh2-config
|
2025-05-17 07:45:21 +02:00
|
|
|
Vcs-Browser: https://forgejo.debian.net/forgejo-cli/rust-ssh2-config
|
|
|
|
Vcs-Git: https://forgejo.debian.net/forgejo-cli/rust-ssh2-config
|
2025-05-06 07:03:28 +02:00
|
|
|
X-Cargo-Crate: ssh2-config
|
|
|
|
|
|
|
|
Package: librust-ssh2-config-dev
|
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: same
|
|
|
|
Depends:
|
2025-05-17 09:13:28 +02:00
|
|
|
${cargo:Depends},
|
2025-05-06 07:03:28 +02:00
|
|
|
${misc:Depends},
|
2025-05-17 09:13:28 +02:00
|
|
|
${shlibs:Depends},
|
|
|
|
Recommends:
|
|
|
|
${cargo:Recommends},
|
2025-05-06 07:03:28 +02:00
|
|
|
Suggests:
|
2025-05-17 09:13:28 +02:00
|
|
|
${cargo:Suggests},
|
2025-05-06 07:03:28 +02:00
|
|
|
Provides:
|
2025-05-17 09:13:28 +02:00
|
|
|
${cargo:Provides},
|
|
|
|
Built-Using:
|
|
|
|
${cargo:Built-Using},
|
|
|
|
Static-Built-Using: ${cargo:Static-Built-Using}
|
2025-05-06 07:03:28 +02:00
|
|
|
Description: Ssh configuration parser for ssh2-rs - Rust source code
|
|
|
|
Source code for Debianized Rust crate "ssh2-config"
|
|
|
|
|
|
|
|
Package: librust-ssh2-config+nolog-dev
|
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: same
|
|
|
|
Depends:
|
2025-05-17 09:13:28 +02:00
|
|
|
${cargo:Depends},
|
2025-05-06 07:03:28 +02:00
|
|
|
${misc:Depends},
|
2025-05-17 09:13:28 +02:00
|
|
|
${shlibs:Depends},
|
|
|
|
Recommends:
|
|
|
|
${cargo:Recommends},
|
|
|
|
Suggests:
|
|
|
|
${cargo:Suggests},
|
2025-05-06 07:03:28 +02:00
|
|
|
Provides:
|
2025-05-17 09:13:28 +02:00
|
|
|
${cargo:Provides},
|
|
|
|
Built-Using:
|
|
|
|
${cargo:Built-Using},
|
|
|
|
Static-Built-Using: ${cargo:Static-Built-Using}
|
2025-05-06 07:03:28 +02:00
|
|
|
Description: Ssh configuration parser for ssh2-rs - feature "nolog"
|
|
|
|
This metapackage enables feature "nolog" for the Rust ssh2-config crate, by
|
|
|
|
pulling in any additional dependencies needed by that feature.
|