]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Go back to only using --fail-missing for binary packages
authorBenjamin Kaduk <kaduk@mit.edu>
Sun, 22 Mar 2020 01:57:28 +0000 (18:57 -0700)
committerBenjamin Kaduk <kaduk@mit.edu>
Sun, 22 Mar 2020 01:57:28 +0000 (18:57 -0700)
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
debian/rules

index 079d333343be50efca0266eda1fb46c8d9c1478f..a621ed4199070374d31dd4456db5dc3506240d07 100644 (file)
@@ -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 <kaduk@mit.edu>  Sat, 21 Mar 2020 18:42:25 -0700
 
index c8d68be0d59939e029080934b256c33ae6b9cc0a..9c0eb7034160ed54d17fc88113c04602522aeb40 100755 (executable)
@@ -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.