dh_buildinfo
Debhelper addon to track package versions used to build a package
Install
- All systems
-
curl cmd.cat/dh_buildinfo.sh
- Debian
-
apt-get install dh-buildinfo
- Ubuntu
-
apt-get install dh-buildinfo
- Kali Linux
-
apt-get install dh-buildinfo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dh-buildinfo
- Raspbian
-
apt-get install dh-buildinfo
- Dockerfile
- dockerfile.run/dh_buildinfo
dh-buildinfo
Debhelper addon to track package versions used to build a package
This script is designed to be run at build-time, and registers in a file the list of packages declared as build-time dependencies, as well as build-essential packages, together with their versions, as installed in the build machine. This will hopefully help to track packages (auto-)built with package versions which are known to be buggy, and, more generally, to find out whether a package needs to be rebuilt because of a significant change in a package it has a build-time dependency on.