BUILD-RDEPS(1) | BUILD-RDEPS(1) |
build-rdeps - find packages that depend on a specific package to build (reverse build depends)
build-rdeps package
build-rdeps searches for all packages that build-depend on the specified package.
The default behaviour is to just `grep` for the given dependency in the Build-Depends field of apt's Sources files.
If the package dose-extra >= 4.0 is installed, then a more complete reverse build dependency computation is carried out. In particular, with that package installed, build-rdeps will find transitive reverse dependencies, respect architecture and build profile restrictions, take Provides relationships, Conflicts, Pre-Depends, Build-Depends-Arch and versioned dependencies into account and correctly resolve multiarch relationships for crossbuild reverse dependency resolution. (This tends to be a slow process due to the complexity of the package interdependencies.)
Notice, that the old behaviour only finds direct dependencies, ignores virtual dependencies, does not find transitive dependencies and does not take version relationships, architecture restrictions, build profiles or multiarch relationships into account.
The tool requires apt Sources files to be around for the checked components. In the default case this means that in /var/lib/apt/lists files need to be around for main, contrib and non-free.
In practice this means one needs to add one deb-src line for each component, e.g.
deb-src http://<mirror>/debian <dist> main contrib non-free
and run apt-get update afterwards or use the update option of this tool.
This code is copyright by Patrick Schoenfeld <schoenfeld@debian.org>, all rights reserved. This program comes with ABSOLUTELEY NO WARRANTY. You are free to redistribute this code under the terms of the GNU General Public License, version 2 or later.
Patrick Schoenfeld <schoenfeld@debian.org>
2021-08-18 | Debian Utilities |