From 15a52f669d12ce0bd0b7fad7f7ca35a7a510eaef Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Mon, 19 Oct 2020 12:56:29 +0200 Subject: [PATCH] Ignore some source-contains-cmake-cache-file lintian checks --- debian/source/lintian-overrides | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index f655f9a47..b37de71af 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,2 +1,4 @@ # binary test files used by the test suite to verify that changing the RPATH works fine cmake source: source-is-missing Tests/CMakeTests/ELF/elf*.bin +# test files +cmake source: source-contains-cmake-cache-file Tests/*/CMakeCache.txt