Change logs for gdb source package in Mantic

  • gdb (14.0.50.20230907-0ubuntu1) mantic; urgency=medium
    
      * New upstream snapshot.
    
     -- Matthias Klose <email address hidden>  Thu, 07 Sep 2023 07:55:41 +0200
  • gdb (14.0.50.20230810-0ubuntu1) mantic; urgency=medium
    
      * New upstream snapshot.
      * Configure without --with-mpfr (picked up by default).
    
     -- Matthias Klose <email address hidden>  Fri, 11 Aug 2023 07:21:03 +0200
  • gdb (13.2-1ubuntu1) mantic; urgency=medium
    
      * Merge with Debian from unstable (LP: #2023016)
        - 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)
    
    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
    
    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)
    
     -- Dominik Viererbe <email address hidden>  Fri, 16 Jun 2023 14:42:38 +0300
  • gdb (13.1-2ubuntu2) 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