Re: ITP: cgdb -- A curses-based interface to the GNU Debugger (GDB)

2012-10-09 Thread Corinna Vinschen
On Sep 22 13:46, marco atzeri wrote:
> On 9/22/2012 11:41 AM, Jari Aalto wrote:
> >wget --recursive --no-host-directories --cut-dirs=3 \
> > http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1-src.tar.bz2 \
> > http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1.tar.bz2 \
> > http://cante.net/~jaalto/tmp/cygwin/cgdb/setup.hint
> > 
> >   |
> >Included in Debian:
> >
> >   http://packages.debian.org/cgdb
> >
> >To check packaging:
> >
> >   tar -xf *-src.tar.bz2
> >   ./*.sh --color --verbose all
> >
> >Jari
> >
> 
> 
> GTG. it builds and runs fine

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: ITP: cgdb -- A curses-based interface to the GNU Debugger (GDB)

2012-09-22 Thread marco atzeri

On 9/22/2012 11:41 AM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/cgdb/setup.hint

   |
Included in Debian:

   http://packages.debian.org/cgdb

To check packaging:

   tar -xf *-src.tar.bz2
   ./*.sh --color --verbose all

Jari




GTG. it builds and runs fine



ITP: cgdb -- A curses-based interface to the GNU Debugger (GDB)

2012-09-22 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/cgdb/cgdb-0.6.6-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/cgdb/setup.hint

  |
Included in Debian:

  http://packages.debian.org/cgdb

To check packaging:

  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all

Jari

[ setup.hint ]

sdesc: "A curses-based interface to the GNU Debugger (GDB)"
ldesc: "The goal of program is to be lightweight and responsive; not
encumbered with unnecessary features. The interface is designed to
deliver the familiar GDB text interface, with a split screen showing
the source as it executes. The UI is modeled on the classic Unix text
editor, vi. Those familiar with vi should feel right at home using
CGDB."
category: Devel
requires: libncurses10 libreadline7