From 9fb7586750507873cdf1bbc0cdf37d1fd5858996 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Sat, 21 Mar 2020 18:57:28 -0700 Subject: [PATCH] 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 --- debian/changelog | 3 +++ debian/rules | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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. -- 2.39.5