[Pkg-gdb-logs] [gdb] 05/07: migrate from dbg to dbgsym

Hector Oron zumbi at moszumanska.debian.org
Mon Dec 12 23:21:55 UTC 2016


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

zumbi pushed a commit to branch master
in repository gdb.

commit 8339e9a6d1a356ce3a5b618c3b08e28ea8e84955
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Mon Dec 12 17:17:56 2016 +0100

    migrate from dbg to dbgsym
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/control    | 15 ---------------
 debian/control.in | 15 ---------------
 debian/rules      |  2 +-
 3 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/debian/control b/debian/control
index 30f445e..5600390 100644
--- a/debian/control
+++ b/debian/control
@@ -134,18 +134,3 @@ Description: GNU Debugger (source)
  .
  This package contains the sources and patches which are needed
  to build GDB.
-
-Package: gdb-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, gdb (= ${binary:Version})
-Description: GNU Debugger (debug package)
- GDB is a source-level debugger, capable of breaking programs at
- any specific line, displaying variable values, and determining
- where errors occurred. Currently, gdb supports C, C++, D,
- Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
- Go, and Ada. A must-have for any serious programmer.
- .
- This package contains the detached debugging symbols for the GNU
- GDB.
diff --git a/debian/control.in b/debian/control.in
index 7463067..36bcfd4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -131,18 +131,3 @@ Description: GNU Debugger (source)
  .
  This package contains the sources and patches which are needed
  to build GDB.
-
-Package: gdb-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, gdb (= ${binary:Version})
-Description: GNU Debugger (debug package)
- GDB is a source-level debugger, capable of breaking programs at
- any specific line, displaying variable values, and determining
- where errors occurred. Currently, gdb supports C, C++, D,
- Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
- Go, and Ada. A must-have for any serious programmer.
- .
- This package contains the detached debugging symbols for the GNU
- GDB.
diff --git a/debian/rules b/debian/rules
index 970bd9b..daebe92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ ALL_BUILDDIR := $(shell pwd)/build
 
 DEB_BUILDDIR := $(ALL_BUILDDIR)/objdir
 DEB_DH_INSTALL_SOURCEDIR := $(shell pwd)/debian/tmp
-DEB_DH_STRIP_ARGS_GDB := --dbg-package=gdb-dbg
+DEB_DH_STRIP_ARGS_GDB := --dbgsym-migration='gdb-dbg (<< 7.12-1~)'
 
 # Override CDBS's default CFLAGS, which also includes -Wall; gdb
 # does not handle -Wunused well with -Werror, but defaults to

-- 
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