afancontrol/debian/rules

13 lines
234 B
Plaintext
Raw Normal View History

2021-10-26 12:58:36 +02:00
#!/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/
%:
2023-07-01 11:54:39 +02:00
dh $@ --with python3 --buildsystem=pybuild