tags 528903 + upstream patch
quit

Hi Noèl,

Norbert Preining wrote:

> the files:
>       usr/share/info/smbc.info.gz
> do not ship info dir sections. Thus, calling install-info (the GNU version)
> on these files issue a warning:
>       install-info: warning: no info dir entry in `/usr/share/info/...'
> and the file is not included in the dir file.

Yes, I can reproduce this.

> The source of this problem is the following missing entry in the
> texinfo source:
>       @dircategory Package short info
>       @direntry
>       * menu item 1: (infofile).              Description.
>       * menu item 2: (infofile2).             Description.
>       @end direntry
> In the experimental package we still let the above warnings go through,
> but with an upload to unstable they will be probably supressed.

Here's a rough patch (untested).  If you are still in contact with
upstream, could you discuss it with him?

Thanks and hope that helps,
Jonathan
---
 doc/smbc.texi |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/smbc.texi b/doc/smbc.texi
index d136698c..0574c85b 100644
--- a/doc/smbc.texi
+++ b/doc/smbc.texi
@@ -45,6 +45,11 @@ entitled ``GNU Free Documentation License''.
 @end quotation
 @end copying
 
+@dircategory Samba
+@direntry
+* Samba Commander: (smbc).             Text-mode SMB browser and file manager.
+@end direntry
+
 @ifnottex
 @node Top, Overview, ,
 @top Smbc @value{VERSION}
-- 
1.7.8.4



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to