File: control

package info (click to toggle)
rust-quickcheck 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 220 kB
  • sloc: makefile: 2
file content (140 lines) | stat: -rw-r--r-- 5,751 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
Source: rust-quickcheck
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 10),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-env-logger-0.6+regex-dev <!nocheck> | librust-env-logger-0.5+regex-dev <!nocheck>,
 librust-env-logger-0.6-dev <!nocheck> | librust-env-logger-0.5-dev <!nocheck>,
 librust-log-0.4+default-dev <!nocheck>,
 librust-rand-0.5+default-dev <!nocheck>,
 librust-rand-core-0.2+default-dev (>= 0.2.1-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 kpcyrd <git@rxv.cc>,
 Wolfgang Silbermayr <wolfgang@silbermayr.at>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/quickcheck]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/quickcheck
Homepage: https://github.com/BurntSushi/quickcheck

Package: librust-quickcheck-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-rand-0.5+default-dev,
 librust-rand-core-0.2+default-dev (>= 0.2.1-~~)
Recommends:
 librust-quickcheck+default-dev (= ${binary:Version})
Suggests:
 librust-quickcheck+env-logger-dev (= ${binary:Version}),
 librust-quickcheck+i128-dev (= ${binary:Version}),
 librust-quickcheck+log-dev (= ${binary:Version}),
 librust-quickcheck+regex-dev (= ${binary:Version}),
 librust-quickcheck+use-logging-dev (= ${binary:Version})
Provides:
 librust-quickcheck+unstable-dev (= ${binary:Version}),
 librust-quickcheck-0-dev (= ${binary:Version}),
 librust-quickcheck-0+unstable-dev (= ${binary:Version}),
 librust-quickcheck-0.7-dev (= ${binary:Version}),
 librust-quickcheck-0.7+unstable-dev (= ${binary:Version}),
 librust-quickcheck-0.7.2-dev (= ${binary:Version}),
 librust-quickcheck-0.7.2+unstable-dev (= ${binary:Version})
Description: Automatic property based testing with shrinking - Rust source code
 This package contains the source for the Rust quickcheck crate, packaged by
 debcargo for use with cargo and dh-cargo.

Package: librust-quickcheck+default-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-quickcheck-dev (= ${binary:Version}),
 librust-quickcheck+regex-dev (= ${binary:Version}),
 librust-quickcheck+use-logging-dev (= ${binary:Version})
Provides:
 librust-quickcheck-0+default-dev (= ${binary:Version}),
 librust-quickcheck-0.7+default-dev (= ${binary:Version}),
 librust-quickcheck-0.7.2+default-dev (= ${binary:Version})
Description: Automatic property based testing with shrinking - feature "default"
 This metapackage enables feature default for the Rust quickcheck crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-quickcheck+env-logger-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-quickcheck-dev (= ${binary:Version}),
 librust-env-logger-0.6-dev | librust-env-logger-0.5-dev
Provides:
 librust-quickcheck-0+env-logger-dev (= ${binary:Version}),
 librust-quickcheck-0.7+env-logger-dev (= ${binary:Version}),
 librust-quickcheck-0.7.2+env-logger-dev (= ${binary:Version})
Description: Automatic property based testing with shrinking - feature "env_logger"
 This metapackage enables feature env_logger for the Rust quickcheck crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-quickcheck+i128-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-quickcheck-dev (= ${binary:Version}),
 librust-rand-0.5+i128-support-dev
Provides:
 librust-quickcheck-0+i128-dev (= ${binary:Version}),
 librust-quickcheck-0.7+i128-dev (= ${binary:Version}),
 librust-quickcheck-0.7.2+i128-dev (= ${binary:Version})
Description: Automatic property based testing with shrinking - feature "i128"
 This metapackage enables feature i128 for the Rust quickcheck crate, by pulling
 in any additional dependencies needed by that feature.

Package: librust-quickcheck+log-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-quickcheck-dev (= ${binary:Version}),
 librust-log-0.4+default-dev
Provides:
 librust-quickcheck-0+log-dev (= ${binary:Version}),
 librust-quickcheck-0.7+log-dev (= ${binary:Version}),
 librust-quickcheck-0.7.2+log-dev (= ${binary:Version})
Description: Automatic property based testing with shrinking - feature "log"
 This metapackage enables feature log for the Rust quickcheck crate, by pulling
 in any additional dependencies needed by that feature.

Package: librust-quickcheck+regex-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-quickcheck-dev (= ${binary:Version}),
 librust-env-logger-0.6+regex-dev | librust-env-logger-0.5+regex-dev
Provides:
 librust-quickcheck-0+regex-dev (= ${binary:Version}),
 librust-quickcheck-0.7+regex-dev (= ${binary:Version}),
 librust-quickcheck-0.7.2+regex-dev (= ${binary:Version})
Description: Automatic property based testing with shrinking - feature "regex"
 This metapackage enables feature regex for the Rust quickcheck crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-quickcheck+use-logging-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-quickcheck-dev (= ${binary:Version}),
 librust-env-logger-0.6-dev | librust-env-logger-0.5-dev,
 librust-log-0.4+default-dev
Provides:
 librust-quickcheck-0+use-logging-dev (= ${binary:Version}),
 librust-quickcheck-0.7+use-logging-dev (= ${binary:Version}),
 librust-quickcheck-0.7.2+use-logging-dev (= ${binary:Version})
Description: Automatic property based testing with shrinking - feature "use_logging"
 This metapackage enables feature use_logging for the Rust quickcheck crate, by
 pulling in any additional dependencies needed by that feature.