Uranium: Don't generate __pycache__ files

This commit is contained in:
Thomas Karl Pietrowski 2018-03-21 16:47:24 +01:00
parent a327fbc914
commit 55a5e4af17
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
# Suppress __pycache__ pollution
export PYTHONDONTWRITEBYTECODE = 1
%:
dh $@ --with python3 --buildsystem=cmake --parallel