On Wed, Nov 27, 2024 at 06:10:45PM +0100, наб wrote: > This transition most likely amounts to just > (a) removing Build-Depends: dh-buildinfo from d/control, and > (b) removing mentions of "dh_buildinfo" and "--with buildinfo" from d/rules.
debtags invokes dh_buildinfo like this: test -e /usr/bin/dh_buildinfo && dh_buildinfo So, technically it is not blocking removal of dh_buildinfo if the dh-buildinfo package name will be supplied by src:debhelper. Chris