1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
# deliberate, and detailed in README.Debian, and same as mksh-static
mksh: statically-linked-binary [usr/bin/lksh]
# lintian bug #1068304 on static-pie executables, here musl
mksh: shared-library-lacks-prerequisites [usr/bin/lksh]
# lintian bug #1079393 prevents this from working
mksh: mismatched-override statically-linked-binary *
mksh: unused-override shared-library-lacks-prerequisites *
# deliberate, and detailed in README.Debian, choices for mksh-static
mksh: statically-linked-binary [usr/lib/*]
# lintian bug #1068304
mksh: shared-library-lacks-prerequisites [usr/lib/*-linux-musl*/bin/mksh]
# see musl.lintian-overrides for the rationale
mksh: triplet-dir-and-architecture-mismatch * for musl-linux-*
# lintian bug #966316
mksh: acute-accent-in-manual-page [usr/share/man/man1/lksh.1.gz:32]
mksh: acute-accent-in-manual-page [usr/share/man/man1/mksh.1.gz:34]
# false positive (“test a -ot b”)
mksh: typo-in-manual-page ot to [usr/share/man/man1/mksh.1*
# correct placement (dietlibc/klibc/musl/static/debug)
# (used before /usr/libexec became a thing on GNU/Linux and also
# good as defined by the dietlibc and klibc packaging as standard)
mksh: executable-in-usr-lib
# these are to clean old add-shell(8) damage, not actually dereferenced
mksh: bin-sbin-mismatch *bin/mksh* -> *bin/mksh* [postinst]
mksh: bin-sbin-mismatch *bin/mksh* -> *bin/mksh* [prerm]
# bogus filesystem layout mandated by RT; the /bin/mksh path in the menu file is correct
mksh: menu-command-not-in-package bin/mksh *
# similarly, the #!/bin/mksh shebang is canonical
mksh: bin-sbin-mismatch bin/mksh -> usr/bin/mksh [usr/share/doc/mksh/examples/uhr]
# there additionally may be some false positives related to
# the static libasan/libubsan within the mksh-g binary, such
# as spelling errors, and on 32-bit platforms “no LFS support”
# which is patently untrue for the shell
|