Use execute_after_dh_auto_build
It is considered good practice, whenever you have a section in rules for override_dh_auto_build
that starts with dh_auto_build
to replace it with execute_after_dh_auto_build
instead.
It is considered good practice, whenever you have a section in rules for override_dh_auto_build
that starts with dh_auto_build
to replace it with execute_after_dh_auto_build
instead.