summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2019-02-11 05:34:23 +0100
committerHelmut Grohne <helmut@subdivi.de>2019-02-11 05:34:23 +0100
commitb3387fc348d732aea61235072c3f8251a3255e56 (patch)
treef543562013be6f5afc9c65a1b675aea61e5917f8
parent7d5267b27dc0fa24369e7dc6d3368578051a5ea2 (diff)
downloadcrossqa-b3387fc348d732aea61235072c3f8251a3255e56.tar.gz
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.
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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;