diff options
author | Helmut Grohne <helmut@subdivi.de> | 2019-02-11 05:34:23 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2019-02-11 05:34:23 +0100 |
commit | b3387fc348d732aea61235072c3f8251a3255e56 (patch) | |
tree | f543562013be6f5afc9c65a1b675aea61e5917f8 | |
parent | 7d5267b27dc0fa24369e7dc6d3368578051a5ea2 (diff) | |
download | crossqa-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-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |