Commit 1726ade7 authored by Andreas Tille's avatar Andreas Tille
Browse files

Re-add removal of __pycache__ which somehow remains in the source tarball.

parent b81f6bd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ include /usr/share/dpkg/default.mk
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	find . -name __pycache__ -type d | xargs rm -rf
	make distclean

override_dh_auto_build: