Update Lintian overrides for new incompatible syntax

This commit is contained in:
Luca Boccassi 2022-08-26 23:16:17 +01:00
parent 5d8a69933d
commit 2761eee58d
5 changed files with 16 additions and 16 deletions

View File

@ -1,2 +1,2 @@
# Intentional: value of config got in a release by mistake, needs to be kept
libsystemd-shared: spelling-error-in-binary usr/lib/*/systemd/libsystemd-shared-251.so anually annually
libsystemd-shared: spelling-error-in-binary anually annually [usr/lib/*/systemd/libsystemd-shared-251.so]

View File

@ -2,4 +2,4 @@
systemd-journal-remote: spare-manual-page
systemd-journal-remote: package-supports-alternative-init-but-no-init.d-script
# It's not documentation, it's data for the web server
systemd-journal-remote: package-contains-documentation-outside-usr-share-doc usr/share/systemd/gatewayd/browse.html
systemd-journal-remote: package-contains-documentation-outside-usr-share-doc [usr/share/systemd/gatewayd/browse.html]

View File

@ -1,9 +1,9 @@
# It's not documentation, it's test data
systemd-tests: package-contains-documentation-outside-usr-share-doc
# netlink keyword
systemd-tests: spelling-error-in-binary usr/lib/systemd/tests/test-network iif if
systemd-tests: spelling-error-in-binary iif if [usr/lib/systemd/tests/test-network]
# variable name, not a typo
systemd-tests: spelling-error-in-binary usr/lib/systemd/tests/manual/test-udev ressize resize
systemd-tests: spelling-error-in-binary ressize resize [usr/lib/systemd/tests/manual/test-udev]
# test binaries, we don't care about these flags
systemd-tests: hardening-no-fortify-functions
systemd-tests: hardening-no-bindnow

View File

@ -5,15 +5,15 @@ systemd: systemd-service-file-missing-install-key
systemd: spare-manual-page
systemd: package-supports-alternative-init-but-no-init.d-script
# These are shipped intentionally to provide a skeleton
systemd: package-contains-empty-directory lib/systemd/system-shutdown/
systemd: package-contains-empty-directory lib/systemd/system-sleep/
systemd: package-contains-empty-directory lib/systemd/system/local-fs.target.wants/
systemd: package-contains-empty-directory lib/systemd/system/runlevel1.target.wants/
systemd: package-contains-empty-directory lib/systemd/system/runlevel2.target.wants/
systemd: package-contains-empty-directory lib/systemd/system/runlevel3.target.wants/
systemd: package-contains-empty-directory lib/systemd/system/runlevel4.target.wants/
systemd: package-contains-empty-directory lib/systemd/system/runlevel5.target.wants/
systemd: package-contains-empty-directory usr/lib/binfmt.d/
systemd: package-contains-empty-directory usr/lib/modules-load.d/
systemd: package-contains-empty-directory [lib/systemd/system-shutdown/]
systemd: package-contains-empty-directory [lib/systemd/system-sleep/]
systemd: package-contains-empty-directory [lib/systemd/system/local-fs.target.wants/]
systemd: package-contains-empty-directory [lib/systemd/system/runlevel1.target.wants/]
systemd: package-contains-empty-directory [lib/systemd/system/runlevel2.target.wants/]
systemd: package-contains-empty-directory [lib/systemd/system/runlevel3.target.wants/]
systemd: package-contains-empty-directory [lib/systemd/system/runlevel4.target.wants/]
systemd: package-contains-empty-directory [lib/systemd/system/runlevel5.target.wants/]
systemd: package-contains-empty-directory [usr/lib/binfmt.d/]
systemd: package-contains-empty-directory [usr/lib/modules-load.d/]
# netlink keyword
systemd: spelling-error-in-binary lib/systemd/systemd-networkd iif if
systemd: spelling-error-in-binary iif if [lib/systemd/systemd-networkd]

View File

@ -5,4 +5,4 @@ udev: spare-manual-page
udev: package-supports-alternative-init-but-no-init.d-script
udev: maintainer-script-calls-systemctl
# variable name, not a typo
udev: spelling-error-in-binary bin/udevadm ressize resize
udev: spelling-error-in-binary ressize resize [bin/udevadm]