[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_installinfo not created postinst entry




Hey, thanks!
When in doubt, check the source!  (Now why didn't I think of
that?)

Many thanks!

Julian Gilbey wrote:

> From /usr/bin/dh_installinfo:
> 
>     # Only register with install-info if this is a head file in
>     # a tree of info files.
>     if ($file=~/\.info$/ && ! $dh{NOSCRIPTS}) {
> 
> So there's the problem: doc/gri is not considered a head file as it
> doesn't end '.info'.  Maybe the following replacement for the above
> would give more appropriate behaviour:
> 
>     if ($file !~ /-\d+$/ && ! $dh{NOSCRIPTS}) {



Reply to: