Imported Upstream version 3.0.0
This commit is contained in:
12
debian/rules
vendored
Normal file
12
debian/rules
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user