gdb 15.1-1ubuntu1 source package in Ubuntu

Changelog

gdb (15.1-1ubuntu1) oracular; urgency=medium

  * Merge with Debian; remaining Ubuntu changes:
    - build from upstream tarball
    - debian/control:
      - removed gdb-minimal package
      - added gdb-doc package
      - added (build-)dependency libc6-dbg on armhf
      - exclude libsource-highlight-dev on i386
    - debian/control.in:
      - added (build-)dependency libc6-dbg on armhf
      - exclude libsource-highlight-dev on i386
    - debian/patches/series:
      - apply patches gdb-strings and ptrace-error-verbosity
    - debian/gdb.install & debian/gdbserver.install:
      - include manpages in binary packages
    - debian/rules:
      - skip tests on armhf, hanging on the buildds
      - configure with --disable-werror
      - disable configure with --disable-sim
      - clean gdb/doc/GDBvn.texi before build
      - show test summary after test run
      - disable man-page installation (moved to *.install files)
  * Add loongarch64-linux-gnu as a target for gdb-multiarch.
  * Explicitly build with hardening=-all,+format.

gdb (15.1-1) unstable; urgency=medium

  [ Guillem Jover ]
  * Remove references to obsolete m32r arch. (Closes: #1056763)

  [ Joel Stanley ]
  * Add or1k-linux-gnu as a target for gdb-multiarch

  [ Héctor Orón Martínez ]
  * New upstream version 15.1
  * debian/patches: refresh
  * debian/control*: stop gdb-minimal from providing gdb (Closes: #1057780)
  * debian/control{,.in}: make gdb-source Multi-Arch foreign (Closes: #1043445)
  * debian/rules: avoid build failure due to with-mpfr requiring a path
  * debian/patches/gfdl-dont-build-manpages.patch: avoid building manpages

  [Ricardo Ribalda]
  * debian/patches/{fix-blhc-libiberty.patch, fix-blhc-chew.patch}:
    - Fix blhc test for chew and libiberty, false positives
  * debian/rules: Fix reprotest and export build variables

  [ Aurelien Jarno ]
  * Drop kfreebsd-* specific build-depends, the ports have been removed

 -- Matthias Klose <email address hidden>  Sat, 10 Aug 2024 08:21:32 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
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_15.1.orig.tar.xz 23.2 MiB 38254eacd4572134bca9c5a5aa4d4ca564cbbd30c369d881f733fb6b903354f2
gdb_15.1-1ubuntu1.debian.tar.xz 49.0 KiB 078477e397001f15d585caf3e4cec90767ada921f8870f8196cb62a006c52c93
gdb_15.1-1ubuntu1.dsc 2.6 KiB cb3f0f0e87e7afe2a17f9ebd1c30b273bd806e485118adda5e817d370aec3cff

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