Further tweaks to clean target. archive/raspbian/1%60.5.1-1+rpi1 raspbian/1%60.5.1-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Wed, 6 Mar 2019 09:09:47 +0000 (09:09 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 6 Mar 2019 09:09:47 +0000 (09:09 +0000)
debian/changelog
debian/rules

index 3a535b5bf9ce66e5696182e0effeed85254cdac1..2ca7b65ecf92ee13f24935ec7a04a1fa19b370cf 100644 (file)
@@ -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 <root@raspbian.org>  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 <plugwash@raspbian.org>  Tue, 26 Feb 2019 02:20:34 +0000
 
 thunderbird (1:60.5.1-1) unstable; urgency=medium
 
index 62a964662d01bfcca8dc1e4c7e7dd4d6f8628842..37e64f4436777f70bc90eb8cd4590de903e54feb 100755 (executable)
@@ -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*