gdb 13.1-2ubuntu1 source package in Ubuntu

Changelog

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

  * 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-2) unstable; urgency=medium

  * Apply upstream proposed fix for PR/30158
    (Closes: #1031745)
  * debian/patches: refresh
  * install changelog on binary-arch packages
    (Closes: #1031722)
  * adjust lintian overrides

 -- Matthias Klose <email address hidden>  Sat, 25 Feb 2023 06:59:44 +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-2ubuntu1.debian.tar.xz 47.8 KiB 43ea9ffc44e0343cb4500e11cb2bacc445adc9cdc452b44505d5da4927bac478
gdb_13.1-2ubuntu1.dsc 2.6 KiB 18070ab3e29803aae8e3b1255842270968987880d242191117622229c2c3d922

Available diffs

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