[Crosstoolchain-logs] [gdb-doc] 02/02: Merge tag 'upstream/7.7.1'

Samuel Bronson naesten-guest at moszumanska.debian.org
Sun May 25 00:36:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

naesten-guest pushed a commit to branch master
in repository gdb-doc.

commit a4536f92962f6b04130580e357bb9ea98f61596f
Merge: 13fc981 eb48884
Author: Samuel Bronson <naesten at gmail.com>
Date:   Sat May 24 01:26:02 2014 -0400

    Merge tag 'upstream/7.7.1'
    
    Upstream version 7.7.1

 bfd/ChangeLog                                      |   25 +
 bfd/bfd-in.h                                       |    5 -
 bfd/bfd-in2.h                                      |   41 +-
 bfd/bfd.c                                          |    8 +
 bfd/cache.c                                        |    2 +-
 bfd/doc/bfd.info                                   |  146 ++-
 bfd/doc/bfdt.texi                                  |    8 +
 bfd/doc/bfdver.texi                                |    2 +-
 bfd/doc/section.texi                               |   26 +
 bfd/rs6000-core.c                                  |    4 +-
 bfd/section.c                                      |   26 +
 bfd/version.h                                      |    2 +-
 debian/changelog                                   |    9 +-
 djunpack.bat                                       |    4 +-
 gdb/ChangeLog                                      |   77 ++
 gdb/MAINTAINERS                                    |    1 +
 gdb/auto-load.c                                    |    6 +-
 gdb/avr-tdep.c                                     |   11 +-
 gdb/dcache.c                                       |   88 +-
 gdb/dcache.h                                       |   12 +-
 gdb/doc/gcore.1                                    |    2 +-
 gdb/doc/gdb.1                                      |    2 +-
 gdb/doc/gdb.info                                   | 1280 ++++++++++----------
 gdb/doc/gdb.info-1                                 |    6 +-
 gdb/doc/gdb.info-5                                 |   58 +-
 gdb/doc/gdbinit.5                                  |    2 +-
 gdb/doc/gdbserver.1                                |    2 +-
 gdb/infrun.c                                       |    6 +-
 gdb/po/gdb.pot                                     |  384 +++---
 gdb/python/py-linetable.c                          |    4 +-
 gdb/target.c                                       |   49 +-
 gdb/testsuite/ChangeLog                            |   27 +
 gdb/testsuite/gdb.base/auto-load-script            |   17 +
 gdb/testsuite/gdb.base/auto-load.c                 |   22 +
 gdb/testsuite/gdb.base/auto-load.exp               |   41 +
 gdb/testsuite/gdb.base/breakpoint-shadow.exp       |   38 +-
 .../signal-while-stepping-over-bp-other-thread.c   |  145 +++
 .../signal-while-stepping-over-bp-other-thread.exp |  120 ++
 gdb/version.in                                     |    2 +-
 gdb/windows-nat.c                                  |   49 +-
 md5.sum                                            |   71 +-
 41 files changed, 1728 insertions(+), 1102 deletions(-)

diff --cc debian/changelog
index c8d27e5,0000000..1de22dd
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,192 -1,0 +1,193 @@@
- gdb-doc (7.7-1) UNRELEASED; urgency=medium
++gdb-doc (7.7.1-1) unstable; urgency=medium
 +
