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

[glibc] 02/02: debian/rules.d/build.mk: pass --no-recursion before -T in the call to tar to workaround or fix bug#829738. This reduces the size of the glibc-source package by 40%



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 2af44b16530b4f6794fa07d211882b6757a6a118
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sun Dec 18 23:17:55 2016 +0100

    debian/rules.d/build.mk: pass --no-recursion before -T in the call to tar to workaround or fix bug#829738. This reduces the size of the glibc-source package by 40%
---
 debian/changelog        | 3 +++
 debian/rules.d/build.mk | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a6c8067..7aa4254 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ glibc (2.24-9) UNRELEASED; urgency=medium
     unlocked mutex to abort. More importantly most of the other distributions
     decided to disable it, so we don't want to be the only distribution left
     testing this code path.
+  * debian/rules.d/build.mk: pass --no-recursion before -T in the call to tar
+    to workaround or fix bug#829738. This reduces the size of the glibc-source
+    package by 40%
 
  -- Samuel Thibault <sthibault@debian.org>  Fri, 09 Dec 2016 01:51:00 +0100
 
diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index e285446..3b5a06f 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -322,7 +322,7 @@ $(stamp)source: $(stamp)patch
 	cd .. && \
 		find $(GLIBC_SOURCES) -print0 | \
 		LC_ALL=C sort -z | \
-		tar -c -J --null -T - --no-recursion \
+		tar -c -J --null --no-recursion -T - \
 			--mode=go=rX,u+rw,a-s \
 			--owner=root --group=root --numeric-owner \
 			-f $(CURDIR)/$(build-tree)/glibc-$(GLIBC_VERSION).tar.xz

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


Reply to: