From b853ea59c1609fca588d4673b06034ebfe86e721 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Wed, 6 Mar 2019 09:09:47 +0000 Subject: [PATCH] Further tweaks to clean target. --- debian/changelog | 5 ++++- debian/rules | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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* -- 2.30.2