I am using fpm
to generate my debian package from a directory which contains my bash script.
The directory has only this bash script. I want to add a man page to the package so that I can view the man page using man
command after installing my deb package . how to do so ?
What's the fpm
option or command to include the created manpage in the package ?