mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-16 10:29:19 +01:00
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:
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…
Reference in New Issue
Block a user