From: Benjamin Kaduk Date: Sun, 22 Mar 2020 01:57:28 +0000 (-0700) Subject: Go back to only using --fail-missing for binary packages X-Git-Tag: debian/1.8.6_pre1-2~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9fb7586750507873cdf1bbc0cdf37d1fd5858996;p=packages%2Fo%2Fopenafs.git Go back to only using --fail-missing for binary packages 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 --- diff --git a/debian/changelog b/debian/changelog index 079d33334..a621ed419 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ openafs (1.8.6~pre1-2) UNRELEASED; urgency=medium * 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 Sat, 21 Mar 2020 18:42:25 -0700 diff --git a/debian/rules b/debian/rules index c8d68be0d..9c0eb7034 100755 --- a/debian/rules +++ b/debian/rules @@ -244,7 +244,7 @@ override_dh_installchangelogs: 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.