The triplet-dir-and-architecture-mismatch detects installing files to
${DEB_BUILD_MULTIARCH}. It is very relevant to cross building and rarely
happens elsewhere.
$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;