[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 02/06: debian/rules.d/debhelper.mk: do not install gdb python hooks for stage 1. Closes: #874491.



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

aurel32 pushed a commit to branch glibc-2.25
in repository glibc.

commit 60fb7e69fc12e5b9b202d7623af9054c7ce9ee3d
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Nov 14 21:35:47 2017 +0100

    debian/rules.d/debhelper.mk: do not install gdb python hooks for stage 1. Closes: #874491.
---
 debian/changelog            | 2 ++
 debian/rules.d/debhelper.mk | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f9abcc2..79ca80a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ glibc (2.25-0experimental4) UNRELEASED; urgency=medium
   * debian/patches/git-updates.diff: update from upstream stable branch.
   * Replace debian/patches/mips/submitted-syscalls5-7-unbound-stack.diff
     by the final version git/submitted-syscalls5-7-unbound-stack.diff.
+  * debian/rules.d/debhelper.mk: do not install gdb python hooks for stage 1.
+    Closes: #874491.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 27 Aug 2017 01:51:15 +0200
 
diff --git a/debian/rules.d/debhelper.mk b/debian/rules.d/debhelper.mk
index 9c4f29a..ee6032e 100644
--- a/debian/rules.d/debhelper.mk
+++ b/debian/rules.d/debhelper.mk
@@ -210,6 +210,7 @@ $(stamp)debhelper_%: $(stamp)debhelper-common $(stamp)install_%
 		-e "s#RTLDDIR#$$rtlddir#g" \
 		-e "s#SLIBDIR#$$slibdir#g" \
 		-e "s#LIBDIR#$$libdir#g" \
+		-e "/gdb/d" \
 	      $$t; \
 	  done ; \
 	done

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


Reply to: