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
|
Source: rust-inquest
Section: rust
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native,
rustc:native,
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-chrono-0.4+default-dev,
librust-clap-4+default-dev (>= 4.5),
librust-clap-4+derive-dev (>= 4.5),
librust-clap-4+env-dev (>= 4.5),
librust-console+default-dev (<< 0.17),
librust-console+default-dev (>= 0.15),
librust-glob-0.3+default-dev,
librust-indicatif+default-dev (<< 0.19),
librust-indicatif+default-dev (>= 0.17),
librust-memmap2-0.9+default-dev,
librust-num-cpus-1+default-dev (>= 1.16),
librust-regex-1+default-dev,
librust-rusqlite+default-dev (<< 0.39),
librust-rusqlite+default-dev (>= 0.29),
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-ini-0.2+default-dev,
librust-subunit-0.3+default-dev,
librust-tempfile-3+default-dev (>= 3.13),
librust-thiserror-2+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/inquest]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/inquest
Homepage: https://github.com/testing-cabal/testrepository
X-Cargo-Crate: inquest
X-Cargo-Crate-Version: 0.1.1
Package: librust-inquest-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-anyhow-1+default-dev,
librust-chrono-0.4+default-dev,
librust-clap-4+default-dev (>= 4.5),
librust-clap-4+derive-dev (>= 4.5),
librust-clap-4+env-dev (>= 4.5),
librust-console+default-dev (<< 0.17),
librust-console+default-dev (>= 0.15),
librust-glob-0.3+default-dev,
librust-indicatif+default-dev (<< 0.19),
librust-indicatif+default-dev (>= 0.17),
librust-memmap2-0.9+default-dev,
librust-num-cpus-1+default-dev (>= 1.16),
librust-regex-1+default-dev,
librust-rusqlite+default-dev (<< 0.39),
librust-rusqlite+default-dev (>= 0.29),
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-ini-0.2+default-dev,
librust-subunit-0.3+default-dev,
librust-tempfile-3+default-dev (>= 3.13),
librust-thiserror-2+default-dev
Provides:
librust-inquest+default-dev (= ${binary:Version}),
librust-inquest-0-dev (= ${binary:Version}),
librust-inquest-0+default-dev (= ${binary:Version}),
librust-inquest-0.1-dev (= ${binary:Version}),
librust-inquest-0.1+default-dev (= ${binary:Version}),
librust-inquest-0.1.1-dev (= ${binary:Version}),
librust-inquest-0.1.1+default-dev (= ${binary:Version})
Description: Repository of test results - Rust source code
Source code for Debianized Rust crate "inquest"
Package: inquest
Architecture: any
Section: devel
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: test result repository using subunit streams
inquest provides a database of test results and supports easy workflows to be
built on top of that database. For instance, running just failing tests or
getting the last test run back to examine again (without running the tests
again). inquest is compatible with any test suite that can output subunit.
This includes any TAP test suite and any pyunit compatible test suite.
|