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

[glibc] 01/01: debian/rules.d/debhelper.mk: Filter python hooks in stage1 (closes: #874491)



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

adconrad pushed a commit to branch glibc-2.26
in repository glibc.

commit 925768db66d7ad97229253cd8258dc2545f6d708
Author: Adam Conrad <adconrad@0c3.net>
Date:   Wed Oct 11 13:51:40 2017 -0600

    debian/rules.d/debhelper.mk: Filter python hooks in stage1 (closes: #874491)
---
 debian/changelog            | 3 +++
 debian/rules.d/debhelper.mk | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 913b09f..1356817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,9 @@ glibc (2.26-0experimental0) UNRELEASED; urgency=medium
     - debian/rules.d/build.mk: Configure with --enable-obsolete-nsl until we
       sort out a reasonable nsswitch migration strategy from compat to files.
 
+  [ Matthias Klose ]
+  * debian/rules.d/debhelper.mk: Filter python hooks in stage1 (closes: #874491)
+
   [ Samuel Thibault ]
   * Adjust hurd-i386 patches to restore build and functionality with 2.26:
     - patches/hurd-i386/tg-gsync-libc.diff: rebased.
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: