Source: u-boot
Severity: wishlist
Tags: patch
This minor issue is most probably invisible because of .gitignore.
>From 54cab22766d4183518e189501b0d3631a51db4d4 Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <[email protected]>
Date: Sat, 16 Jan 2021 14:11:39 +0100
Subject: Clean python cache
diff --git a/debian/rules b/debian/rules
index 87abd13f03..445f260fce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -150,6 +150,7 @@ override_dh_clean:
rm -f configs/am335x_boneblack_defconfig
rm -f linux.itb linux.its
dh_clean
+ find . -type d -name __pycache__ -delete
override_dh_gencontrol:
debian/bin/update-substvars