File: control

package info (click to toggle)
rust-parking-lot-0.7 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 284 kB
  • sloc: makefile: 2
file content (94 lines) | stat: -rw-r--r-- 3,861 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
85
86
87
88
89
90
91
92
93
94
Source: rust-parking-lot-0.7
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 18),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-lock-api-0.1+default-dev <!nocheck>,
 librust-lock-api-0.1+owning-ref-dev <!nocheck>,
 librust-parking-lot-core-0.4+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Sylvestre Ledru <sylvestre@debian.org>,
 Wolfgang Silbermayr <wolfgang@silbermayr.at>,
 kpcyrd <git@rxv.cc>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/parking-lot-0.7]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/parking-lot-0.7
X-Cargo-Crate: parking_lot

Package: librust-parking-lot-0.7-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-lock-api-0.1+default-dev,
 librust-parking-lot-core-0.4+default-dev
Recommends:
 librust-parking-lot-0.7+owning-ref-dev (= ${binary:Version})
Suggests:
 librust-parking-lot-0.7+deadlock-detection-dev (= ${binary:Version}),
 librust-parking-lot-0.7+nightly-dev (= ${binary:Version})
Provides:
 librust-parking-lot-dev (= ${binary:Version}),
 librust-parking-lot-0-dev (= ${binary:Version}),
 librust-parking-lot-0.7.1-dev (= ${binary:Version})
Replaces: librust-parking-lot-dev (<< 0.7.2-~~)
Breaks: librust-parking-lot-dev (<< 0.7.2-~~)
Description: Compact, efficient std sync primitives - Rust source code
 This package contains the source for the Rust parking_lot crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-parking-lot-0.7+deadlock-detection-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-parking-lot-0.7-dev (= ${binary:Version}),
 librust-parking-lot-core-0.4+deadlock-detection-dev
Provides:
 librust-parking-lot+deadlock-detection-dev (= ${binary:Version}),
 librust-parking-lot-0+deadlock-detection-dev (= ${binary:Version}),
 librust-parking-lot-0.7.1+deadlock-detection-dev (= ${binary:Version})
Description: Compact, efficient std sync primitives - feature "deadlock_detection"
 This metapackage enables feature "deadlock_detection" for the Rust parking_lot
 crate, by pulling in any additional dependencies needed by that feature.

Package: librust-parking-lot-0.7+nightly-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-parking-lot-0.7-dev (= ${binary:Version}),
 librust-lock-api-0.1+nightly-dev,
 librust-parking-lot-core-0.4+nightly-dev
Provides:
 librust-parking-lot+nightly-dev (= ${binary:Version}),
 librust-parking-lot-0+nightly-dev (= ${binary:Version}),
 librust-parking-lot-0.7.1+nightly-dev (= ${binary:Version})
Description: Compact, efficient std sync primitives - feature "nightly"
 This metapackage enables feature "nightly" for the Rust parking_lot crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-parking-lot-0.7+owning-ref-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-parking-lot-0.7-dev (= ${binary:Version}),
 librust-lock-api-0.1+owning-ref-dev
Provides:
 librust-parking-lot+owning-ref-dev (= ${binary:Version}),
 librust-parking-lot+default-dev (= ${binary:Version}),
 librust-parking-lot-0+owning-ref-dev (= ${binary:Version}),
 librust-parking-lot-0+default-dev (= ${binary:Version}),
 librust-parking-lot-0.7+default-dev (= ${binary:Version}),
 librust-parking-lot-0.7.1+owning-ref-dev (= ${binary:Version}),
 librust-parking-lot-0.7.1+default-dev (= ${binary:Version})
Description: Compact, efficient std sync primitives - feature "owning_ref" and 1 more
 This metapackage enables feature "owning_ref" for the Rust parking_lot crate,
 by pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "default" feature.