1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# deliberate, and detailed in README.Debian, and same as mksh-static
mksh: statically-linked-binary bin/lksh
# deliberate, and detailed in README.Debian, choices for mksh-static
mksh: statically-linked-binary usr/lib/*
# true but not an oversight, there is none bundled with the sources
mksh: no-upstream-changelog
# see musl.lintian-overrides for the rationale
mksh: triplet-dir-and-architecture-mismatch
# false positive (“test a -ot b”)
mksh: spelling-error-in-manpage usr/share/man/man1/mksh.1.gz ot to
# false positive, presence is tested
mksh: missing-depends-on-sensible-utils
|