From: Peter Michael Green Date: Tue, 30 Apr 2019 16:26:19 +0000 (+0000) Subject: Don't fail on files that are not installed. X-Git-Tag: archive/raspbian/4.11.1+26-g87f51bf366-3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b81d11fdf70675b9ef36cb9e513b981b5e20898;p=xen.git Don't fail on files that are not installed. --- diff --git a/debian/changelog b/debian/changelog index de23f393fa..ed787c976c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,10 @@ xen (4.11.1+26-g87f51bf366-3+rpi1) buster-staging; urgency=medium [changes introduced in 4.6.0-1+rpi1 by Peter Michael Green] * Use kernel 3.18 for now as I haven't dealt with 4.x yet. - -- Raspbian forward porter Mon, 11 Mar 2019 21:30:41 +0000 + [changes introduced in 4.11.1+26-g87f51bf366-3+rpi1 by Peter Michael Green] + * Do not fail on files that are not installed. + + -- Peter Michael Green Mon, 11 Mar 2019 21:30:41 +0000 xen (4.11.1+26-g87f51bf366-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 23c982eb41..b53aa6ef2b 100755 --- a/debian/rules +++ b/debian/rules @@ -312,8 +312,8 @@ override_dh_compress: # By default, files in debian/tmp which are not handled by anything # in rules are ignored. This makes them into errors. -override_dh_missing: - dh_missing --fail-missing +#override_dh_missing: +# dh_missing --fail-missing # We are dropping the config file /etc/default/xen which appeared in