Source: reprotest Maintainer: Reproducible builds folks Uploaders: Ceridwen , Holger Levsen , Vagrant Cascadian Section: devel Priority: optional Standards-Version: 4.5.1 Rules-Requires-Root: no Build-Depends: debhelper-compat (=13), dh-python, python3-all, python3-setuptools, help2man , python3-docutils , # tests.py uses dpkg-buildpackage which uses lintian diffoscope (>= 112~) , faketime , lintian , locales-all , python3-coverage , python3-pytest , python3-rstr , tox , # these below helps diffoscope produce nicer output in tests python3-tlsh , unzip , xxd Vcs-Git: https://salsa.debian.org/reproducible-builds/reprotest.git Vcs-Browser: https://salsa.debian.org/reproducible-builds/reprotest Package: reprotest Architecture: all Depends: ${python3:Depends}, python3-debian, apt-utils, libdpkg-perl, procps, python3-pkg-resources, python3-rstr, ${misc:Depends} Recommends: diffoscope (>= 112~), disorderfs, faketime, locales-all, sudo, Suggests: autodep8, schroot, qemu-system, qemu-utils Description: 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.