Package: lintian-brush
Severity: minor

Hi,

Based on a code review of lintian-brush, it seems that lintian-brush
will replace a call to "dh_install --fail-missing" or "dh
... --fail-missing" with "dh_missing --fail-missing" when upgrading
from compat 11 to 12.  This was indeed necessary.

However, if you are going from 11 to 13, then the "dh_missing
--fail-missing" is the default and might as well be omitted.

Possibly related, overrides of dh_missing just to pass --fail-missing
to dh_missing could be removed when upgrading to compat 13.  The problem
with doing it naively this way for 11->13 is that it will be reflected
in the commit message (which it may look a bit weird as it will
reference adding an override target it then removes again).

~Niels

Reply via email to