libCharon: Don't generate __pycache__ files

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
This commit is contained in:
Thomas Karl Pietrowski 2018-03-21 16:41:19 +01:00
parent f1e9437786
commit 96d2cdb16d
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# See debhelper(7) (uncomment to enable)
# 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