Skip to content
Snippets Groups Projects
Commit 6337ea23 authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

rules: Make dh_missing errors non-fatal for -indep builds

dh_missing is smart enough to figure out that files that are part
of packages that are not being built, such as -arch packages
during an -indep build, are not to be reported, but of course we
can't expect it to go as far as inspecting debian/rules and
realize that some files have been skipped on purpose.

This hasn't caused any issues so far, but after switching to
debhelper compat 13 with a9cc391d dh_missing's default has
changed to --fail-missing, and as a consequence of that -indep
builds are failing. Let's go back to --list-missing for those.
parent 2a7b4f4a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment