Describe the bug
When building the packages, you get a lintian warning that the binaries it provides don't have man pages.
To Reproduce
Run lintian on the packages.
Expected behavior
No warning.
Additional context
There is in fact two different issues:
- No man pages for /usr/sbin/*dsprpcd binaires: Those binaries should not be called from a user (only from services), so they should not be in /usr/sbin, but in /usr/lib/.
- No man pages for /usr/bin/fastrpc_test: You could do a small man page (just copy pasting the --help output).
In both case, if you don't want to apply those changes, you should then add the lintian-overrides for those warning, and commenting the reason you keep the binaries in /usr/sbin or not providing the man page for fastrpc_test.
Describe the bug
When building the packages, you get a lintian warning that the binaries it provides don't have man pages.
To Reproduce
Run lintian on the packages.
Expected behavior
No warning.
Additional context
There is in fact two different issues:
In both case, if you don't want to apply those changes, you should then add the lintian-overrides for those warning, and commenting the reason you keep the binaries in /usr/sbin or not providing the man page for fastrpc_test.