build-debian-package.sh warns at startup that lintian is optional, but then called `lintian -i ...` unconditionally at the end. Under `set -e` that aborted with exit 127 on hosts without lintian — after the .deb had already been built. Guard the call with `command -v lintian` so the build exits 0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4.3 KiB
Executable File
4.3 KiB
Executable File