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.
This commit is contained in:
Dmitry Maksyoma 2021-01-20 22:45:17 +13:00
parent 39e5cbc182
commit f7e6d8d039

View File

@ -6,4 +6,4 @@ cd "$(dirname "$0")/.."
dpkg-buildpackage -us -uc -b
cp ../*.deb builder/build
lintian ../*.deb
lintian ../*.deb || true