packaging(deb): Start packaging branch

Signed-off-by: Sven Sager <akira@narux.de>
Signed-off-by: Sven Sager <s.sager@kunbus.com>
This commit is contained in:
2023-08-17 13:12:43 +02:00
committed by Sven Sager
parent 4cb0194f23
commit 8f1ba0094b
7 changed files with 118 additions and 0 deletions

14
debian/rules vendored Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/make -f
export PYBUILD_NAME=revpimodio2
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
PYTHONPATH=. python3 -m sphinx -b html -d docs/_build/.doctrees -N docs docs/_build/html
override_dh_clean:
rm -rf docs/_build
dh_clean