diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:30:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:30:44 +0000 |
commit | 1d1b5c2a2854ce0385a89401c504711270c6f7a3 (patch) | |
tree | 045f1bf9d39fb409f8f9bc1a46ce2f8ee8c67908 /debian/screen.lintian-overrides | |
parent | Adding upstream version 4.9.1. (diff) | |
download | screen-1d1b5c2a2854ce0385a89401c504711270c6f7a3.tar.xz screen-1d1b5c2a2854ce0385a89401c504711270c6f7a3.zip |
Adding debian version 4.9.1-1.debian/4.9.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/screen.lintian-overrides')
-rw-r--r-- | debian/screen.lintian-overrides | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/screen.lintian-overrides b/debian/screen.lintian-overrides new file mode 100644 index 0000000..8177429 --- /dev/null +++ b/debian/screen.lintian-overrides @@ -0,0 +1,19 @@ +# There is no status, it's just for cleaning up. +screen: init.d-script-does-not-implement-status-option [etc/init.d/screen-cleanup] + +# It doesn't need redirection to systemctl. There is +# /etc/tmpfiles.d/screen-cleanup.conf and +# /lib/systemd/system/screen-cleanup.service for that. +screen: init.d-script-does-not-source-init-functions [etc/init.d/screen-cleanup] + +# False positive, handled by debian/tmpfile, debian/postinst and +# debian/postrm. See https://bugs.debian.org/740301 and +# https://bugs.launchpad.net/bugs/1462692 for the context of this +# implementation. +screen: missing-systemd-service-for-init.d-rcS-script screen-cleanup [etc/init.d/screen-cleanup] + +# False positive, it's user and group +screen: spelling-error-in-readme-debian root root (duplicate word) root [usr/share/doc/screen/README.Debian.gz] + +# On purpose, documentation on national encoding +screen: national-encoding [usr/share/doc/screen/terminfo/8bits] |