/usr/bin/reverse-build-depends is in ubuntu-dev-tools 0.153.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #!/bin/sh
cat >&2 <<EOF
reverse-build-depends has been replaced by reverse-depends -b
This script now wraps reverse-depends.
Please use it in the future.
EOF
exec $(dirname $0)/reverse-depends -b "$@"
|