Debian packaging

This commit is contained in:
Miguel Jacq 2025-12-15 13:33:56 +11:00
parent d8fb33f0d0
commit 82dc870213
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
10 changed files with 161 additions and 10 deletions

6
debian/source/options vendored Normal file
View file

@ -0,0 +1,6 @@
tar-ignore = ".git"
tar-ignore = ".venv"
tar-ignore = "__pycache__"
tar-ignore = ".pytest_cache"
tar-ignore = "dist"
tar-ignore = "build"