Decklin Foster wrote: > - I'm using dh_installinfo to write the install-info call into my > maintainer scripts, which produces something like: > > install-info --quiet /usr/share/info/yafc.info > > How do I get it to use a section? (If the answer is "file a bug on > debhelper", I'll go ahead...)
dh_installinfo looks for INFO-DIR-SECTION lines in info pages to try to figure out what section they go in. If none are found, it doesn't specify a section. Fix your info file and all should be well. -- see shy jo

