Skip to content
Snippets Groups Projects
Commit 4a4dd7b4 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Remove all __pycache__ directories to avoid source-contains-empty-directory Lintian warning.

parent 1968784a
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ override_dh_auto_build: debian/diffoscope.bash-completion
override_dh_auto_clean:
dh_auto_clean -O--buildsystem=pybuild
dh_auto_clean -O--buildsystem=makefile -Ddoc
find -type d -name '__pycache__' -empty -delete
override_dh_python3:
dh_python3 -p diffoscope \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment