dh_strip_nondeterminism
file non-deterministic information stripper — Debhelper add-on
Install
- All systems
-
curl cmd.cat/dh_strip_nondeterminism.sh
- Debian
-
apt-get install dh-strip-nondeterminism
- Ubuntu
-
apt-get install dh-strip-nondeterminism
- Kali Linux
-
apt-get install dh-strip-nondeterminism
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dh-strip-nondeterminism
- Raspbian
-
apt-get install dh-strip-nondeterminism
- Dockerfile
- dockerfile.run/dh_strip_nondeterminism
dh-strip-nondeterminism
file non-deterministic information stripper — Debhelper add-on
StripNondeterminism is a library for stripping non-deterministic information such as timestamps and filesystem ordering from various file and archive formats. This can be used as a post-processing step to improve the reproducibility of a build product, when the build process itself cannot be made deterministic. It is used as part of the Reproducible Builds project, although it should be considered a temporary workaround which should not be needed in the long term; upstream software should be reproducible even without using such a tool. This package installs the ‘dh_strip_nondeterminism’ Debhelper command that strips nondeterminism as part of a Debian package build process.