-   * Imported Upstream version 7.7
++  * Imported Upstream version 7.7.1
 +    - The Internals manual is no more (due to its woeful inadequacy).
 +  * Totally reworked the build process
 +    - Instead of using a patch to add a dummy configure script to gdb/doc/
 +      in a more-or-less hand-picked subset of the upstream tree, just use
 +      the entire upstream tarball and pass a whole slew of --disable- flags
 +    - Redo the build dependencies from scratch
 +  * Move back to the "Software development" section in info's (dir):
 +    "Development" is almost empty now.
 +  * Ship manpages (except gcore.1 because that's misleading)
 +    - This is due to a license change upstream that happened when the
 +      manpages were moved into gdb.texinfo
-     - Replaces/Breaks on gdb (<< 7.7) because they shipped these pages
++    - Replaces/Breaks on gdb (<< 7.7), gdbserver (<< 7.7) because they
++      shipped these pages
 +
-  -- Samuel Bronson <naesten at gmail.com>  Wed, 07 May 2014 21:55:28 -0400
++ -- Samuel Bronson <naesten at gmail.com>  Sat, 24 May 2014 01:29:55 -0400
 +
 +gdb-doc (7.6.2-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Hector Oron <zumbi at debian.org>  Sun, 19 Jan 2014 01:39:37 +0100
 +
 +gdb-doc (7.6-2) unstable; urgency=low
 +
 +  * d/control: depend on texlive-latex-recommended instead -base.
 +    Fixes FTBFS. Thanks Jeremy Bicha.
 +    (Closes: #714406)
 +
 + -- Hector Oron <zumbi at debian.org>  Sat, 06 Jul 2013 10:45:56 +0000
 +
 +gdb-doc (7.6-1) unstable; urgency=low
 +
 +  [ Héctor Orón Martínez ]
 +  * New upstream release
 +  * d/gbp.conf: add gbp configuration file.
 +
 + -- Héctor Orón Martínez <zumbi at debian.org>  Sun, 19 May 2013 00:42:48 +0200
 +
 +gdb-doc (7.5-1) experimental; urgency=low
 +
 +  * New upstream release:
 +    - Go language support.
 +    - New targets (x32 ABI, microMIPS, Renesas RL78, HP OpenVMS ia64).
 +    - More Python scripting improvements.
 +    - SDT (Static Defined Tracing) probes support with SystemTap probes.
 +    - GDBserver improvements (stdio connections, target-side evaluation of
 +      breakpoint conditions, remote protocol improvements).
 +    - Other miscellaneous improvements (ability to stop when a shared library
 +      is loaded/unloaded, dynamic printf, etc).
 +    - Reverse debugging on ARM.
 +    - The binary "gdbtui" has been abandoned and can no longer be built. Use
 +      "gdb -tui" instead.
 +
 + -- Hector Oron <zumbi at debian.org>  Wed, 19 Sep 2012 22:50:03 +0200
 +
 +gdb-doc (7.4.1-2) unstable; urgency=low
 +
 +  * Add build dependency on automake. (closes: #682406) 
 +
 + -- Hector Oron <zumbi at debian.org>  Fri, 27 Jul 2012 01:58:48 +0200
 +
 +gdb-doc (7.4.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Hector Oron <zumbi at debian.org>  Fri, 18 May 2012 11:47:25 +0200
 +
 +gdb-doc (7.4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Update Standards-Version to 3.9.3 (no changes required).
 +  * Add patch for fixing documentation build.
 +  * Autoregenerate gdb/doc/configure on every build.
 +
 + -- Hector Oron <zumbi at debian.org>  Sat, 25 Feb 2012 17:33:14 +0100
 +
 +gdb-doc (7.3-2) unstable; urgency=low
 +
 +  * Add missing texlive-latex-base build dependency.
 +    - Thanks Jeremy Bicha (Closes: #642962)
 +
 + -- Hector Oron <zumbi at debian.org>  Mon, 26 Sep 2011 09:53:27 +0100
 +
 +gdb-doc (7.3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Regenerate gdb/doc/configure.
 +  * Add myself to debian/copyright. 
 +  * Enable PDF format. 
 +  * Drop dir.gz from info directory. 
 +  * Add build dependency on texlive-generic-recommended.
 +
 + -- Hector Oron <zumbi at debian.org>  Wed, 14 Sep 2011 00:36:23 +0200
 +
 +gdb-doc (7.2-2) unstable; urgency=low
 +
 +  * New maintainer. (Closes: #631742: ITA: gdb-doc -- The GNU Debugger
 +    Documentation).
 +  * Add lintian override for description starting with article.
 +  * Force build directory removal when calling clean target.
 +
 + -- Hector Oron <zumbi at debian.org>  Thu, 14 Jul 2011 01:39:03 +0100
 +
 +gdb-doc (7.2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Mon, 06 Sep 2010 18:57:04 -0400
 +
 +gdb-doc (7.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Update Standards-Version to 3.8.4 (no changes required).
 +  * Switch to 3.0 (quilt) source package format.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Fri, 19 Mar 2010 16:25:16 -0400
 +
 +gdb-doc (7.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Tue, 13 Oct 2009 18:21:46 -0400
 +
 +gdb-doc (6.8.50.20090628-1) unstable; urgency=low
 +
 +  * New upstream snapshot.
 +  * Include HTML manuals.
 +  * Update Standards-Version to 3.8.2 (no changes required).
 +  * Added doc-base support.
 +  * Remove the accidentally packaged annotations manual.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Sun, 05 Jul 2009 19:08:27 -0400
 +
 +gdb-doc (6.8-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Trim changelog from the gdb package.
 +  * Clean up quilt build dependency.
 +  * Update Standards-Version to 3.7.3 (no changes required).
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Thu, 27 Mar 2008 18:13:18 -0400
 +
 +gdb-doc (6.7.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Mon, 03 Dec 2007 10:16:12 -0500
 +
 +gdb-doc (6.6.90.20070912-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Update copyright notice.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Mon, 17 Sep 2007 15:46:47 -0400
 +
 +gdb-doc (6.6-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Change priority to optional.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Sat, 27 Jan 2007 22:00:26 -0500
 +
 +gdb-doc (6.5-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Update Standards-Version to 3.7.2 (no changes required).
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Fri,  3 Nov 2006 00:48:36 -0500
 +
 +gdb-doc (6.4.90-1) unstable; urgency=low
 +
 +  * New upstream release (GDB 6.5 prerelease).
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Tue,  6 Jun 2006 09:01:23 -0400
 +
 +gdb-doc (6.4.50.20060511-2) unstable; urgency=low
 +
 +  * Correct a typo in debian/gdb-doc.info which caused install-info
 +    to be skipped.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Fri, 12 May 2006 09:03:07 -0400
 +
 +gdb-doc (6.4.50.20060511-1) unstable; urgency=low
 +
 +  * New package, containing only the GDB manuals, based on the previous
 +    GDB packaging.
 +  * Update debian/copyright for the current version of the FDL and the new
 +    FSF address.
 +
 + -- Daniel Jacobowitz <dan at debian.org>  Thu, 11 May 2006 15:17:33 -0400

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb-doc.git



More information about the Crosstoolchain-logs mailing list