File: control

package info (click to toggle)
rust-futures-cpupool 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: makefile: 2
file content (54 lines) | stat: -rw-r--r-- 2,294 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
Source: rust-futures-cpupool
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 10),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-futures-0.1+use-std-dev <!nocheck>,
 librust-futures-0.1+with-deprecated-dev <!nocheck>,
 librust-num-cpus-1+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Wolfgang Silbermayr <wolfgang@silbermayr.at>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/futures-cpupool]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/futures-cpupool
Homepage: https://github.com/alexcrichton/futures-rs

Package: librust-futures-cpupool-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-futures-0.1+use-std-dev,
 librust-num-cpus-1+default-dev
Recommends:
 librust-futures-cpupool+with-deprecated-dev (= ${binary:Version})
Provides:
 librust-futures-cpupool-0-dev (= ${binary:Version}),
 librust-futures-cpupool-0.1-dev (= ${binary:Version}),
 librust-futures-cpupool-0.1.8-dev (= ${binary:Version})
Description: Thread pools implementation which hand out futures - Rust source code
 This package contains the source for the Rust futures-cpupool crate, packaged
 by debcargo for use with cargo and dh-cargo.

Package: librust-futures-cpupool+with-deprecated-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-futures-cpupool-dev (= ${binary:Version}),
 librust-futures-0.1+with-deprecated-dev
Provides:
 librust-futures-cpupool+default-dev (= ${binary:Version}),
 librust-futures-cpupool-0+with-deprecated-dev (= ${binary:Version}),
 librust-futures-cpupool-0+default-dev (= ${binary:Version}),
 librust-futures-cpupool-0.1+with-deprecated-dev (= ${binary:Version}),
 librust-futures-cpupool-0.1+default-dev (= ${binary:Version}),
 librust-futures-cpupool-0.1.8+with-deprecated-dev (= ${binary:Version}),
 librust-futures-cpupool-0.1.8+default-dev (= ${binary:Version})
Description: Thread pools implementation which hand out futures - feature "with-deprecated"
 This metapackage enables feature with-deprecated for the Rust futures-cpupool
 crate, by pulling in any additional dependencies needed by that feature.