File: control

package info (click to toggle)
rust-hex 0.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: makefile: 2
file content (58 lines) | stat: -rw-r--r-- 2,159 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
Source: rust-hex
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Ximin Luo <infinity0@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/hex]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/hex
Homepage: https://github.com/KokaKiwi/rust-hex
X-Cargo-Crate: hex
Rules-Requires-Root: no

Package: librust-hex-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends}
Suggests:
 librust-hex+serde-dev (= ${binary:Version})
Provides:
 librust-hex+alloc-dev (= ${binary:Version}),
 librust-hex+default-dev (= ${binary:Version}),
 librust-hex+std-dev (= ${binary:Version}),
 librust-hex-0-dev (= ${binary:Version}),
 librust-hex-0+alloc-dev (= ${binary:Version}),
 librust-hex-0+default-dev (= ${binary:Version}),
 librust-hex-0+std-dev (= ${binary:Version}),
 librust-hex-0.4-dev (= ${binary:Version}),
 librust-hex-0.4+alloc-dev (= ${binary:Version}),
 librust-hex-0.4+default-dev (= ${binary:Version}),
 librust-hex-0.4+std-dev (= ${binary:Version}),
 librust-hex-0.4.3-dev (= ${binary:Version}),
 librust-hex-0.4.3+alloc-dev (= ${binary:Version}),
 librust-hex-0.4.3+default-dev (= ${binary:Version}),
 librust-hex-0.4.3+std-dev (= ${binary:Version})
Description: Encoding and decoding data into/from hexadecimal representation - Rust source code
 Source code for Debianized Rust crate "hex"

Package: librust-hex+serde-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-hex-dev (= ${binary:Version}),
 librust-serde-1-dev
Provides:
 librust-hex-0+serde-dev (= ${binary:Version}),
 librust-hex-0.4+serde-dev (= ${binary:Version}),
 librust-hex-0.4.3+serde-dev (= ${binary:Version})
Description: Encoding and decoding data into/from hexadecimal representation - feature "serde"
 This metapackage enables feature "serde" for the Rust hex crate, by pulling in
 any additional dependencies needed by that feature.