[Pkg-gdb-logs] [gdb] 07/11: debian/rules: lowercase package name on DEB_DH_STRIP_ARGS

Hector Oron zumbi at moszumanska.debian.org
Wed Dec 14 11:35:07 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 8f57b0a075753a2f586b377f42c2ec502b2f4665
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Wed Dec 14 09:54:32 2016 +0100

    debian/rules: lowercase package name on DEB_DH_STRIP_ARGS
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 353c7ff..68a1902 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 := --dbgsym-migration='gdb-dbg (<< 7.12-1~)'
+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