From: Bastian Dehn Date: Sun, 24 May 2026 15:37:10 +0000 (+0200) Subject: add check build with lintian X-Git-Tag: 1.3.23^2~4^2~8 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=5801010cf4b7812082c64494a026c2b4777ab39c;p=feierabend.git add check build with lintian --- diff --git a/builder/run b/builder/run index bb0991f..d995524 100644 --- a/builder/run +++ b/builder/run @@ -9,6 +9,7 @@ get_source_date() create_package_checksum() { local package=$(find . -maxdepth 1 -name '*.deb') + lintian --fail-on error,warning,pedantic $package || return $? sha256sum *.deb > $package.sha256 || return $? cat $package.sha256 || return $? }