debian-repro-status

Crates.iodebian-repro-status
lib.rsdebian-repro-status
version
sourcesrc
created_at2024-12-20 19:46:20.137732+00
updated_at2025-03-11 12:45:21.911029+00
descriptionCheck the reproducibility status of your installed Debian packages
homepage
repositoryhttps://github.com/kpcyrd/debian-repro-status
max_upload_size
id1490470
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(kpcyrd)

documentation

README

debian-repro-status

A CLI tool for querying the reproducibility status of the Debian packages using data from a rebuilderd instance such as reproduce.debian.net.

This code is heavily inspired and partially yoinked from arch-repro-status authored by Orhun Parmaksız.

Installation

Debian

(Well not yet)

apt-get install debian-repro-status

crates.io

cargo install debian-repro-status

Usage

debian-repro-status

Example output

...
[+] logsave amd64 1.47.2~rc1-2 GOOD
[+] mawk amd64 1.3.4.20240905-1 GOOD
[+] mount amd64 2.40.2-12 GOOD
[+] ncurses-base all 6.5-2 GOOD
[?] ncurses-bin amd64 6.5-2+b1 UNKWN
[?] openssl-provider-legacy amd64 3.3.2-2 UNKWN
[?] passwd amd64 1:4.16.0-7 UNKWN
[+] perl-base amd64 5.40.0-8 GOOD
[+] sed amd64 4.9-2 GOOD
[?] sysvinit-utils amd64 3.11-1 UNKWN
[+] tar amd64 1.35+dfsg-3 GOOD
[?] tzdata all 2024b-4 UNKWN
[+] usr-is-merged all 39 GOOD
[+] util-linux amd64 2.40.2-12 GOOD
[?] zlib1g amd64 1:1.3.dfsg+really1.3.1-1+b1 UNKWN
 INFO  debian-repro-status > 44/90 packages are not reproducible.
 INFO  debian-repro-status > Your system is 51.11% reproducible.

License

The MIT License

Commit count: 8

cargo fmt