File: control

package info (click to toggle)
rust-simple-logger 1.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: makefile: 4
file content (124 lines) | stat: -rw-r--r-- 5,543 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Source: rust-simple-logger
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 25),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-atty-0.2+default-dev (>= 0.2.13-~~) <!nocheck>,
 librust-colored-2+default-dev <!nocheck>,
 librust-log-0.4+default-dev (>= 0.4.5-~~) <!nocheck>,
 librust-log-0.4+std-dev (>= 0.4.5-~~) <!nocheck>,
 librust-time-0.3+default-dev (>= 0.3.5-~~) <!nocheck>,
 librust-time-0.3+formatting-dev (>= 0.3.5-~~) <!nocheck>,
 librust-time-0.3+local-offset-dev (>= 0.3.5-~~) <!nocheck>,
 librust-time-0.3+macros-dev (>= 0.3.5-~~) <!nocheck>,
 librust-winapi-0.3+default-dev <!nocheck>,
 librust-winapi-0.3+handleapi-dev <!nocheck>,
 librust-winapi-0.3+winbase-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 James McCoy <jamessan@debian.org>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/simple-logger]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/simple-logger
X-Cargo-Crate: simple_logger
Rules-Requires-Root: no

Package: librust-simple-logger-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-atty-0.2+default-dev (>= 0.2.13-~~),
 librust-log-0.4+default-dev (>= 0.4.5-~~),
 librust-log-0.4+std-dev (>= 0.4.5-~~),
 librust-winapi-0.3+default-dev,
 librust-winapi-0.3+handleapi-dev,
 librust-winapi-0.3+winbase-dev
Recommends:
 librust-simple-logger+default-dev (= ${binary:Version})
Suggests:
 librust-simple-logger+colored-dev (= ${binary:Version}),
 librust-simple-logger+time-dev (= ${binary:Version})
Provides:
 librust-simple-logger+nightly-dev (= ${binary:Version}),
 librust-simple-logger+stderr-dev (= ${binary:Version}),
 librust-simple-logger+threads-dev (= ${binary:Version}),
 librust-simple-logger-1-dev (= ${binary:Version}),
 librust-simple-logger-1+nightly-dev (= ${binary:Version}),
 librust-simple-logger-1+stderr-dev (= ${binary:Version}),
 librust-simple-logger-1+threads-dev (= ${binary:Version}),
 librust-simple-logger-1.16-dev (= ${binary:Version}),
 librust-simple-logger-1.16+nightly-dev (= ${binary:Version}),
 librust-simple-logger-1.16+stderr-dev (= ${binary:Version}),
 librust-simple-logger-1.16+threads-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0+nightly-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0+stderr-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0+threads-dev (= ${binary:Version})
Description: Logger that prints all messages with a readable output format - Rust source code
 This package contains the source for the Rust simple_logger crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-simple-logger+colored-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-simple-logger-dev (= ${binary:Version}),
 librust-colored-2+default-dev
Provides:
 librust-simple-logger+colors-dev (= ${binary:Version}),
 librust-simple-logger-1+colored-dev (= ${binary:Version}),
 librust-simple-logger-1+colors-dev (= ${binary:Version}),
 librust-simple-logger-1.16+colored-dev (= ${binary:Version}),
 librust-simple-logger-1.16+colors-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0+colored-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0+colors-dev (= ${binary:Version})
Description: Logger that prints all messages with a readable output format - feature "colored" and 1 more
 This metapackage enables feature "colored" for the Rust simple_logger crate, by
 pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "colors" feature.

Package: librust-simple-logger+default-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-simple-logger-dev (= ${binary:Version}),
 librust-simple-logger+colors-dev (= ${binary:Version}),
 librust-simple-logger+timestamps-dev (= ${binary:Version})
Provides:
 librust-simple-logger-1+default-dev (= ${binary:Version}),
 librust-simple-logger-1.16+default-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0+default-dev (= ${binary:Version})
Description: Logger that prints all messages with a readable output format - feature "default"
 This metapackage enables feature "default" for the Rust simple_logger crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-simple-logger+time-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-simple-logger-dev (= ${binary:Version}),
 librust-time-0.3+default-dev (>= 0.3.5-~~),
 librust-time-0.3+formatting-dev (>= 0.3.5-~~),
 librust-time-0.3+local-offset-dev (>= 0.3.5-~~),
 librust-time-0.3+macros-dev (>= 0.3.5-~~)
Provides:
 librust-simple-logger+timestamps-dev (= ${binary:Version}),
 librust-simple-logger-1+time-dev (= ${binary:Version}),
 librust-simple-logger-1+timestamps-dev (= ${binary:Version}),
 librust-simple-logger-1.16+time-dev (= ${binary:Version}),
 librust-simple-logger-1.16+timestamps-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0+time-dev (= ${binary:Version}),
 librust-simple-logger-1.16.0+timestamps-dev (= ${binary:Version})
Description: Logger that prints all messages with a readable output format - feature "time" and 1 more
 This metapackage enables feature "time" for the Rust simple_logger crate, by
 pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "timestamps" feature.