File: control

package info (click to toggle)
rust-serde-bytes 0.11.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: makefile: 2
file content (71 lines) | stat: -rw-r--r-- 2,692 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
Source: rust-serde-bytes
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 18),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-serde-1+std-dev <!nocheck>,
 librust-serde-1-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Wolfgang Silbermayr <wolfgang@silbermayr.at>
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/serde-bytes]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/serde-bytes
X-Cargo-Crate: serde_bytes

Package: librust-serde-bytes-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-serde-1-dev
Recommends:
 librust-serde-bytes+std-dev (= ${binary:Version})
Suggests:
 librust-serde-bytes+alloc-dev (= ${binary:Version})
Provides:
 librust-serde-bytes-0-dev (= ${binary:Version}),
 librust-serde-bytes-0.11-dev (= ${binary:Version}),
 librust-serde-bytes-0.11.5-dev (= ${binary:Version})
Description: Optimized serde handling of u8 Vec and array - Rust source code
 This package contains the source for the Rust serde_bytes crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-serde-bytes+alloc-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-serde-bytes-dev (= ${binary:Version}),
 librust-serde-1+alloc-dev
Provides:
 librust-serde-bytes-0+alloc-dev (= ${binary:Version}),
 librust-serde-bytes-0.11+alloc-dev (= ${binary:Version}),
 librust-serde-bytes-0.11.5+alloc-dev (= ${binary:Version})
Description: Optimized serde handling of u8 Vec and array - feature "alloc"
 This metapackage enables feature "alloc" for the Rust serde_bytes crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-serde-bytes+std-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-serde-bytes-dev (= ${binary:Version}),
 librust-serde-1+std-dev
Provides:
 librust-serde-bytes+default-dev (= ${binary:Version}),
 librust-serde-bytes-0+std-dev (= ${binary:Version}),
 librust-serde-bytes-0+default-dev (= ${binary:Version}),
 librust-serde-bytes-0.11+std-dev (= ${binary:Version}),
 librust-serde-bytes-0.11+default-dev (= ${binary:Version}),
 librust-serde-bytes-0.11.5+std-dev (= ${binary:Version}),
 librust-serde-bytes-0.11.5+default-dev (= ${binary:Version})
Description: Optimized serde handling of u8 Vec and array - feature "std" and 1 more
 This metapackage enables feature "std" for the Rust serde_bytes crate, by
 pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "default" feature.