File: control

package info (click to toggle)
rust-ordermap 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 276 kB
  • sloc: makefile: 2
file content (78 lines) | stat: -rw-r--r-- 3,208 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
Source: rust-ordermap
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 10),
 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.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/ordermap]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ordermap

Package: librust-ordermap-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends}
Suggests:
 librust-ordermap+serde-dev (= ${binary:Version}),
 librust-ordermap+serde-1-dev (= ${binary:Version})
Provides:
 librust-ordermap+default-dev (= ${binary:Version}),
 librust-ordermap+test-debug-dev (= ${binary:Version}),
 librust-ordermap+test-low-transition-point-dev (= ${binary:Version}),
 librust-ordermap-0-dev (= ${binary:Version}),
 librust-ordermap-0+default-dev (= ${binary:Version}),
 librust-ordermap-0+test-debug-dev (= ${binary:Version}),
 librust-ordermap-0+test-low-transition-point-dev (= ${binary:Version}),
 librust-ordermap-0.4-dev (= ${binary:Version}),
 librust-ordermap-0.4+default-dev (= ${binary:Version}),
 librust-ordermap-0.4+test-debug-dev (= ${binary:Version}),
 librust-ordermap-0.4+test-low-transition-point-dev (= ${binary:Version}),
 librust-ordermap-0.4.2-dev (= ${binary:Version}),
 librust-ordermap-0.4.2+default-dev (= ${binary:Version}),
 librust-ordermap-0.4.2+test-debug-dev (= ${binary:Version}),
 librust-ordermap-0.4.2+test-low-transition-point-dev (= ${binary:Version})
Description: Hash table with consistent order and fast iteration - Rust source code
 NOTE: This crate was renamed to indexmap. Please use it under its new name.
 .
 This package contains the source for the Rust ordermap crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-ordermap+serde-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-ordermap-dev (= ${binary:Version}),
 librust-serde-1+default-dev
Provides:
 librust-ordermap-0+serde-dev (= ${binary:Version}),
 librust-ordermap-0.4+serde-dev (= ${binary:Version}),
 librust-ordermap-0.4.2+serde-dev (= ${binary:Version})
Description: Hash table with consistent order and fast iteration - feature "serde"
 NOTE: This crate was renamed to indexmap. Please use it under its new name.
 .
 This metapackage enables feature serde for the Rust ordermap crate, by pulling
 in any additional dependencies needed by that feature.

Package: librust-ordermap+serde-1-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-ordermap-dev (= ${binary:Version}),
 librust-serde-1+default-dev
Provides:
 librust-ordermap-0+serde-1-dev (= ${binary:Version}),
 librust-ordermap-0.4+serde-1-dev (= ${binary:Version}),
 librust-ordermap-0.4.2+serde-1-dev (= ${binary:Version})
Description: Hash table with consistent order and fast iteration - feature "serde-1"
 NOTE: This crate was renamed to indexmap. Please use it under its new name.
 .
 This metapackage enables feature serde-1 for the Rust ordermap crate, by
 pulling in any additional dependencies needed by that feature.