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
|
Source: rust-quickcheck
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 24),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-env-logger-0.9+regex-dev <!nocheck> | librust-env-logger-0.8+regex-dev (>= 0.8.2-~~) <!nocheck>,
librust-env-logger-0.9-dev <!nocheck> | librust-env-logger-0.8-dev (>= 0.8.2-~~) <!nocheck>,
librust-log-0.4+default-dev <!nocheck>,
librust-rand-0.8+getrandom-dev <!nocheck>,
librust-rand-0.8+small-rng-dev <!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.5.1
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
Rules-Requires-Root: no
Package: librust-quickcheck-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-rand-0.8+getrandom-dev,
librust-rand-0.8+small-rng-dev
Recommends:
librust-quickcheck+default-dev (= ${binary:Version})
Suggests:
librust-quickcheck+env-logger-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-1-dev (= ${binary:Version}),
librust-quickcheck-1.0-dev (= ${binary:Version}),
librust-quickcheck-1.0.3-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-1+default-dev (= ${binary:Version}),
librust-quickcheck-1.0+default-dev (= ${binary:Version}),
librust-quickcheck-1.0.3+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.9-dev | librust-env-logger-0.8-dev (>= 0.8.2-~~)
Provides:
librust-quickcheck-1+env-logger-dev (= ${binary:Version}),
librust-quickcheck-1.0+env-logger-dev (= ${binary:Version}),
librust-quickcheck-1.0.3+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+log-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-quickcheck-dev (= ${binary:Version}),
librust-log-0.4+default-dev
Provides:
librust-quickcheck-1+log-dev (= ${binary:Version}),
librust-quickcheck-1.0+log-dev (= ${binary:Version}),
librust-quickcheck-1.0.3+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.9+regex-dev | librust-env-logger-0.8+regex-dev (>= 0.8.2-~~)
Provides:
librust-quickcheck-1+regex-dev (= ${binary:Version}),
librust-quickcheck-1.0+regex-dev (= ${binary:Version}),
librust-quickcheck-1.0.3+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.9-dev | librust-env-logger-0.8-dev (>= 0.8.2-~~),
librust-log-0.4+default-dev
Provides:
librust-quickcheck-1+use-logging-dev (= ${binary:Version}),
librust-quickcheck-1.0+use-logging-dev (= ${binary:Version}),
librust-quickcheck-1.0.3+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.
|