Clean up __pycache__ directories.
authorPeter Michael Green <plugwash@raspbian.org>
Wed, 7 Oct 2020 09:12:41 +0000 (09:12 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 7 Oct 2020 09:12:41 +0000 (09:12 +0000)
debian/changelog
debian/rules

index 43400c8b6fd4f0757ecf637757487240b7bc622d..3950fa607c4873c4eba020aab9853740ecb522e3 100644 (file)
@@ -12,7 +12,10 @@ firefox-esr (78.3.0esr-2+rpi1) bullseye-staging; urgency=medium
   * Disable webrtc, it seems to fail to build on raspbian.
   * Try to disable Neon
 
- -- Raspbian forward porter <root@raspbian.org>  Mon, 28 Sep 2020 10:24:13 +0000
+  [changes introduced in 78.3.0esr-2+rpi1 by Peter Michael Green]
+  * Clean up pycache directories.
+
+ -- Raspbian forward porter <root@raspbian.org>  Wed, 07 Oct 2020 09:12:23 +0000
 
 firefox-esr (78.3.0esr-2) unstable; urgency=medium
 
index 28315204b78f07a747c5d068918d7dd11045b7c4..055e18736c77c180bb53f52a3721fddfc79dbdb7 100755 (executable)
@@ -283,6 +283,7 @@ override_dh_auto_clean::
        dh_auto_clean --builddirectory=build-l10n
        find . -name "*.pyc" -o -name "*.pyo" | xargs --no-run-if-empty rm -f
        rm -rf obj-*/.mozbuild
+       find . -name __pycache__ -delete
 
 override_dh_clean:
        dh_clean -XCargo.toml.orig