[gcc-7] 259/354: Stop installing debhelper temp directory to gcc-source binary package.

Ximin Luo infinity0 at debian.org
Thu Nov 23 15:51:03 UTC 2017


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

infinity0 pushed a commit to branch master
in repository gcc-7.

commit a18b19dfa3dab17f49f8c73031a7a375ad63dfa0
Author: nicolas <nicolas at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sat Jul 29 11:40:51 2017 +0000

    Stop installing debhelper temp directory to gcc-source binary package.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9597 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/rules.d/binary-source.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules.d/binary-source.mk b/debian/rules.d/binary-source.mk
index 7bc3f44..f09acc6 100644
--- a/debian/rules.d/binary-source.mk
+++ b/debian/rules.d/binary-source.mk
@@ -20,6 +20,7 @@ ifneq (,$(gdc_tarball))
 endif
 	tar cf - $$(find './debian' -mindepth 1 \( \
 		-name .svn -prune -o \
+		-path './debian/.debhelper' -prune -o \
 		-path './debian/gcc-*' -type d -prune -o \
 		-path './debian/cpp-*' -type d -prune -o \
 		-path './debian/*fortran*' -type d -prune -o \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git



More information about the Reproducible-commits mailing list