News for package gdb

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: gdb
Binary: gdb, gdb-python2, gdb-minimal, gdb-multiarch, gdbserver, gdb-source, gdb-dbg
Architecture: any all
Version: 7.10-1
Maintainer: Héctor Orón Martínez <[email protected]>
Uploaders: Luca Bruno <[email protected]>, Samuel Bronson <[email protected]>
Homepage: http://www.gnu.org/s/gdb/
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gdb/gdb.git
Vcs-Git: git://anonscm.debian.org/pkg-gdb/gdb.git
Build-Depends: cdbs (>= 0.4.90), debhelper (>= 9), lsb-release, bzip2, autoconf, libtool, gettext, bison, dejagnu, flex | flex-old, procps, gobjc, mig [hurd-any], texinfo (>= 4.7-2.2), texlive-base, libexpat1-dev, libncurses5-dev, libreadline-dev, zlib1g-dev, liblzma-dev, libbabeltrace-dev [amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x], libbabeltrace-ctf-dev [amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x], python-dev, python3-dev, libkvm-dev [kfreebsd-any], libunwind7-dev [ia64]
Package-List:
 gdb deb devel optional arch=any
 gdb-dbg deb debug extra arch=any
 gdb-minimal deb devel optional arch=any
 gdb-multiarch deb devel optional arch=any
 gdb-python2 deb devel optional arch=any
 gdb-source deb devel optional arch=all
 gdbserver deb devel optional arch=amd64,armel,armhf,arm64,i386,ia64,m32r,m68k,mips,mipsel,powerpc,powerpcspe,ppc64,ppc64el,s390,s390x,x32
Checksums-Sha1:
 e112a429ecfbd6fb17f913c1b8ef228d63988508 19107160 gdb_7.10.orig.tar.xz
 e09dab917e8361b85e67ba0958923a70c368873f 52452 gdb_7.10-1.debian.tar.xz
Checksums-Sha256:
 6b77da198a96d009a6b99d718d94af13b710d32958445d25dee453855772e633 19107160 gdb_7.10.orig.tar.xz
 8beb2cd1fbffd2302e77860f75b6460c8886438f799a038b687b7db612af624b 52452 gdb_7.10-1.debian.tar.xz
Files:
 01259a04439325228db8cd3614a9cdf1 19107160 gdb_7.10.orig.tar.xz
 fc681c4a9809b974009a5b25942affdf 52452 gdb_7.10-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJV5s+3AAoJEK8ig6p24qx7r4EP/0fykcg6PmujOV+8GqmBO4C4
YnuTu6lZGuP5fi5o3VDfoORJNFEW0BM77bFGtN0fir80wj3ZG27GcR1IY7zUpH4J
U3+6blSLfWwl8lx8yKpdXubTVQpq7ao/KjOknUzM5qAVpIv4MxNpJdlIHKtfY9ZR
gCFL2Dqm8oRc2SVFcunOH63GdYXTWzFqeDwfW3Uh/HgLDhy5F+tnVf80vsvaB3fG
3IC//K2E5I8g60/y9ylDjY9Qgv9mwLYB79NBSGu59B6hArrFm5gnKMWvuUgfdAa/
mF5xX4b9j8hyPv2j60SfJXNt94r5AyKr+LBA5dpb5aArwpaKj7lPkdK2bba8Kzsj
3/FVSKML3Cm3ZS+SjeNNYNRhzgnlArws1npMp+Q19FonAn7YEu9tE2ol90XNZdIG
fKftlMzNz95kbqVbmNFNh1m270YHfJj2MyedD90TC0hWy9+sdW4wuHmY4l1P+84H
xwCvzFLo/n5jMu2p9cRSvEF4ERpyGYr7tBRCb757rCrPmxSoCikbiPrBgWv7L7fv
0qkEPRfrBhvBy38NWhN/97kqqduOFhD1iDDTOA1KgtyHJlcYSiHUQABklns+oZxO
thgxw6quA9sh/3uhhHjQ5uRzZQ0568kp0HGjUQnoYbCLIIIRVySjdGvLofwJ1DJ1
Zh+hRP6/8ZXsdsLswZGH
=K5rp
-----END PGP SIGNATURE-----

Changes:
gdb (7.10-1) unstable; urgency=medium

  * Imported Upstream version 7.10:
    - Improved support for accessing shared libraries directly from
      the target system when debugging remotely.
    - Various Guile and Python scripting improvements, including (but not
      limited to):
      + Support for auto-loading Python/Guile scripts contained
        in a special section named `.debug_gdb_scripts'.
      + Support for writing a frame unwinder in Python.
    - Support for record-replay and reverse debugging on Aarch64 Linux.
    - GDB now has support for fork events on extended-remote Linux targets
      (Linux kernels 2.5.60 and later).
    - Support for DTrace USDT (Userland Static Defined Tracing) probes
      on x86_64 GNU/Linux targets.
    - Vector ABI support on S/390 GNU/Linux targets.
    - GDB now reads the GDBHISTSIZE environment variable rather than
      HISTSIZE to determine the size of GDB's command history.
    - Support for setting the parity when connecting to the target
      using a serial interface.
    - It is now possible to limit the number of candidates to be
      considered during completion.
    - Support for Sun's version of the "stabs" debug file format
      has been removed.
    - Support for the following targets and native configurations has
      been removed:
      + HP/PA running HP-UX (hppa*-*-hpux*)
      + Itanium running HP-UX (ia64-*-hpux*)
  * d/control: make more explicit gdb-python2 is linked with python2.
    (Closes: #761421)
  * Drop libgdb-dev postinst. Not needed anymore.
  * d/rules: configure with --with-system-zlib all targets
  * sanitize: drop chm embedded files
  * d/control.in,rules: attempt to manage python files (*.pyc) with cdbs
    (Closes: #786384)

 -- Hector Oron <[email protected]>  Wed, 02 Sep 2015 04:04:33 +0200