[redeclipse] 317/494: fixup get-orig for use with bz2

Martin Werner arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:46 UTC 2015


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

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

commit 14e950ccf76ffea527e5699ccb987c5774cba901
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Wed Dec 21 12:18:34 2011 +0100

    fixup get-orig for use with bz2
---
 rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules b/rules
index 391c2a0..cd47885 100755
--- a/rules
+++ b/rules
@@ -52,7 +52,8 @@ TAR=redeclipse_$(VER).orig.tar.bz2
 get-orig-source:
 	uscan --noconf --force-download --download-current-version --destdir=.
 	rm -rf $(DIR)
-	tar -xf redeclipse_$(VER).orig.tar.bz2
+	tar -xf $(TAR)
+	rm -f $(TAR)
 	mv redeclipse/ $(DIR)
 	rm -rf $(DIR)/src/include/
 	rm -rf $(DIR)/src/xcode/

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



More information about the Pkg-games-commits mailing list