From 8b58c2e5970c4a36cae2c76e212d487d41249a98 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 7 Mar 2023 06:40:15 -0500 Subject: [PATCH] make lintian overrides backwards compatible This makes the override work both with the lintian in sid, as well as on 'stable' to work around ftp-master autorejects. --- debian/source/lintian-overrides | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 406396f..00aab04 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,6 +1,6 @@ # The disclaimer in the source file is actually for the rfc2640.txt document, not the source file itself. -gpac source: license-problem-non-free-RFC [src/utils/unicode.c] +gpac source: license-problem-non-free-RFC *src/utils/unicode.c* # These files does come with full source, just has an absurdly long line -gpac source: source-is-missing [share/gui/extensions/player/player.js] -gpac source: source-is-missing [share/vis/extern/BrowserLib/Core/Code/Convert.js] +gpac source: source-is-missing *share/gui/extensions/player/player.js* +gpac source: source-is-missing *share/vis/extern/BrowserLib/Core/Code/Convert.js* -- 2.30.2