From: Nicolas Boulenguez Date: Wed, 25 May 2022 23:44:07 +0000 (+0200) Subject: debian/rules: clean __pycache__ directories generated during the build X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71a1556b8e94b325088ebb99282374945efa7df0;p=tools%2Fgit-buildpackage.git debian/rules: clean __pycache__ directories generated during the build --- diff --git a/debian/rules b/debian/rules index ad61ba7a..a20be4bb 100755 --- a/debian/rules +++ b/debian/rules @@ -14,3 +14,4 @@ execute_after_dh_fixperms: execute_after_dh_auto_clean: make -C docs/ clean + find gbp -name __init__.py -printf '%h/__pycache__/\n' | xargs rm -fr