chore(build): added deb package
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
||||
3.0 (native)
|
||||
18
debian/source/options
vendored
Normal file
18
debian/source/options
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user