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 366289c64c
24 changed files with 301 additions and 15 deletions

18
debian/source/options vendored Normal file
View File

@@ -0,0 +1,18 @@
# Configuration for Debian source package
compression = "gzip"
# Files and directories to exclude from source package
tar-ignore = "dev-scripts"
tar-ignore = ".*"
tar-ignore = "__pycache__"
tar-ignore = ".git"
tar-ignore = ".venv"
tar-ignore = ".ruff_cache"
tar-ignore = ".ropeproject"
tar-ignore = "build"
tar-ignore = "dist"
tar-ignore = "*.egg-info"
tar-ignore = ".pytest_cache"
tar-ignore = ".vscode"
tar-ignore = "portprotonqt/themes/.git"
tar-ignore = "portprotonqt/locales/.git"