This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch sid in repository glibc.
commit 9e99722cb5ebb522890c463022630237071b2128 Author: Aurelien Jarno <[email protected]> Date: Mon Mar 21 00:37:56 2016 +0100 locales fixes: don't run build_C.UTF-8 and build_locales-all targets for stage1 --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a6cc77a..0f6473e 100755 --- a/debian/rules +++ b/debian/rules @@ -220,9 +220,11 @@ clean:: unpatch # Required Debian targets build-arch: $(stamp)info \ $(patsubst %,$(stamp)build_%,$(GLIBC_PASSES)) \ - $(patsubst %,$(stamp)check_%,$(GLIBC_PASSES)) \ - $(stamp)build_C.UTF-8 \ + $(patsubst %,$(stamp)check_%,$(GLIBC_PASSES)) +ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),) +build-arch: $(stamp)build_C.UTF-8 \ $(stamp)build_locales-all +endif build-indep: $(stamp)source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

