packaging(deb): Start packaging branch

Signed-off-by: Sven Sager <akira@narux.de>
This commit is contained in:
2023-09-01 07:24:58 +02:00
parent b51c2b617a
commit c94b712faf
8 changed files with 77 additions and 0 deletions

7
debian/rules vendored Executable file
View File

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