Man page - which-pkg-broke-build(1)
Packages contains this manual
apt-get install debian-goodies
Manual
which-pkg-broke-build
NAMESYNOPSIS
DESCRIPTION
PARAMETERS
BUGS
SEE ALSO
AUTHOR
NAME
which-pkg-broke-build - find which package might have broken another packageās build
SYNOPSIS
which-pkg-broke-build
[.]
which-pkg-broke-build
<source-directory>
which-pkg-broke-build
<source-package>
DESCRIPTION
The which-pkg-broke-build program will retrieve a list of all (recursive) build-dependencies of the named package sorted by the time they were installed on the system (as determined from the mtime information of /var/lib/dpkg/info/*.list .
This tool allows a package developer to obtain information that might correlate installation of package build-dependencies with a package build breakage in order to find which build-dependency update might be responsible for the breakage.
PARAMETERS
If thereās a parameter and itās an existing directory, which-pkg-broke-build assumes that this is an unpacked Debian source package and looks for its build-dependencies.
If thereās a parameter and itās not an existing directory, which-pkg-broke-build assumes that itās a source package name and looks for that source packageās build-dependencies.
If thereās no parameter, which-pkg-broke-build assumes that the current directory contains an unpacked Debian source package and looks for its build-dependencies.
BUGS
which-pkg-broke-build is horribly slow and inefficient as it calls which-pkg-broke once for each explicit build-dependency (and once for the package build-essential). It hence checks packages which are dependencies of multiple explicit build-dependencies also multiple times.
SEE ALSO
which-pkg-broke(1)
AUTHOR
which-pkg-broke-build was written by Axel Beckert <abe@debian.org>