#debian-package #status #reproducibility #querying #rebuilderd #amd64

app debian-repro-status

Check the reproducibility status of your Debian packages

2 releases

new 0.1.1 Dec 20, 2024
0.1.0 Dec 20, 2024

#933 in Command line utilities

MIT and GPL-3.0-or-later

20KB
243 lines

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

Dependencies

~12–24MB
~352K SLoC