From: Peter Michael Green Date: Mon, 8 Jun 2020 01:15:14 +0000 (+0000) Subject: Don't use $(overridden_command) it doesn't seem to work anymore. X-Git-Tag: archive/raspbian/5.70.0-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=538aefbf3a33b4aadc32977d9f9f65436686a87e;p=kdeclarative.git Don't use $(overridden_command) it doesn't seem to work anymore. --- diff --git a/debian/changelog b/debian/changelog index 2c4b326..a89e204 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ kdeclarative (5.70.0-1+rpi1) bullseye-staging; urgency=medium [changes introduced in version 5.27.0-1+rpi1 by Peter Michael Green] * Disable testsuite. - -- Raspbian forward porter Sun, 07 Jun 2020 20:03:55 +0000 + -- Peter Michael Green Mon, 08 Jun 2020 01:14:35 +0000 kdeclarative (5.70.0-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 578c2e4..dcad4b3 100755 --- a/debian/rules +++ b/debian/rules @@ -8,10 +8,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_build: sed -i s/arch=!armel/optional=meh/ debian/libkf5declarative5.symbols - $(overridden_command) + dh_auto_build override_dh_auto_clean: - $(overridden_command) + dh_auto_clean sed -i s/optional=meh/arch=!armel/ debian/libkf5declarative5.symbols override_dh_auto_configure: