From b3387fc348d732aea61235072c3f8251a3255e56 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 11 Feb 2019 05:34:23 +0100 Subject: build.sh: add a lintian tag The triplet-dir-and-architecture-mismatch detects installing files to ${DEB_BUILD_MULTIARCH}. It is very relevant to cross building and rarely happens elsewhere. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a81f359..b5f1cb4 100755 --- a/build.sh +++ b/build.sh @@ -30,7 +30,7 @@ $bd_uninstallable_explainer = "apt"; $source_only_changes = 0; $apt_update = 1; $apt_distupgrade = 1; -$lintian_opts = ["-T", "binary-from-other-architecture"]; +$lintian_opts = ["-T", "binary-from-other-architecture,triplet-dir-and-architecture-mismatch"]; #$lintian_require_success = 1; $run_lintian = 1; $run_autopkgtest = 0; -- cgit v1.2.3