File: control

package info (click to toggle)
rust-fern 0.5.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 556 kB
  • sloc: makefile: 2
file content (88 lines) | stat: -rw-r--r-- 3,267 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
Source: rust-fern
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 15),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-log-0.4+default-dev <!nocheck>,
 librust-log-0.4+std-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/fern]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/fern

Package: librust-fern-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-log-0.4+default-dev,
 librust-log-0.4+std-dev
Suggests:
 librust-fern+colored-dev (= ${binary:Version}),
 librust-fern+syslog-dev (= ${binary:Version}),
 librust-fern+syslog-4-dev (= ${binary:Version})
Provides:
 librust-fern+default-dev (= ${binary:Version}),
 librust-fern+meta-logging-in-format-dev (= ${binary:Version}),
 librust-fern-0-dev (= ${binary:Version}),
 librust-fern-0+default-dev (= ${binary:Version}),
 librust-fern-0+meta-logging-in-format-dev (= ${binary:Version}),
 librust-fern-0.5-dev (= ${binary:Version}),
 librust-fern-0.5+default-dev (= ${binary:Version}),
 librust-fern-0.5+meta-logging-in-format-dev (= ${binary:Version}),
 librust-fern-0.5.8-dev (= ${binary:Version}),
 librust-fern-0.5.8+default-dev (= ${binary:Version}),
 librust-fern-0.5.8+meta-logging-in-format-dev (= ${binary:Version})
Description: Simple, efficient logging - Rust source code
 This package contains the source for the Rust fern crate, packaged by debcargo
 for use with cargo and dh-cargo.

Package: librust-fern+colored-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-fern-dev (= ${binary:Version}),
 librust-colored-1+default-dev (>= 1.5-~~)
Provides:
 librust-fern-0+colored-dev (= ${binary:Version}),
 librust-fern-0.5+colored-dev (= ${binary:Version}),
 librust-fern-0.5.8+colored-dev (= ${binary:Version})
Description: Simple, efficient logging - feature "colored"
 This metapackage enables feature colored for the Rust fern crate, by pulling in
 any additional dependencies needed by that feature.

Package: librust-fern+syslog-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-fern-dev (= ${binary:Version}),
 librust-syslog-4+default-dev
Provides:
 librust-fern-0+syslog-dev (= ${binary:Version}),
 librust-fern-0.5+syslog-dev (= ${binary:Version}),
 librust-fern-0.5.8+syslog-dev (= ${binary:Version})
Description: Simple, efficient logging - feature "syslog"
 This metapackage enables feature syslog for the Rust fern crate, by pulling in
 any additional dependencies needed by that feature.

Package: librust-fern+syslog-4-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-fern-dev (= ${binary:Version}),
 librust-syslog-4+default-dev
Provides:
 librust-fern-0+syslog-4-dev (= ${binary:Version}),
 librust-fern-0.5+syslog-4-dev (= ${binary:Version}),
 librust-fern-0.5.8+syslog-4-dev (= ${binary:Version})
Description: Simple, efficient logging - feature "syslog-4"
 This metapackage enables feature syslog-4 for the Rust fern crate, by pulling
 in any additional dependencies needed by that feature.