mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
FIXUP: debian: Explain why we ignore share/tessdata
This commit is contained in:
parent
09bb12593a
commit
79f6fccb0a
1 changed files with 2 additions and 0 deletions
2
debian/source/options
vendored
2
debian/source/options
vendored
|
@ -2,4 +2,6 @@ compression = "gzip"
|
||||||
tar-ignore = "dev_scripts"
|
tar-ignore = "dev_scripts"
|
||||||
tar-ignore = ".*"
|
tar-ignore = ".*"
|
||||||
tar-ignore = "__pycache__"
|
tar-ignore = "__pycache__"
|
||||||
|
# Ignore the 'share/tessdata' dir, since it slows down the process, and we
|
||||||
|
# install Tesseract data via Debian packages anyway.
|
||||||
tar-ignore = "share/tessdata"
|
tar-ignore = "share/tessdata"
|
||||||
|
|
Loading…
Reference in a new issue