> I'm playing with packaging, and lintian's complaining about no manpage for > a binary... but I have a myapp.1 manpage in both the debian/ > control-directory and the root of the source directory.. > > I don't understand what I'm doing wrong :( > > Any pointers would be greatly appreciated.. as otherwise, the package > creation was remarkably successful and painless :)
Is your man page actually being installed in the build directory? Are you using debhelper? If so, are you calling "dh_installmanpages" or "dh_installman path/to/myapp.1" in debian/rules? Eric