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:
@@ -6,4 +6,4 @@ cd "$(dirname "$0")/.."
|
|||||||
|
|
||||||
dpkg-buildpackage -us -uc -b
|
dpkg-buildpackage -us -uc -b
|
||||||
cp ../*.deb builder/build
|
cp ../*.deb builder/build
|
||||||
lintian ../*.deb
|
lintian ../*.deb || true
|
||||||
|
|||||||
Reference in New Issue
Block a user