File: control

package info (click to toggle)
rust-ssh2-config 0.5.4-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 344 kB
  • sloc: makefile: 2
file content (65 lines) | stat: -rw-r--r-- 1,756 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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>,
 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>,
 libstd-rust-dev <!nocheck>,
 rustc:native <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/veeso/ssh2-config
Vcs-Browser: https://forgejo.debian.net/rust/rust-ssh2-config
Vcs-Git: https://forgejo.debian.net/rust/rust-ssh2-config
X-Cargo-Crate: ssh2-config

Package: librust-ssh2-config-dev
Architecture: any
Multi-Arch: same
Depends:
 ${cargo:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${cargo:Recommends},
Suggests:
 ${cargo:Suggests},
Provides:
 ${cargo:Provides},
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using: ${cargo:Static-Built-Using}
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:
 ${cargo:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${cargo:Recommends},
Suggests:
 ${cargo:Suggests},
Provides:
 ${cargo:Provides},
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using: ${cargo:Static-Built-Using}
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.