From: Peter Michael Green Date: Wed, 6 Mar 2019 09:09:47 +0000 (+0000) Subject: Further tweaks to clean target. X-Git-Tag: archive/raspbian/1%60.5.1-1+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3ffc696448fbc8858d645fd65d2e00d5a66ecbb;p=thunderbird.git Further tweaks to clean target. --- diff --git a/debian/changelog b/debian/changelog index 3a535b5bf9..2ca7b65ecf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,10 @@ thunderbird (1:60.5.1-1+rpi1) buster-staging; urgency=medium * Further fixes to clean target (still not completely fixed :( ). * Add build-depends on clang-6.0 (to match libclang-6.0-dev) - -- Raspbian forward porter Tue, 26 Feb 2019 02:20:34 +0000 + [changes introduced in 1:60.5.1-1+rpi1 by Peter Michael Green] + * further clean target tweaks. + + -- Peter Michael Green Tue, 26 Feb 2019 02:20:34 +0000 thunderbird (1:60.5.1-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 62a964662d..37e64f4436 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,7 @@ override_dh_auto_clean: rm -f configure old-configure js/src/configure js/src/old-configure mozconfig.* # needed for thunderbird-l10n rm -rf $(THUNDERBIRD_L10N_BUILDDIR) - find third_party/python/psutil/tmp/ ! -name 'tmpoJXh06.o' -type f -exec rm -f {} + + rm -rf third_party/python/psutil/tmp/ rm -f third_party/python/psutil/psutil/*.so rm -rf third_party/python/psutil/build/temp* rm -rf third_party/python/psutil/build/lib*