dwww Home | Show directory contents | Find package

gdb (16.3-1) unstable; urgency=medium

  * d/u/signing-key.asc: Remove problematic key.
    Importing a new version of GDB would lead to uscan errors regarding
    this key.  Moreover, since we're repacking the tarball anyway, the
    signature verification would always fail.
  * d/watch: Remove pgpsigurlmangle option.
  * New upstream version 16.3

 -- Sergio Durigan Junior <sergiodj@debian.org>  Mon, 21 Apr 2025 12:29:40 -0400

gdb (16.2-8) unstable; urgency=medium

  * d/rules: Invert rule deciding when libinproctrace is installed.
    It's easier and less error-prone to filter the availability of
    libinproctrace instead of its unavailability.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Tue, 18 Mar 2025 18:38:48 -0400

gdb (16.2-7) unstable; urgency=medium

  * d/rules: Don't install libinproctrace on mips64el.
  * d/rules: s/FLAKY_ARCHITECTURES/FLAKY_TEST_ARCHITECTURES/.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sun, 16 Mar 2025 21:09:53 -0400

gdb (16.2-6) unstable; urgency=medium

  * d/rules: Fix yet another typo with libinproctrace installation.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sun, 16 Mar 2025 13:29:34 -0400

gdb (16.2-5) unstable; urgency=medium

  * d/rules: Fix typo on last upload.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 15 Mar 2025 17:46:43 -0400

gdb (16.2-4) unstable; urgency=medium

  * d/rules: Only install libinproctrace on supported arches.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 15 Mar 2025 16:02:51 -0400

gdb (16.2-3) unstable; urgency=medium

  * d/NEWS: Properly format last entry.
  * d/rules: Small cleanup.
  * d/rules: Don't install gdb.{log,sum}.
    These are artifacts of the test run and don't need to be installed on
    the user's system.
  * d/rules: Install libinproctrace.so on all architectures.
  * d/rules: Properly export build flags.
  * d/control*: Bump Standards-Version to 4.7.2; no changes needed.
  * Move lintian override to proper file.
    - d/gdb.lintian-overrides: Move override from here...
    - d/gdb-multiarch.lintian-overrides: ... to here.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 15 Mar 2025 00:04:57 -0400

