feat(deb): Start packaging branch

This commit is contained in:
2025-04-18 18:08:11 +02:00
parent 96db211240
commit 28d4ce0116
7 changed files with 84 additions and 0 deletions

7
debian/rules vendored Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/make -f
export PYBUILD_NAME=revpi-middleware
export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/$(PYBUILD_NAME)/ --install-scripts=/usr/share/$(PYBUILD_NAME)/
%:
dh $@ --with python3 --buildsystem=pybuild