Martin Habets wrote: > I got around this problem with the patch below. Basically, it checks > for a gzip-ed version of the file in the .so line.
This bug concerns building a package containing the man pages and
another containing .so links to the man pages.
> + if (! -f $solink && -f $solink.'.gz') {
> + $solink = $solink . '.gz';
> + }
> + if (! -f $solink) {
> + error($_ . " refers to non-existant file " . $solink);
> + }
Your patch only operates on a single package so it cannot be related to
fixing this bug.
--
see shy jo
signature.asc
Description: Digital signature

