avarice 2.14+svn392-1 source package in Ubuntu

Changelog

avarice (2.14+svn392-1) unstable; urgency=medium

  * New upstream SVN snapshot.
    - It should compile with gcc-11 (Closes: #983977)
  * Update d/watch to follow the SVN; add mangling script to remove extra
    arvarice directory in tarball.
  * Override repackaged-source-not-advertised.
  * Christian Kastner wants to step down as Maintainer, so adding myself as
    Maintainer. A big Thank You for all your contributions!
  * Remove debian/patches/ftbfs-__unused.patch as have been applied upstream.
  * Update SV to 4.6.0 -- no changes required.
  * Add d/upstream/metadata.

 -- Tobias Frost <email address hidden>  Sat, 16 Oct 2021 12:40:06 +0200

Upload details

Uploaded by:
Tobias Frost
Uploaded to:
Sid
Original maintainer:
Tobias Frost
Architectures:
any
Section:
electronics
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe electronics

Downloads

File Size SHA-256 Checksum
avarice_2.14+svn392-1.dsc 1.9 KiB 1946018d1d02eb52b7df836df4d6cbf81789fd3dbfc220d177f27d4f59238d16
avarice_2.14+svn392.orig.tar.xz 139.2 KiB 2d57d55bd3caeac0852003c06d73f4b42ed6a0d8e0dafdc1a29b9fc3e994f630
avarice_2.14+svn392-1.debian.tar.xz 6.7 KiB 4b94be5ecb9f636a025ebf3c1820a8d31e484c72fbc7e4ee5962442816ae9f2b

Available diffs

No changes file available.

Binary packages built by this source

avarice: 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

avarice-dbgsym: debug symbols for avarice