File: control

package info (click to toggle)
rust-lock-api-0.1 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: makefile: 4
file content (63 lines) | stat: -rw-r--r-- 2,415 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
Source: rust-lock-api-0.1
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 18),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-scopeguard-0.3-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/lock-api-0.1]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/lock-api-0.1
X-Cargo-Crate: lock_api

Package: librust-lock-api-0.1-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-scopeguard-0.3-dev
Suggests:
 librust-lock-api-0.1+owning-ref-dev (= ${binary:Version})
Provides:
 librust-lock-api-dev (= ${binary:Version}),
 librust-lock-api+default-dev (= ${binary:Version}),
 librust-lock-api+nightly-dev (= ${binary:Version}),
 librust-lock-api-0-dev (= ${binary:Version}),
 librust-lock-api-0+default-dev (= ${binary:Version}),
 librust-lock-api-0+nightly-dev (= ${binary:Version}),
 librust-lock-api-0.1+default-dev (= ${binary:Version}),
 librust-lock-api-0.1+nightly-dev (= ${binary:Version}),
 librust-lock-api-0.1.5-dev (= ${binary:Version}),
 librust-lock-api-0.1.5+default-dev (= ${binary:Version}),
 librust-lock-api-0.1.5+nightly-dev (= ${binary:Version})
Replaces: librust-lock-api-dev (<< 0.1.6-~~)
Breaks: librust-lock-api-dev (<< 0.1.6-~~)
Description: Wrappers to create fully-featured Mutex and RwLock types - Rust source code
 Compatible with no_std.
 .
 This package contains the source for the Rust lock_api crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-lock-api-0.1+owning-ref-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-lock-api-0.1-dev (= ${binary:Version}),
 librust-owning-ref-0.4+default-dev
Provides:
 librust-lock-api+owning-ref-dev (= ${binary:Version}),
 librust-lock-api-0+owning-ref-dev (= ${binary:Version}),
 librust-lock-api-0.1.5+owning-ref-dev (= ${binary:Version})
Description: Wrappers to create fully-featured Mutex and RwLock types - feature "owning_ref"
 Compatible with no_std.
 .
 This metapackage enables feature "owning_ref" for the Rust lock_api crate, by
 pulling in any additional dependencies needed by that feature.