gdb 13.1-1ubuntu1 source package in Ubuntu

Changelog

gdb (13.1-1ubuntu1) lunar; urgency=medium

  * GDB 13.1 release.
  * Merge with Debian; remaining changes:
    - Build from the upstream source tarball.
    - Build a gdb-doc package, include manpages in binary packages.
    - Regenerate the control file.
    - Apply patches gdb-strings and ptrace-error-verbosity.
    - Don't use libsource-highlight-dev on i386.
    - Skip tests on armhf, hanging on the buildds.
    - (Build-)depend on libc6-dbg on armhf.
    - Don't configure with --disable-sim.
    - Configure with --disable-werror.
    - Clean gdb/doc/GDBvn.texi before build.
    - Show test summary after test run.
    - Don't build a gdb-minimal package.

gdb (13.1-1) unstable; urgency=medium

  * New upstream release.
    (Closes: #1031625)

 -- Matthias Klose <email address hidden>  Tue, 21 Feb 2023 07:58:50 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Lunar
Original maintainer:
Hector Oron
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gdb_13.1.orig.tar.xz 22.6 MiB 115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
gdb_13.1-1ubuntu1.debian.tar.xz 268.4 KiB ad6f73620631fef3478417839756751a62846376e242b9c1fafd863692f295a9
gdb_13.1-1ubuntu1.dsc 2.6 KiB 25c2ae94ec44b6f573bfd9a695c13a6dec2d8dbc0a683e4c335c185fc5f2ef30

View changes file

Binary packages built by this source

gdb: GNU Debugger

 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, gdb supports C, C++, D,
 Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
 Go, and Ada. A must-have for any serious programmer.

gdb-dbgsym: debug symbols for gdb
gdb-doc: The GNU Debugger Documentation

 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, it works for C, C++, Fortran,
 Modula 2 and Java programs. A must-have for any serious
 programmer.
 .
 This package contains the GDB manual.

gdb-multiarch: GNU Debugger (with support for multiple architectures)

 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, gdb supports C, C++, D,
 Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
 Go, and Ada. A must-have for any serious programmer.
 .
 This package contains a version of GDB which supports multiple
 target architectures.

gdb-multiarch-dbgsym: debug symbols for gdb-multiarch
gdb-source: GNU Debugger (source)

 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, gdb supports C, C++, D,
 Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
 Go, and Ada. A must-have for any serious programmer.
 .
 This package contains the sources and patches which are needed
 to build GDB.

gdbserver: GNU Debugger (remote server)

 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, gdb supports C, C++, D,
 Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
 Go, and Ada. A must-have for any serious programmer.
 .
 This package contains gdbserver. Install this to debug remotely
 from another system where GDB is installed.

gdbserver-dbgsym: debug symbols for gdbserver