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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 9f00e34e3c968732f248bc58c4cfee219fe35a34
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Thu Jan 4 11:53:51 2018 +0100

    debian/rules.d/build.mk: Remove a left-over closing brace, breaking stage 
1.  Closes: #886301.
---
 debian/changelog        | 4 ++++
 debian/rules.d/build.mk | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1d8ff2d..dd03946 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ glibc (2.26-2) UNRELEASED; urgency=medium
   * patches/hurd-i386/unsubmitted-mount_namespace.diff: Rename to
     git-mount_namespace.diff.
 
+  [ Helmut Grohne ]
+  * debian/rules.d/build.mk: Remove a left-over closing brace, breaking
+    stage 1.  Closes: #886301.
+
  -- Aurelien Jarno <aure...@debian.org>  Wed, 03 Jan 2018 18:30:46 +0100
 
 glibc (2.26-1) unstable; urgency=medium
diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index 17cf910..b1bd014 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -166,7 +166,7 @@ $(stamp)install_%: $(stamp)build_%
 ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
        $(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) \
            cross-compiling=yes install_root=$(CURDIR)/debian/tmp-$(curpass)    
\
-           install-bootstrap-headers=yes install-headers )
+           install-bootstrap-headers=yes install-headers
 
        install -d $(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)
        install -m 644 $(DEB_BUILDDIR)/csu/crt[01in].o 
$(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)/.

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

Reply via email to