chore(build): added deb package

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-12-11 16:40:15 +05:00
parent 6f82068864
commit 0591c919d4
22 changed files with 196 additions and 15 deletions

12
debian/rules vendored Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/make -f
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$(CURDIR)/debian/tmp dist/*.whl
dh_auto_install
override_dh_usrlocal:
# Nothing to do, since we don't install anything to /usr/local