diff options
Diffstat (limited to 'debian/screen.lintian-overrides')
-rw-r--r-- | debian/screen.lintian-overrides | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/screen.lintian-overrides b/debian/screen.lintian-overrides new file mode 100644 index 0000000..9b40b4f --- /dev/null +++ b/debian/screen.lintian-overrides @@ -0,0 +1,20 @@ +# Only the fixup to migrate away from old /tmp/.screen +screen: possibly-insecure-handling-of-tmp-files-in-maintainer-script preinst:8 + +# There is no status, it's just for cleaning up. +screen: init.d-script-does-not-implement-optional-option etc/init.d/screen-cleanup status + +# hyphen-used-as-minus-sign false positives +# "'$'-character" +screen: hyphen-used-as-minus-sign usr/share/man/man1/screen.1.gz:679 +# "`%'-character" +screen: hyphen-used-as-minus-sign usr/share/man/man1/screen.1.gz:833 + +# 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 + +# False positive, it's user and group +screen: spelling-error-in-readme-debian root root (duplicate word) root |