This commit is contained in:
Mario Fetka
2021-10-27 08:44:51 +02:00
parent 38ddc53c2c
commit 6efd4c00f8
39 changed files with 872 additions and 722 deletions

7
debian/rules vendored
View File

@@ -8,10 +8,5 @@ export PYBUILD_NAME=afancontrol
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/
override_dh_auto_test:
# the test suite does not 100% pass at present,
# but the output is useful documentation for users
(dh_auto_test; echo $?) > test-results
%:
dh $@ --with python3 --buildsystem=pybuild
dh $@ --with systemd,python3 --buildsystem=pybuild