From: Peter Michael Green Date: Tue, 18 Jun 2024 00:34:17 +0000 (+0000) Subject: don't fail the build due to extra files. X-Git-Tag: raspbian/1.38.2-2+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=84a3e568ec4c30f406e39a0005a66fffd18f7f21;p=nbdkit.git don't fail the build due to extra files. --- diff --git a/debian/changelog b/debian/changelog index d920e06..445b20b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,10 @@ nbdkit (1.38.2-2+rpi1) trixie-staging; urgency=medium * Remove build-dependency on linux-image-armmp. * Disable testsuite. - -- Raspbian forward porter Mon, 17 Jun 2024 02:35:52 +0000 + [changes introduced in 1.38.2-2+rpi1 by Peter Michael Green] + * Don't fail the build due to extra files. + + -- Peter Michael Freen Tue, 18 Jun 2024 00:35:27 +0000 nbdkit (1.38.2-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index b305345..608cce2 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ override_dh_auto_test: # dh_auto_test --no-parallel override_dh_missing: - dh_missing -X.la --fail-missing + dh_missing -X.la override_dh_install: dh_install -X.la