gdb (16.2-2) unstable; urgency=medium

  * d/rules: Disable tests on alpha due to flakiness.
  * d/gdb.links: Remove; prepare for the reintroduction of gdb-multiarch.
  * d/control{,.in}: Reintroduce gdb-multiarch. (Closes: #1095738, #1093542)
  * d/rules: Reintroduce gdb-multiarch.
  * d/control{,.in}: Make gdb-minimal transitional package.
  * d/NEWS: Add entry about reintroduction of gdb-multiarch.
  * d/p/Port-GDB-to-Hurd-x86_64.patch: Port GDB to GNU/Hurd amd64.
    (Closes: #1095703)

 -- Sergio Durigan Junior <sergiodj@debian.org>  Mon, 17 Feb 2025 01:09:26 -0500

gdb (16.2-1) unstable; urgency=medium

  * New upstream version 16.2
  * d/control{,.in}: Bump Standards-Version to 4.7.0; no changes needed.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Thu, 06 Feb 2025 18:16:19 -0500

gdb (16.1-2) unstable; urgency=medium

  * d/copyright: Update.
  * d/s/lintian-overrides: Add override about AC_PATH_PROG.
  * d/rules: Disable tests on sparc64.
  * Manually install gcore script, as it isn't available on all arches.
    - d/gdb.install: Remove usr/bin/gcore.
    - d/rules: Only install gcore script on non-hurd-amd64 architectures.
  * d/rules: Disable selftest run.
    For non-development builds, "maintenance selftest" is disable.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 25 Jan 2025 20:10:26 -0500

gdb (16.1-1) unstable; urgency=medium

  * d/gbp.conf: Fix debian-branch.
  * d/control.in: Update.
  * d/gdb.install: Install new "gstack" program.
  * d/NEWS: Add entry about gdb-{minimal,multiarch} drop.
  * d/gdb-multiarch.postinst: Remove unnecessary file.
  * d/rules: Disable test run on x32 and hppa due to flakiness.
  * d/sanitize-gdb.sh: Adapt it to work with uscan.
  * d/watch: Invoke sanitize-gdb.sh to repack.
  * New upstream version 16.1
  * d/gdb.lintian-overrides: Add no-manual-page override for gstack.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sun, 19 Jan 2025 02:03:37 -0500

gdb (16.0.90.20250111-1~exp2) experimental; urgency=medium

  * d/{upstream-signing-key.pgp,s/included-binaries}: Remove.
    We already have the correct signing key located under
    debian/upstream/.
  * d/{gdb.,gdbserver.,source/}lintian-overrides: Improve overrides.
  * d/rules: Improve testsuite execution.
    GDB historically has suffered from flaky testcases.  Let's try to
    workaround this limitation by testing only a subset of known stable
    tests.
    This change also improves the coverage by running tests against native
    GDB, native-gdbserver, and native-extended-gdbserver.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sun, 12 Jan 2025 23:17:56 -0500

gdb (16.0.90.20250111-1~exp1) experimental; urgency=medium

  * d/watch: Modernize.
  * New upstream version 16.0.90.20250111
  * d/sanitize-gdb.sh: Modernize.
    It's unclear whether we still need this script or not.
  * New upstream version 16.0.90.20250111
  * d/rules: Default to --enable-targets=all.
  * d/p/solve_PATH_MAX_issue.patch: Remove.
    nto-tdep.* has been removed upstream.
  * d/p/gfdl-dont-build-manpages.patch: Refresh.
  * d/p/fix-blhc-chew.patch: Refresh.
  * d/p/fix-build.patch: Remove unused patch.
  * d/p/gdb-fortran-main.patch: Remove patch; too old and hard to maintain.
    This patch has been added at least 19 years ago.  GDB has changed *a
    lot* since then, and I'm not convinced this is still necessary.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Sat, 11 Jan 2025 19:40:14 -0500

gdb (15.2-2~exp1) experimental; urgency=medium

  * d/rules: Simplify "install" definition.
  * d/control{,.minimal}: Get rid of gdb-minimal and gdb-multiarch.
    These packages will now be provided by gdb itself; there's no reason
    to keep them separated.
  * d/rules: Drop support for minimal and multiarch package variants.
  * d/gdb.links: Symlink gdb-multiarch -> gdb for backward-compatibility.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Thu, 09 Jan 2025 20:12:05 -0500

gdb (15.2-1) unstable; urgency=medium

  * d/p/gdb-glibc-vdso-workaround.patch: Remove unnecessary patch.
  * Remove obsolete patches.
    - d/p/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch: Not
      needed anymore; Fedora GDB also removed it recently.
    - d/p/gdb_configure.nat.patch: Not applicable anymore.
    - d/p/fork-inferior-fix: Likewise.
    - d/p/fix-build.patch: Likewise.
  * d/control{,.in}: B-D on pkgconf instead of pkg-config.
  * d/rules: Include pkg-info.mk; don't use dpkg-parsechangelog.
  * d/rules: Use DEB_VENDOR instead of lsb_release.
  * d/control{,.in}: Don't B-D on lsb-release as it's not needed anymore.
  * d/rules: Export DEB_BUILD_MAINT_OPTIONS to enable hardening.
  * d/rules: Drop --dbgsym-migration option from dh_strip.
  * New upstream version 15.2

 -- Sergio Durigan Junior <sergiodj@debian.org>  Mon, 11 Nov 2024 18:19:38 -0500

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

 -- Héctor Orón Martínez <zumbi@debian.org>  Thu, 01 Aug 2024 07:27:27 +0200

gdb (13.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop debian/patches: included upstream.
    - fix-crash-in-inside_main_func.patch
    - aarch64-pauth-registers.patch

 -- Héctor Orón Martínez <zumbi@debian.org>  Tue, 06 Jun 2023 14:07:56 +0200

gdb (13.1-3) unstable; urgency=medium

  [ Emanuele Rocca ]
  * aarch64: add aarch64-pauth-registers.patch to check for valid inferior
    thread/regcache before reading pauth registers. (Closes: #1034611)

 -- Héctor Orón Martínez <zumbi@debian.org>  Sat, 13 May 2023 13:04:35 +0200

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

 -- Héctor Orón Martínez <zumbi@debian.org>  Fri, 24 Feb 2023 22:58:29 +0100

gdb (13.1-1) unstable; urgency=medium

  * New upstream release.
    (Closes: #1031625)

 -- Héctor Orón Martínez <zumbi@debian.org>  Mon, 20 Feb 2023 16:33:36 +0100

gdb (13.0.91.20230210-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Generate tarball using the sanitize-gdb.sh script. Closes: #1030893.
  * Fix building the gdb info documentation.

 -- Matthias Klose <doko@debian.org>  Fri, 10 Feb 2023 04:48:07 +0100

gdb (13.0.91-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * gdb 13 release candidate.

 -- Matthias Klose <doko@debian.org>  Mon, 06 Feb 2023 14:49:17 +0100

gdb (13.0.90.20230114-0.1) experimental; urgency=medium

  * Non-maintainer upload.
  * New upstream snapshot, taken from the gdb-13 release branch.
    See https://sourceware.org/pipermail/gdb-patches/2023-January/195766.html
  * Build-depend on libzstd-dev.
  * debian/copyright: Update copyright years.
  * debian/rules: Add new target to remove gfdl files.
  * Bump standards version.

 -- Matthias Klose <doko@debian.org>  Sat, 14 Jan 2023 09:59:00 +0100

gdb (13.0.50.20221012-1) experimental; urgency=medium

  * New upstream version 13.0.50.20221012
  * debian/gbp.conf: use experimental branch
  * debian/patches: update

 -- Héctor Orón Martínez <zumbi@debian.org>  Wed, 12 Oct 2022 17:48:19 +0200

gdb (12.1-4) unstable; urgency=medium

  * debian/patches/upstream-fix-core-detach-crash.patch: taken from GDB 12 branch
  * debian/patches/upstream-fix-build-readline8.patch: fix ftbfs
    (Closes: #1018821, #1020001, #1020032)

 -- Héctor Orón Martínez <zumbi@debian.org>  Wed, 12 Oct 2022 16:28:09 +0200

gdb (12.1-3) unstable; urgency=medium

  * No changes, source-only upload.

 -- Héctor Orón Martínez <zumbi@debian.org>  Thu, 07 Jul 2022 19:12:45 +0200

gdb (12.1-2) unstable; urgency=medium

  * debian/rules: disable simulator for certain arches

 -- Héctor Orón Martínez <zumbi@debian.org>  Wed, 22 Jun 2022 20:32:17 +0200

gdb (12.1-1) unstable; urgency=medium

  * Remove and thank Riku Voipio for past contributions
    (Closes: #1001561)
  * Bump standards version, no changes
  * New upstream release.
    (Closes: #1012494)
  * debian/patches: refresh, merged upstream gdb_bsd support

 -- Héctor Orón Martínez <zumbi@debian.org>  Wed, 22 Jun 2022 18:10:19 +0200

gdb (11.2-1) unstable; urgency=medium

  * New upstream release.

 -- Héctor Orón Martínez <zumbi@debian.org>  Fri, 29 Apr 2022 18:20:54 +0200

gdb (10.1-2) unstable; urgency=high

  * Acknowledge past contributions from Matthias and Samuel.
  * Sync latest updates from 10.1 branch

 -- Héctor Orón Martínez <zumbi@debian.org>  Thu, 04 Mar 2021 19:37:19 +0100

gdb (10.1-1.7+hurd.1) unreleased; urgency=high

  * patches/fork-inferior-fix: fix missing fork-inferior.c file.
  * patches/vm_min_max_address: fix missing VM_MIN/MAX_ADDRESS macros.

 -- Samuel Thibault <sthibault@debian.org>  Sun, 24 Jan 2021 10:40:47 +0000

gdb (10.1-1.7) unstable; urgency=high

  * Non-maintainer upload.
  * Update to the gdb-10-branch 20210103 (copyright updates).
  * Fix building the gdb-source package. Closes: #978391.
  * Call dh_dwz before dh_strip.
  * Add x86_64-linux-gnux32 as a target for gdb-multiarch.

 -- Matthias Klose <doko@debian.org>  Sun, 03 Jan 2021 12:07:38 +0100

gdb (10.1-1.5) unstable; urgency=medium

  * Non-maintainer upload.
  * Don't build gdb-source when only building architecture dependent packages.
  * Don't run the tests when only building arch-indep packages.
  * Support the nodoc profile. Closes: #870646.

 -- Matthias Klose <doko@debian.org>  Thu, 17 Dec 2020 10:06:12 +0100

gdb (10.1-1.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Update to the gdb-10-branch 20201212.
  * debian/rules: Get rid off the cdbs named macro names. Addresses: #973355.
  * gdb-multiarch: Don't call install with -s, build a proper dbgsym package.
    Closes: #968533.
  * gdb-source: Compress with xz instead of bz2.
  * Make the build of the minimal variant optional (built by default).
  * Allow building a gdb-doc package (disabled by default).
  * Build with babeltrace everywhere.
  * Also build gdbserver on riscv64.
  * Bump standards version.

 -- Matthias Klose <doko@debian.org>  Sat, 12 Dec 2020 10:23:22 +0100

gdb (10.1-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Convert to debhelper v10, not using the sequencer. Addresses: #973355.
  * Search for DWZ files in debug-file-directories as well, patch taken
    from the trunk.
  * Only build with debuginfod on linux targets.

 -- Matthias Klose <doko@debian.org>  Sun, 06 Dec 2020 22:42:31 +0100

gdb (10.1-1) unstable; urgency=medium

  * New upstream release.
  * bump debhelper compat to 10

 -- Héctor Orón Martínez <zumbi@debian.org>  Sun, 08 Nov 2020 16:34:21 +0100

gdb (10.0.50.20200913-1~exp1) experimental; urgency=medium

  * New upstream version 10.0.50.20200913
  * enable debuginfod support
  * debian/patches: refresh

 -- Héctor Orón Martínez <zumbi@debian.org>  Sat, 19 Sep 2020 19:21:55 +0200

gdb (9.2-1) unstable; urgency=medium

  * New upstream release.

 -- Héctor Orón Martínez <zumbi@debian.org>  Wed, 27 May 2020 17:39:34 +0200

gdb (9.1-3) unstable; urgency=medium

  * debian/patches/fix-symbol-reread-hang.patch: new patch

 -- Héctor Orón Martínez <zumbi@debian.org>  Fri, 03 Apr 2020 19:28:25 +0200

gdb (9.1-2) unstable; urgency=medium

  [ Christian Biesinger ]
  * Load gdbinit files from /etc/gdb/gdbinit.d/*. Files need to have a
    .gdb/.py extension.
  * Fix W-compiler-flags-hidden.
    Set V=1 when building so the full compile commandline is shown.
    Fixes W-compiler-flags-hidden.html from
    https://qa.debian.org/bls/packages/g/gdb.html

  [ Sergio Durigan Junior ]
  * Enable libxxhash during build.
  * Create directory /etc/gdb/gdbinit.d.
    With the new "--with-system-gdbinit-dir" option, we also need to make
    sure the new directory exists.
  * Backport patch to fix printf convenience var regression.
    This was a regression upstream that caused failures on
    libapp-stacktrace-perl. (Closes: #936055)
  * Adjust python-config.patch to use the new "--embed" from Python 3.8's config.
    This adjustment is needed because python3.8-config implements a new
    '--embed' option, which should be used by applications building an
    embedded Python interpreter.  For more info, see
    <https://bugs.python.org/issue36721>.
  * Enable libmpfr during build.

 -- Sergio Durigan Junior <sergiodj@debian.org>  Tue, 03 Mar 2020 23:49:25 -0500

gdb (9.1-1) unstable; urgency=medium

  [ Héctor Orón Martínez ]
  * New upstream version 9.1 (Closes: #906822)
  * debian/control{,.in}: python2 removal (Closes: #936591)
  * debian/patches: refresh
    + debian/patches/load-versioned-libcc1.patch: add SONAME to
      gcc-cp-interface.h (Closes: #950778)
    + debian/patches/gdb-PATH_MAX.patch: drop
  * debian/control{,.in}: build depend on pkg-config
  * debian/control{,.in}: add Sergio Durigan Junior as uploader
  * debian/README.source: point to xz upstream source instead bz2
  * debian/gcore.1: update (Closes: #904628)

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure URI in debian/watch.
  * Make "Files: *" paragraph the first in the copyright file.
  * Rely on pre-initialized dpkg-architecture variables.

  [ Christian Biesinger ]
  * debian/control: update homepage to an https URL
  * debian/{control,rules}: Enable source highlighting (Closes: #942552)

  [ Vagrant Cascadian ]
  * debian/rules: Use tar arguments to ensure consistant tarballs, setting file
    mode, uid/gid, timestamps and sort order. (Closes: #950606)

 -- Héctor Orón Martínez <zumbi@debian.org>  Sun, 09 Feb 2020 14:15:45 +0100

gdb (8.3.1-1) unstable; urgency=medium

  * New upstream version 8.3.1 (Closes: #865607)
  * debian/control: drop flex-old build depend. (Closes: #932514)
  * debian/salsa-ci.yml: add support for continous integration
  * debian/control: bump standards version, no changes

 -- Héctor Orón Martínez <zumbi@debian.org>  Fri, 11 Oct 2019 13:26:07 +0200

gdb (8.3-1) unstable; urgency=medium

  * New upstream version 8.3.

 -- Héctor Orón Martínez <zumbi@debian.org>  Mon, 22 Jul 2019 04:36:24 +0200

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog gdb`.

Generated by dwww version 1.16 on Wed Feb 4 04:17:24 CET 2026.