Lucas Wall <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> I read the Debian Policy and didn't installed documentation in
> "/usr/lib". What I did was move the html manual out of the main program
> install dir and place it in "/usr/share/doc", but the web UI links to the
> manual so I placed a symbolic link.
>
> ln -fs /usr/share/doc/popfile/manual
> $(DESTDIR)/usr/lib/popfile/manual
you can use dh_links and set:
echo usr/share/doc/popfile/manual usr/lib/popfile \
> debian/popfile.links