reprotest 0.7.5 source package in Ubuntu

Changelog

reprotest (0.7.5) unstable; urgency=medium

  [ Santiago Torres ]
  * Use `uname -m` instead of `arch`.

  [ Ximin Luo ]
  * Allow the user to select a different path for diffoscope.
  * Allow --diffoscope-args to contain variables to be expanded.
  * Fix autopkgtest.

 -- Ximin Luo <email address hidden>  Thu, 14 Dec 2017 17:44:39 +0100

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
reprotest_0.7.5.dsc 2.1 KiB d2383ab3a30b2eafc9b62f24a39ef918e8f85c5b0458dd022276c56e0fc58b3a
reprotest_0.7.5.tar.xz 83.8 KiB a57580694bc8332360e00bd9d6569b36ded933b4d05c249ae9f6ca3e15ec594d

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.