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 c69dfc10c2
25 changed files with 437 additions and 17 deletions

1
debian/source/format vendored Normal file
View File

@@ -0,0 +1 @@
3.0 (native)

7
debian/source/options vendored Normal file
View File

@@ -0,0 +1,7 @@
# Configuration for Debian source package
compression = "gzip"
# Files and directories to exclude from source package
tar-ignore = "dev-scripts"
tar-ignore = ".*"
tar-ignore = "__pycache__"