Update syntax of Lintian overrides for newer Lintian
This commit is contained in:
parent
3c7db4e811
commit
3172dd9cc7
|
|
@ -1,2 +1,2 @@
|
||||||
# ostree-remount genuinely does need to be run that early
|
# ostree-remount genuinely does need to be run that early
|
||||||
ostree-boot: systemd-service-file-refers-to-unusual-wantedby-target */systemd/system/ostree-remount.service local-fs.target
|
ostree-boot: systemd-service-file-refers-to-unusual-wantedby-target local-fs.target [*/systemd/system/ostree-remount.service]
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ ostree-tests: extra-license-file usr/libexec/installed-tests/libostree/gpg-verif
|
||||||
ostree-tests: extra-license-file usr/libexec/installed-tests/libostree/gpg-verify-data/lgpl2.sig*
|
ostree-tests: extra-license-file usr/libexec/installed-tests/libostree/gpg-verify-data/lgpl2.sig*
|
||||||
|
|
||||||
# This is deliberate, working around the assumption of recursive make
|
# This is deliberate, working around the assumption of recursive make
|
||||||
ostree-tests: symlink-is-self-recursive usr/libexec/installed-tests/libostree/tests .
|
ostree-tests: symlink-is-self-recursive . [usr/libexec/installed-tests/libostree/tests]
|
||||||
|
|
||||||
# gjs has been broken on sparc64 for a while, and is missing on the
|
# gjs has been broken on sparc64 for a while, and is missing on the
|
||||||
# other architectures mentioned here.
|
# other architectures mentioned here.
|
||||||
|
|
@ -14,4 +14,4 @@ ostree-tests: symlink-is-self-recursive usr/libexec/installed-tests/libostree/te
|
||||||
|
|
||||||
# This shared object genuinely doesn't use any libc ABIs directly,
|
# This shared object genuinely doesn't use any libc ABIs directly,
|
||||||
# only via GLib
|
# only via GLib
|
||||||
library-not-linked-against-libc usr/libexec/installed-tests/libostree/libreaddir-rand.so
|
library-not-linked-against-libc [usr/libexec/installed-tests/libostree/libreaddir-rand.so]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue