13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
export LC_ALL=C.UTF-8
|
||
|
export LANG=C.UTF-8
|
||
|
|
||
|
export PYTHONWARNINGS=d
|
||
|
export PYBUILD_NAME=afancontrol
|
||
|
export PYBUILD_TEST_PYTEST=1
|
||
|
export PYBUILD_TEST_ARGS={dir}/tests/
|
||
|
|
||
|
%:
|
||
|
dh $@ --with systemd,python3 --buildsystem=pybuild
|