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.
pull/18/head
Dmitry Maksyoma 4 years ago
parent 39e5cbc182
commit f7e6d8d039

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

Loading…
Cancel
Save