Files
KasmVNC/builder/build-deb-inside-docker
Dmitry Maksyoma f7e6d8d039 Deb: build-deb doesn't fail if Lintian complains
For now, disable Lintian warnings. In the future, a flag may be used to
determine this behaviour.
2021-01-21 22:09:43 +13:00

10 lines
126 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")/.."
dpkg-buildpackage -us -uc -b
cp ../*.deb builder/build
lintian ../*.deb || true