[redeclipse-data] 12/27: get-orig-source: Remove .git* in repacking

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 4 00:55:53 UTC 2015


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

arand-guest pushed a commit to branch next
in repository redeclipse-data.

commit 61313437c45eb8eaf943ae6c0b50d5744baeccec
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Fri Apr 3 19:46:37 2015 +0200

    get-orig-source: Remove .git* in repacking
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 6a85092..b1f04eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ get-orig-source:
 	rm -f redeclipse-data_$(VER).orig.tar.gz
 	mv data-$(VER)/ $(DIR)
 	rm -rf $(DIR)/fonts
+	find . -type f -name '.git*' -delete
 	XZ_OPT="-6" tar --create --xz --owner root --group root --mode a+rX \
 		-f redeclipse-data_$(VER).orig.tar.xz $(DIR)
 	rm -rf $(DIR)

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



More information about the Pkg-games-commits mailing list