summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2023-03-19 11:51:00 -0300
committerRafael Laboissière <rafael@debian.org>2023-03-19 11:51:00 -0300
commitbf6ad544ea4d43c8f4ac70fe840a76f92a1d72d7 (patch)
tree9fed2024ec00a1df4e1731d941fb4d6f71e05052
parentf86995ab6b26d273cf96ee7cb17a873e4195e3fb (diff)
d/octave-stk.lintian-overrides: Update for new syntax (file names inside square brackets)
-rw-r--r--debian/octave-stk.lintian-overrides4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/octave-stk.lintian-overrides b/debian/octave-stk.lintian-overrides
index d94b13b..8be2a58 100644
--- a/debian/octave-stk.lintian-overrides
+++ b/debian/octave-stk.lintian-overrides
@@ -1,8 +1,8 @@
# The *.mex files produced by the octave-stk package behave as plugin
# modules which are loaded at running time by Octave. There is no
# need to provide dependency information for them.
-octave-stk: shared-library-lacks-prerequisites usr/lib/*
+octave-stk: shared-library-lacks-prerequisites [usr/lib/*]
# This is a false positive. The file
# usr/share/doc/octave-stk/changelog.gz is not the Debian changelog.
-octave-stk: debian-changelog-file-is-a-symlink usr/share/doc/octave-stk/changelog.gz
+octave-stk: debian-changelog-file-is-a-symlink [usr/share/doc/octave-stk/changelog.gz]