Which package ships this command? Which version does Debian ship? What depends on this package? Use these commands.
apt-file search
Search package contents without installing the package. This is substring matching, so bare command names can be noisy (-F does exact matching if you already know the full path – like $(command -v <cmd>)).
To use apt-file:
apt-file show
List the files shipped by a package, even if it is not installed.
rmadison
Show which version of a package is available across Debian suites.
Installed with sudo apt install devscripts.
apt-cache rdepends
Show reverse dependencies from the local APT cache. --installed limits the output to installed packages.
References
man apt-fileman apt-cacheman rmadison