From 4d93fa9e8fc9e6194cc22da2537e3340021dd04c Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Fri, 28 Dec 2018 14:39:44 -0300 Subject: [PATCH] Lintian unused override entry Lintian discovered an unused override entry in its database. Most likely it was used for a false-positive that has been fixed. However, some tags are only triggered in packages built on certain architectures. In this case, the override may need an architecture qualifier. --- debian/mariadb-test.lintian-overrides | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/mariadb-test.lintian-overrides b/debian/mariadb-test.lintian-overrides index 83fe6db0f..6f4990d4a 100644 --- a/debian/mariadb-test.lintian-overrides +++ b/debian/mariadb-test.lintian-overrides @@ -1,3 +1,2 @@ # OK, this file is part of test suite and only used for a test mariadb-test: arch-dependent-file-in-usr-share usr/share/mysql/mysql-test/lib/My/SafeProcess/my_safe_process -mariadb-test: executable-not-elf-or-script usr/share/mysql/mysql-test/lib/generate-ssl-certs.sh -- GitLab