[Crosstoolchain-logs] [gdb] 01/06: d/control.in, d/rules: add gdb-dbg package.

Hector Oron zumbi at moszumanska.debian.org
Thu May 8 09:27:17 UTC 2014


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

zumbi pushed a commit to branch master2
in repository gdb.

commit cac66eeb81d73ac582c4c97f410dbe554614e926
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Thu May 8 10:29:45 2014 +0200

    d/control.in,d/rules: add gdb-dbg package.
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/control    | 13 +++++++++++++
 debian/control.in | 13 +++++++++++++
 debian/rules      |  2 +-
 3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7d3e9dd..325ce29 100644
--- a/debian/control
+++ b/debian/control
@@ -120,3 +120,16 @@ Description: GNU Debugger (source)
  .
  This package contains the sources and patches which are needed
  to build GDB.
+
+Package: gdb-dbg
+Architecture: all
+Depends: ${misc:Depends}
+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 7db6cb7..f4d01eb 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -120,3 +120,16 @@ Description: GNU Debugger (source)
  .
  This package contains the sources and patches which are needed
  to build GDB.
+
+Package: gdb-dbg
+Architecture: all
+Depends: ${misc:Depends}
+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 335bfa5..8a7010f 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 := --dbg-package=gdb-dbg
+DEB_DH_STRIP_ARGS_GDB := --dbg-package=gdb-dbg
 
 # 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 Crosstoolchain-logs mailing list