File: control

package info (click to toggle)
rust-netlink-proto 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 188 kB
  • sloc: makefile: 2
file content (84 lines) | stat: -rw-r--r-- 3,517 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Source: rust-netlink-proto
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 25),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-bytes-1+default-dev <!nocheck>,
 librust-futures-0.3+default-dev <!nocheck>,
 librust-log-0.4+default-dev (>= 0.4.8-~~) <!nocheck>,
 librust-netlink-packet-core-0.4+default-dev (>= 0.4.2-~~) <!nocheck>,
 librust-netlink-sys-0.8+tokio-socket-dev (>= 0.8.3-~~) <!nocheck>,
 librust-netlink-sys-0.8-dev (>= 0.8.3-~~) <!nocheck>,
 librust-thiserror-1+default-dev (>= 1.0.30-~~) <!nocheck>,
 librust-tokio-1+io-util-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Reinhard Tartler <siretart@tauware.de>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/netlink-proto]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/netlink-proto
Homepage: https://github.com/little-dude/netlink
Rules-Requires-Root: no

Package: librust-netlink-proto-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-bytes-1+default-dev,
 librust-futures-0.3+default-dev,
 librust-log-0.4+default-dev (>= 0.4.8-~~),
 librust-netlink-packet-core-0.4+default-dev (>= 0.4.2-~~),
 librust-netlink-sys-0.8-dev (>= 0.8.3-~~),
 librust-thiserror-1+default-dev (>= 1.0.30-~~),
 librust-tokio-1+io-util-dev
Recommends:
 librust-netlink-proto+tokio-socket-dev (= ${binary:Version})
Suggests:
 librust-netlink-proto+smol-socket-dev (= ${binary:Version})
Provides:
 librust-netlink-proto-0-dev (= ${binary:Version}),
 librust-netlink-proto-0.10-dev (= ${binary:Version}),
 librust-netlink-proto-0.10.0-dev (= ${binary:Version})
Description: Async netlink protocol - Rust source code
 This package contains the source for the Rust netlink-proto crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-netlink-proto+smol-socket-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-netlink-proto-dev (= ${binary:Version}),
 librust-netlink-sys-0.8+smol-socket-dev (>= 0.8.3-~~)
Provides:
 librust-netlink-proto-0+smol-socket-dev (= ${binary:Version}),
 librust-netlink-proto-0.10+smol-socket-dev (= ${binary:Version}),
 librust-netlink-proto-0.10.0+smol-socket-dev (= ${binary:Version})
Description: Async netlink protocol - feature "smol_socket"
 This metapackage enables feature "smol_socket" for the Rust netlink-proto
 crate, by pulling in any additional dependencies needed by that feature.

Package: librust-netlink-proto+tokio-socket-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-netlink-proto-dev (= ${binary:Version}),
 librust-netlink-sys-0.8+tokio-socket-dev (>= 0.8.3-~~)
Provides:
 librust-netlink-proto+default-dev (= ${binary:Version}),
 librust-netlink-proto-0+tokio-socket-dev (= ${binary:Version}),
 librust-netlink-proto-0+default-dev (= ${binary:Version}),
 librust-netlink-proto-0.10+tokio-socket-dev (= ${binary:Version}),
 librust-netlink-proto-0.10+default-dev (= ${binary:Version}),
 librust-netlink-proto-0.10.0+tokio-socket-dev (= ${binary:Version}),
 librust-netlink-proto-0.10.0+default-dev (= ${binary:Version})
Description: Async netlink protocol - feature "tokio_socket" and 1 more
 This metapackage enables feature "tokio_socket" for the Rust netlink-proto
 crate, by pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "default" feature.