reprotest 0.7.25 source package in Ubuntu

Changelog

reprotest (0.7.25) unstable; urgency=medium

  * Add python3-wheel to build-depends. Thanks to Stefano Rivera.
    Closes: #1035645.

 -- Holger Levsen <email address hidden>  Sat, 13 May 2023 15:40:17 +0200

Upload details

Uploaded by:
Reproducible builds folks
Uploaded to:
Sid
Original maintainer:
Reproducible builds folks
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
reprotest_0.7.25.dsc 2.2 KiB bba28176db285fccbba3f90abc79cccac3012c34b39abd237dfb89aa00ff9a99
reprotest_0.7.25.tar.xz 86.8 KiB ee873b03be5c4215f8f8e6d6ab169b46e968be4cbfdd9db3a00f5dc82e2b0af5

Available diffs

No changes file available.

Binary packages built by this source

reprotest: Build software and check it for reproducibility

 reprotest builds the same source code twice in different environments, and
 then checks the binaries produced by each build for differences. If any are
 found, then diffoscope (or if unavailable then diff) is used to display them
 in detail for later analysis.
 .
 It supports different types of environment such as a "null" environment (i.e.
 doing the builds directly in /tmp) or various other virtual servers, for
 example schroot, ssh, qemu, and several others.
 .
 reprotest is developed as part of the “reproducible builds” Debian project.