Re: [Cgdb-devel] Bug in cgdb.texinfo
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2006-06-24 18:21:48
|
On Sat, Jun 24, 2006 at 10:09:05AM -0400, Andrew Lofthouse wrote: > Hi all, > > I've just discovered cgdb via cgywin, and now I'm trying to get it > packaged in Fedora Extras. I've noticed a minor problem, though. There > needs to be some spaces (or tabs) between the name of the texinfo node > and the title. Otherwise, info can't find the correct node from the dir > menu. Here's a diff: > > --- cgdb-0.6.3/doc/cgdb.info 2006-06-03 14:10:03.000000000 -0400 > +++ cgdb-0.6.3/doc/cgdb.info.new 2006-06-24 08:31:26.000000000 > -0400 > @@ -21,7 +21,7 @@ > > INFO-DIR-SECTION Software development > START-INFO-DIR-ENTRY > -* CGDB: (CGDB)GNU Ncurses front end to GDB. > +* CGDB: (CGDB) GNU Ncurses front end to GDB. > END-INFO-DIR-ENTRY I've applied the patch. It looks like this now. START-INFO-DIR-ENTRY * CGDB: (CGDB). GNU Ncurses front end to GDB. END-INFO-DIR-ENTRY Do you mind building CGDB from source and telling me if things work for you now? Also, are you going to activly maintain CGDB in the Fedora Extras? If so, we could put this on our web site (cgdb.sf.net). Bob Rossi |