From 1c9ebc27493cbdbd8b9416cb1c8e2c9772a59a8e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 17 Jan 2019 10:28:08 +0100 Subject: [PATCH] Silent executable-not-elf-or-script usr/lib/llvm-8/share/clang/bash-autocomplete.sh --- debian/changelog | 2 ++ debian/clang-X.Y.lintian-overrides.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3df6d5ac..41105142 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ llvm-toolchain-8 (1:8~svn351401-1~exp2) experimental; urgency=medium * Fix debian-changelog-line-too-long * Silent source-contains-prebuilt-windows-binary + * Silent executable-not-elf-or-script + usr/lib/llvm-8/share/clang/bash-autocomplete.sh * Remove unapplied patches: - D52340-rustc-debuginfo.diff - D54379-hurd-triple-clang.diff diff --git a/debian/clang-X.Y.lintian-overrides.in b/debian/clang-X.Y.lintian-overrides.in index a389e011..4c1295bc 100644 --- a/debian/clang-X.Y.lintian-overrides.in +++ b/debian/clang-X.Y.lintian-overrides.in @@ -1,2 +1,4 @@ # Does not link otherwise clang-@LLVM_VERSION@: embedded-library usr/lib/llvm-@LLVM_VERSION@/bin/clang: libjsoncpp +# expected +clang-@LLVM_VERSION@: executable-not-elf-or-script usr/lib/llvm-@LLVM_VERSION@/share/clang/bash-autocomplete.sh