From: Peter Michael Green Date: Tue, 27 Oct 2020 20:20:59 +0000 (+0000) Subject: Clean up __pycache__ directories. X-Git-Tag: archive/raspbian/1%78.4.0-1_deb10u1+rpi1~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=426f6576945f43490faa3761b130fff011ea4a12;p=thunderbird.git Clean up __pycache__ directories. --- diff --git a/debian/changelog b/debian/changelog index 48aba9c132..0f18d77ad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,9 @@ thunderbird (1:78.4.0-1~deb10u1+rpi1) buster-staging; urgency=medium * Actually build the binary packages on armhf. * Yet more clean target fixing. + [changes brought over from firefox-esr 78.3.0esr-2+rpi1 by Peter Michael Green] + * Clean up pycache directories. + -- Raspbian forward porter Mon, 26 Oct 2020 12:12:48 +0000 thunderbird (1:78.4.0-1~deb10u1) stable-security; urgency=medium diff --git a/debian/rules b/debian/rules index 666de141e7..d56673bf74 100755 --- a/debian/rules +++ b/debian/rules @@ -99,6 +99,7 @@ override_dh_auto_clean: rm -rf $(CARGO_HOME) rm -rf debian/thunderbird-l10n-uz debian/thunderbird-l10n-cak debian/thunderbird-l10n-ka rm -f config/external/icu/data/icudt64l.dat + find . -name __pycache__ -delete override_dh_auto_configure: # run autoconf for all configure files