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
|
Source: rust-repro-threshold
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
help2man,
libdebhelper-perl
Build-Depends-Arch: cargo:native,
rustc:native,
libstd-rust-dev,
librust-anyhow-1+default-dev,
librust-astral-tokio-tar-0.5+default-dev,
librust-async-compression-0.4+default-dev,
librust-async-compression-0.4+tokio-dev,
librust-async-compression-0.4+xz-dev,
librust-bytes-1+default-dev,
librust-clap-4+default-dev (>= 4.5-~~),
librust-clap-4+derive-dev (>= 4.5-~~),
librust-clap-complete-4+default-dev (>= 4.5-~~),
librust-crossterm-0.28+default-dev,
librust-crossterm-0.28+event-stream-dev,
librust-data-encoding-2+default-dev,
librust-deb822-fast-0.2+default-dev,
librust-env-logger-0.11+default-dev,
librust-futures-0.3+default-dev,
librust-in-toto-0.4+default-dev,
librust-log-0.4+default-dev,
librust-pem-3+default-dev,
librust-ratatui-0.29+default-dev,
librust-reqwest-0.12+json-dev,
librust-reqwest-0.12+rustls-tls-native-roots-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev,
librust-sha2-0.10+default-dev,
librust-tokio-1+default-dev (>= 1.48-~~),
librust-tokio-1+fs-dev (>= 1.48-~~),
librust-tokio-1+io-std-dev (>= 1.48-~~),
librust-tokio-1+macros-dev (>= 1.48-~~),
librust-tokio-1+rt-multi-thread-dev (>= 1.48-~~),
librust-tokio-ar-0.9+default-dev,
librust-toml-0.9+default-dev,
librust-url-2+default-dev,
librust-url-2+serde-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
kpcyrd <git@rxv.cc>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/repro-threshold]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/repro-threshold
Homepage: https://github.com/kpcyrd/repro-threshold
X-Cargo-Crate: repro-threshold
Package: repro-threshold
Architecture: any
Section: admin
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends},
ca-certificates
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Threshold-based Reproducible Builds pluggable transport for apt
Threshold-based Reproducible Builds pluggable transport using your trusted
rebuilders.
.
Offers an reproduced+https:// APT transport that queries independent rebuilders
and only allows packages with a sufficient number of confirmations.
.
Instead of putting blind trust into Debian build servers this would query
independent build servers (that you consider trustworthy) whether they came to
the same bit-for-bit identical .deb files when building from source.
.
Run repro-threshold with no arguments to start a ratatui based configuration
interface.
|