dwww Home | Show directory contents | Find package

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:33:12 +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 gdbserver`.

Generated by dwww version 1.15 on Tue Jun 25 08:19:38 CEST 2024.