Source: avarice
Section: electronics
Priority: optional
Maintainer: Christian Kastner <debian@kvr.at>
Uploaders: Tobias Frost <tobi@debian.org>
Build-Depends: binutils-dev,
               debhelper (>> 9),
               dh-autoreconf,
               libiberty-dev,
               libusb-dev,
               zlib1g-dev
Build-Conflicts: binutils-multiarch
Standards-Version: 3.9.6
Homepage: http://avarice.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/collab-maint/avarice.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/avarice.git

Package: avarice
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gdb-avr
Description: use GDB with Atmel AVR debuggers
 AVaRICE is a program which interfaces the GNU Debugger with the AVR JTAG ICE,
 and other debuggers, available from Atmel. It connects to gdb via a TCP socket
 and communicates via gdb's "serial debug protocol".
 .
 This protocol allows gdb to send commands like "set/remove breakpoint" and
 "read/write memory". AVaRICE translates this commands into the Atmel protocol
 used to control the JTAG ICE (or other) debugger.
 .
 Because the GDB-AVaRICE connection is via a TCP socket, the two programs do
 not need to run on the same machine.
 .
 The currently supported debuggers are:
 .
  * JTAG ICE mkI
  * JTAG ICE mkII
  * AVR Dragon
