My conversion to debhelper-compat 12 (that requires dh_missing vs
dh_install --fail-missing) was insufficiently careful to notice that
it was only being run in the -arch override, not always.
Change-Id: Ied64eefc56e43807e774170d568b27cb90458a41
* Pull in upstream patch to not resolve IP addresses to names in the
vos tests (Closes: #953729)
+ * Only use dh_missing --fail-missing for binary packages, to match
+ the behavior used by the debhelper-compat-9 packaging prior to
+ 1.8.6~pre1-1 (Closes: #953709)
-- Benjamin Kaduk <kaduk@mit.edu> Sat, 21 Mar 2020 18:42:25 -0700
dh_installchangelogs NEWS
# We want --fail-missing behavior, but --list-missing is the default
-override_dh_missing:
+override_dh_missing-arch:
dh_missing --fail-missing $(IGNORE)
# Override some of our permissions.