[Pkg-mono-svn-commits] [mono] 02/40: Delete .git folders which are incorrectly supplied (sometimes) in upstream tarballs

Jo Shields directhex at alioth.debian.org
Sun Aug 18 21:55:24 UTC 2013


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

directhex pushed a commit to branch merge/3.2.1+dfsg
in repository mono.

commit a469da44157d7f6e16789c58ee37967e0b7e8bc7
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Aug 5 01:55:54 2013 +0100

    Delete .git folders which are incorrectly supplied (sometimes) in upstream tarballs
---
 debian/rules |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index f51441c..cb0e84c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -405,6 +405,7 @@ get-orig-source:
 	rm -rf $(TARBALL_DIR)/external/Lucene.Net/lib/
 	find $(TARBALL_DIR) -name "*.dll" -not -path "$(TARBALL_DIR)/mcs/class/lib/monolite/*" -print -delete
 	find $(TARBALL_DIR) -name "*.exe" -not -path "$(TARBALL_DIR)/mcs/class/lib/monolite/*" -print -delete
+	find $(TARBALL_DIR)/external/ -name ".git" -not -path "$(TARBALL_DIR)/mcs/class/lib/monolite/*" -print -delete
 	mv $(TARBALL_DIR) $(TARBALL_DIR)+dfsg
 	tar -czf $(DEB_SOURCE_NAME)_$(UPVERSION)+dfsg.orig.tar.gz $(TARBALL_DIR)+dfsg
 	rm -r $(TARBALL_DIR)+dfsg

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



More information about the Pkg-mono-svn-commits mailing list