Debian / debiman

debiman generates a static manpage HTML repository out of a Debian archive
Apache License 2.0
185 stars 46 forks source link

Some manpages (e.g. emacs-lucid, gcc-doc, ganeti) cannot be rendered #159

Open stapelberg opened 1 year ago

stapelberg commented 1 year ago

Filing this issue for tracking. Not sure if there is one root cause or multiple.

The common thing between these packages is that their manpages are symlinks outside of their own package, e.g.:

% ls -l bullseye/emacs-lucid/
total 12
lrwxrwxrwx 1 manpages manpages   33 Mar 20  2021 emacs-lucid.1.en.gz -> aux/usr/share/man/man1/emacs.1.gz

For ganeti, we have documented this here already:

https://github.com/Debian/debiman/blob/ed403862b1b294d7c9db30d4e12df242acb52428/cmd/debiman/download.go#L246