[Pkg-gdb-logs] [gdb] 01/01: Release debian version 7.7.1+dfsg-1
Hector Oron
zumbi at moszumanska.debian.org
Mon Aug 11 17:17:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch master
in repository gdb.
commit f1e855a4516932c64f9b28e1fe8b3a4d5d39b685
Author: Héctor Orón Martínez <zumbi at debian.org>
Date: Mon Aug 11 19:14:59 2014 +0200
Release debian version 7.7.1+dfsg-1
- Refresh patchset
- Rename upstream version (+dfsg)
Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
debian/changelog | 5 ++++-
...6.5-bz185337-resolve-tls-without-debuginfo-v2.patch | 16 +++++++++-------
debian/patches/gdb-fortran-main.patch | 12 ++++++------
debian/patches/gdb-glibc-vdso-workaround.patch | 9 +++++----
debian/patches/python-config.patch | 18 +++++++++---------
debian/patches/solve_PATH_MAX_issue.patch | 10 ++++++----
6 files changed, 39 insertions(+), 31 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index af12ee9..63bb452 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gdb (7.7.1-3) unstable; urgency=medium
+gdb (7.7.1+dfsg-1) unstable; urgency=medium
[ Héctor Orón Martínez ]
* d/changelog: replace nickname by real name in previous block
@@ -26,6 +26,9 @@ gdb (7.7.1-3) unstable; urgency=medium
* Use correct tarball, with non-free upstream manpages stripped.
Restores DFSG-compliance.
+ [ Hector Oron ]
+ * Rename upstream tarball to not conflict with the one in archive.
+
-- Samuel Bronson <naesten at gmail.com> Sat, 09 Aug 2014 13:11:35 -0400
gdb (7.7.1-2) unstable; urgency=medium
diff --git a/debian/patches/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch b/debian/patches/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch
index a697395..515fec3 100644
--- a/debian/patches/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch
+++ b/debian/patches/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch
@@ -35,9 +35,11 @@ glibc-debuginfo-2.7-2.x86_64: /usr/lib/debug/lib64/libc.so.6.debug:
<81a2> DW_AT_name : (indirect string, offset: 0x280e): __errno_location
<81a8> DW_AT_MIPS_linkage_name: (indirect string, offset: 0x2808): *__GI___errno_location
---- a/gdb/printcmd.c
-+++ b/gdb/printcmd.c
-@@ -967,6 +967,8 @@ print_command_1 (char *exp, int inspect, int voidprint)
+Index: gdb/gdb/printcmd.c
+===================================================================
+--- gdb.orig/gdb/printcmd.c 2014-08-11 18:33:04.193799985 +0200
++++ gdb/gdb/printcmd.c 2014-08-11 18:33:04.193799985 +0200
+@@ -972,6 +972,8 @@
if (exp && *exp)
{
@@ -46,10 +48,10 @@ glibc-debuginfo-2.7-2.x86_64: /usr/lib/debug/lib64/libc.so.6.debug:
expr = parse_expression (exp);
make_cleanup (free_current_contents, &expr);
val = evaluate_expression (expr);
-Index: gdb-7.2/gdb/testsuite/gdb.dwarf2/dw2-errno.c
+Index: gdb/gdb/testsuite/gdb.dwarf2/dw2-errno.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.2/gdb/testsuite/gdb.dwarf2/dw2-errno.c 2011-03-29 10:55:35.000000000 +0200
++++ gdb/gdb/testsuite/gdb.dwarf2/dw2-errno.c 2014-08-11 18:33:04.193799985 +0200
@@ -0,0 +1,28 @@
+/* This testcase is part of GDB, the GNU debugger.
+
@@ -79,10 +81,10 @@ Index: gdb-7.2/gdb/testsuite/gdb.dwarf2/dw2-errno.c
+
+ return 0; /* breakpoint */
+}
-Index: gdb-7.2/gdb/testsuite/gdb.dwarf2/dw2-errno.exp
+Index: gdb/gdb/testsuite/gdb.dwarf2/dw2-errno.exp
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.2/gdb/testsuite/gdb.dwarf2/dw2-errno.exp 2011-03-29 10:55:35.000000000 +0200
++++ gdb/gdb/testsuite/gdb.dwarf2/dw2-errno.exp 2014-08-11 18:33:04.193799985 +0200
@@ -0,0 +1,60 @@
+# Copyright 2007 Free Software Foundation, Inc.
+
diff --git a/debian/patches/gdb-fortran-main.patch b/debian/patches/gdb-fortran-main.patch
index 757b403..af81419 100644
--- a/debian/patches/gdb-fortran-main.patch
+++ b/debian/patches/gdb-fortran-main.patch
@@ -20,11 +20,11 @@ might disturb the debugging. But I am not sure how much it is.
gdb/testsuite/gdb.fortran/lang.exp | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 2 deletions(-)
-Index: gdb-7.4/gdb/symtab.c
+Index: gdb/gdb/symtab.c
===================================================================
---- gdb-7.4.orig/gdb/symtab.c 2011-11-17 15:58:35.000000000 +0000
-+++ gdb-7.4/gdb/symtab.c 2011-11-17 17:03:36.557359070 +0000
-@@ -4598,8 +4598,12 @@
+--- gdb.orig/gdb/symtab.c 2014-08-11 18:32:53.133800376 +0200
++++ gdb/gdb/symtab.c 2014-08-11 18:32:53.129800376 +0200
+@@ -5069,8 +5069,12 @@
}
/* The languages above didn't identify the name of the main procedure.
@@ -39,10 +39,10 @@ Index: gdb-7.4/gdb/symtab.c
}
char *
-Index: gdb-7.4/gdb/testsuite/gdb.fortran/lang.exp
+Index: gdb/gdb/testsuite/gdb.fortran/lang.exp
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.4/gdb/testsuite/gdb.fortran/lang.exp 2011-11-17 17:03:36.585359070 +0000
++++ gdb/gdb/testsuite/gdb.fortran/lang.exp 2014-08-11 18:32:53.129800376 +0200
@@ -0,0 +1,40 @@
+# Copyright 2005 Free Software Foundation, Inc.
+
diff --git a/debian/patches/gdb-glibc-vdso-workaround.patch b/debian/patches/gdb-glibc-vdso-workaround.patch
index 48646d7..14d4c0a 100644
--- a/debian/patches/gdb-glibc-vdso-workaround.patch
+++ b/debian/patches/gdb-glibc-vdso-workaround.patch
@@ -11,9 +11,11 @@ gdb/
Work around PR libc/13097.
* solib.c (update_solib_list): Ignore "linux-vdso.so.1".
---- a/gdb/solib.c
-+++ b/gdb/solib.c
-@@ -783,8 +783,11 @@ update_solib_list (int from_tty, struct target_ops *target)
+Index: gdb/gdb/solib.c
+===================================================================
+--- gdb.orig/gdb/solib.c 2014-08-11 18:33:19.517799443 +0200
++++ gdb/gdb/solib.c 2014-08-11 18:33:19.513799443 +0200
+@@ -829,8 +829,11 @@
TRY_CATCH (e, RETURN_MASK_ERROR)
{
@@ -27,4 +29,3 @@ gdb/
{
not_found++;
if (not_found_filename == NULL)
-
diff --git a/debian/patches/python-config.patch b/debian/patches/python-config.patch
index 1d52019..d2d2102 100644
--- a/debian/patches/python-config.patch
+++ b/debian/patches/python-config.patch
@@ -2,11 +2,11 @@ Description: Use system python-config if available
Author: Matthias Klose <doko at ubuntu.com>
Forwarded: https://sourceware.org/ml/gdb-patches/2012-12/msg00751.html
-Index: b/gdb/configure.ac
+Index: gdb/gdb/configure.ac
===================================================================
---- a/gdb/configure.ac
-+++ b/gdb/configure.ac
-@@ -835,29 +835,31 @@
+--- gdb.orig/gdb/configure.ac 2014-08-11 18:33:07.877799854 +0200
++++ gdb/gdb/configure.ac 2014-08-11 18:33:07.873799854 +0200
+@@ -853,29 +853,31 @@
esac
esac
@@ -44,11 +44,11 @@ Index: b/gdb/configure.ac
fi
fi
else
-Index: b/gdb/configure
+Index: gdb/gdb/configure
===================================================================
---- a/gdb/configure
-+++ b/gdb/configure
-@@ -656,6 +656,7 @@
+--- gdb.orig/gdb/configure 2014-08-11 18:33:07.877799854 +0200
++++ gdb/gdb/configure 2014-08-11 18:33:07.877799854 +0200
+@@ -661,6 +661,7 @@
PYTHON_LIBS
PYTHON_CPPFLAGS
PYTHON_CFLAGS
@@ -56,7 +56,7 @@ Index: b/gdb/configure
python_prog_path
LTLIBEXPAT
LIBEXPAT
-@@ -8104,29 +8105,122 @@
+@@ -8247,29 +8248,122 @@
esac
esac
diff --git a/debian/patches/solve_PATH_MAX_issue.patch b/debian/patches/solve_PATH_MAX_issue.patch
index b74971b..cccd947 100644
--- a/debian/patches/solve_PATH_MAX_issue.patch
+++ b/debian/patches/solve_PATH_MAX_issue.patch
@@ -6,9 +6,11 @@ Forwarded: http://sourceware.org/ml/gdb-patches/2013-05/msg00878.html
Reviewed-By: Héctor Orón Martínez <zumbi at debian.org>
Last-Update: 2013-06-08
---- a/gdb/nto-tdep.c 2013-05-23 14:28:24.000000000 +0000
-+++ b/gdb/nto-tdep.c 2013-05-23 15:01:24.000000000 +0000
-@@ -147,9 +147,11 @@ nto_find_and_open_solib (char *solib, un
+Index: gdb/gdb/nto-tdep.c
+===================================================================
+--- gdb.orig/gdb/nto-tdep.c 2014-08-11 18:33:00.197800126 +0200
++++ gdb/gdb/nto-tdep.c 2014-08-11 18:33:00.193800126 +0200
+@@ -146,9 +146,11 @@
void
nto_init_solib_absolute_prefix (void)
{
@@ -21,7 +23,7 @@ Last-Update: 2013-06-08
nto_root = nto_target ();
if (strcmp (gdbarch_bfd_arch_info (target_gdbarch ())->arch_name, "i386") == 0)
-@@ -172,9 +174,13 @@ nto_init_solib_absolute_prefix (void)
+@@ -171,9 +173,13 @@
== BFD_ENDIAN_BIG ? "be" : "le";
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git
More information about the Pkg-gdb-logs
mailing list