[ubuntu/utopic-proposed] gdb 7.8-1ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Tue Oct 7 13:59:52 UTC 2014


gdb (7.8-1ubuntu1) utopic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from the upstream sources.
    - Build the gdb-doc package.
    - Include the man pages in the gdb package.
    - Build-depend on gcj-jdk.
    - Drop build dependency on python-dev.
    - Additional patches branch-updates, gdb-strings, ptrace-error-verbosity,
      ppc64el-gdbserver, ppc64el-attach-jvm.
  * Don't build a gdb-python2 package.
  * Configure with babeltrace on ppc64 and ppc64el.
  * gdb: Add a replaces to gdb-doc, which used to ship the manual pages.
    LP: #1370690.
  * Build-depend on gccgo to run the Go tests during the build.
  * Again, stop building the gdb-minimal package, not used anymore on any
    image.

gdb (7.8-1) experimental; urgency=medium

  [ Samuel Bronson ]
  * d/sanitize-gdb.sh: Don't assume input is .tar.bz2
  * Imported Upstream version 7.8
    - GDB 7.8 brings new targets, features and improvements, including:
      * Guile scripting support. [Not enabled for Debian!]
      * Python scripting enhancements.
      * New commands:
        ** guile
        ** guile-repl
        ** info auto-load guile-scripts [REGEXP]
      * New options:
        ** maint ada set ignore-descriptive-types (on|off)
        ** maint set target-async (on|off)
        ** set|show auto-load guile-scripts (on|off)
        ** set|show auto-connect-native-target
        ** set|show guile print-stack (none|message|full)
        ** set|show mi-async (on|off)
        ** set|show print symbol-loading (off|brief|full)
        ** set|show record btrace replay-memory-access (read-only|read-write)
      * Deprecated commands:
        ** "dll-symbols" and its two aliases ("add-shared-symbol-files" and
           "assf"). Use the "sharedlibrary" command instead.
        ** "set|show remotebaud". Use "set|show serial baud" instead.
      * Remote Protocol:
        ** The qXfer:btrace:read packet supports a new annex 'delta'.
      * GDB/MI:
        ** A new option "-gdb-set mi-async" replaces "-gdb-set target-async".
      * New target configurations:
        ** PowerPC64 GNU/Linux little-endian       powerpc64le-*-linux*
      * btrace enhancements:
         ** The btrace record target now supports the 'record goto' command.
         ** The btrace record target supports limited reverse execution and
            replay.
      * ISO C99 variable length automatic arrays support.
      * It is no longer required to "set target-async on" in order to use
        background execution commands (e.g., "c&", "s&", etc.).
      * "catch syscall" now implemented on s390*-linux* targets.
      * The "compare-sections" command now works on all targets.
      * The "target native" command now connects to the native target, and
        can be used to launch native programs, even if "set
        auto-connect-native-target" is set to off.
  * debian/patches: Update for new upstream version
    - Remove patches subsumed by new upstream version/tarball:
      + ppc64le.diff
      + hurd-new-RPC-reply-stub-functions.patch
      + hurd-adapt-to-changed-MIG-output.patch
      + hurd-adjust-to-startup-with-shell-changes.patch
      + hurd-make-MIG-output-parsing-more-robust.patch
      + kfreebsd_bug752390.diff
      + restore-run.1.patch
    - Adjust patches to work with new upstream version:
      + gdb-fortran-main.patch: Update for upstream changes
      + python-config.patch: Remove parts applied upstream

  [ Héctor Orón Martínez ]
  * Switch gdb to python3 (Closes: #752581)
    + Add gdb-python2 package for use with python2-only scripts
  * Enable babeltrace on supported arches

  [ Samuel Bronson ]
  * Make gdb-python2 provide gdb.
  * Totally rewrite the NEWS entry about the Python changes.
    + And split out most of the new text to README.python_switch.

Date: Tue, 07 Oct 2014 13:04:14 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/gdb/7.8-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 07 Oct 2014 13:04:14 +0200
Source: gdb
Binary: gdb gdb64 gdb-multiarch gdbserver gdb-source gdb-dbg gdb-doc
Architecture: source
Version: 7.8-1ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 gdb        - GNU Debugger
 gdb-dbg    - GNU Debugger (debug package)
 gdb-doc    - The GNU Debugger Documentation
 gdb-multiarch - GNU Debugger (with support for multiple architectures)
 gdb-source - GNU Debugger (source)
 gdb64      - GNU Debugger (64-bit)
 gdbserver  - GNU Debugger (remote server)
Closes: 752581
Launchpad-Bugs-Fixed: 1370690
Changes:
 gdb (7.8-1ubuntu1) utopic; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - Build from the upstream sources.
     - Build the gdb-doc package.
     - Include the man pages in the gdb package.
     - Build-depend on gcj-jdk.
     - Drop build dependency on python-dev.
     - Additional patches branch-updates, gdb-strings, ptrace-error-verbosity,
       ppc64el-gdbserver, ppc64el-attach-jvm.
   * Don't build a gdb-python2 package.
   * Configure with babeltrace on ppc64 and ppc64el.
   * gdb: Add a replaces to gdb-doc, which used to ship the manual pages.
     LP: #1370690.
   * Build-depend on gccgo to run the Go tests during the build.
   * Again, stop building the gdb-minimal package, not used anymore on any
     image.
 .
 gdb (7.8-1) experimental; urgency=medium
 .
   [ Samuel Bronson ]
   * d/sanitize-gdb.sh: Don't assume input is .tar.bz2
   * Imported Upstream version 7.8
     - GDB 7.8 brings new targets, features and improvements, including:
       * Guile scripting support. [Not enabled for Debian!]
       * Python scripting enhancements.
       * New commands:
         ** guile
         ** guile-repl
         ** info auto-load guile-scripts [REGEXP]
       * New options:
         ** maint ada set ignore-descriptive-types (on|off)
         ** maint set target-async (on|off)
         ** set|show auto-load guile-scripts (on|off)
         ** set|show auto-connect-native-target
         ** set|show guile print-stack (none|message|full)
         ** set|show mi-async (on|off)
         ** set|show print symbol-loading (off|brief|full)
         ** set|show record btrace replay-memory-access (read-only|read-write)
       * Deprecated commands:
         ** "dll-symbols" and its two aliases ("add-shared-symbol-files" and
            "assf"). Use the "sharedlibrary" command instead.
         ** "set|show remotebaud". Use "set|show serial baud" instead.
       * Remote Protocol:
         ** The qXfer:btrace:read packet supports a new annex 'delta'.
       * GDB/MI:
         ** A new option "-gdb-set mi-async" replaces "-gdb-set target-async".
       * New target configurations:
         ** PowerPC64 GNU/Linux little-endian       powerpc64le-*-linux*
       * btrace enhancements:
          ** The btrace record target now supports the 'record goto' command.
          ** The btrace record target supports limited reverse execution and
             replay.
       * ISO C99 variable length automatic arrays support.
       * It is no longer required to "set target-async on" in order to use
         background execution commands (e.g., "c&", "s&", etc.).
       * "catch syscall" now implemented on s390*-linux* targets.
       * The "compare-sections" command now works on all targets.
       * The "target native" command now connects to the native target, and
         can be used to launch native programs, even if "set
         auto-connect-native-target" is set to off.
   * debian/patches: Update for new upstream version
     - Remove patches subsumed by new upstream version/tarball:
       + ppc64le.diff
       + hurd-new-RPC-reply-stub-functions.patch
       + hurd-adapt-to-changed-MIG-output.patch
       + hurd-adjust-to-startup-with-shell-changes.patch
       + hurd-make-MIG-output-parsing-more-robust.patch
       + kfreebsd_bug752390.diff
       + restore-run.1.patch
     - Adjust patches to work with new upstream version:
       + gdb-fortran-main.patch: Update for upstream changes
       + python-config.patch: Remove parts applied upstream
 .
   [ Héctor Orón Martínez ]
   * Switch gdb to python3 (Closes: #752581)
     + Add gdb-python2 package for use with python2-only scripts
   * Enable babeltrace on supported arches
 .
   [ Samuel Bronson ]
   * Make gdb-python2 provide gdb.
   * Totally rewrite the NEWS entry about the Python changes.
     + And split out most of the new text to README.python_switch.
Checksums-Sha1:
 fcde3f23317c0c52f43b76e904337e95fc27ae82 2438 gdb_7.8-1ubuntu1.dsc
 df2d59ee2929e3bf0868f627e35d996e95c2fb08 63956 gdb_7.8-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 122c179c16258257fbc461d9a824da54276556a69b3d4bba2e48fc9bb8ca1e4c 2438 gdb_7.8-1ubuntu1.dsc
 4614fe1ec96bc295b73694e3975ec9f7e3ec18df76c9aed9f0b12d39b00fde63 63956 gdb_7.8-1ubuntu1.debian.tar.xz
Files:
 b5cf12470ec50ec13b1bd792dba47122 2438 devel optional gdb_7.8-1ubuntu1.dsc
 27f2d97083693399140be5e29fdf088c 63956 devel optional gdb_7.8-1ubuntu1.debian.tar.xz
Original-Maintainer: Héctor Orón Martínez <zumbi at debian.org>


More information about the Utopic-changes mailing list