build(debian): add lintian check.

This commit is contained in:
Alexandre Pujol 2024-03-06 12:51:08 +00:00
parent 583aa2a119
commit 09cdf6158d
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -22,6 +22,7 @@ main() {
dpkg)
dch --newversion="$VERSION-1" --urgency=medium --distribution=stable --controlmaint "Release $VERSION-1"
dpkg-buildpackage -b -d --no-sign
lintian || true
mv ../"${PKGNAME}_${VERSION}-1"_*.deb "$OUTPUT"
;;