summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2023-03-07 06:40:15 -0500
committerReinhard Tartler <siretart@tauware.de>2023-03-07 06:40:15 -0500
commit8b58c2e5970c4a36cae2c76e212d487d41249a98 (patch)
tree1a2ee15f9f960bdce090fc66582014c47bad3e5c
parent1331d6f6a701bbbeef29840a962e96f681d55a74 (diff)
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.
-rw-r--r--debian/source/lintian-overrides6
1 files 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*