[sweethome3d-textures] 03/04: Fix get-orig-source.

Gabriele Giacone gg0-guest at moszumanska.debian.org
Tue Jul 15 08:44:49 UTC 2014


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

gg0-guest pushed a commit to branch master
in repository sweethome3d-textures.

commit fff71c80ce0c179f75e1fb28194d4737490e52cd
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Tue Jul 15 10:24:44 2014 +0200

    Fix get-orig-source.
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1ab60ef..6a4fa53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,10 @@ get-orig-source:
 		rm -f ../$${zipf}; \
 		sed 's/\[\\w\\-\]\*/'$$text'/' debian/watch >$(TMPWATCH); \
 		cat $(TMPWATCH); \
-		uscan --watchfile $(TMPWATCH) --verbose --force-download; \
-		cd $(TMPDIR); unzip ../../$${zipf} $${text}.sh3t; \
+		uscan --watchfile $(TMPWATCH) --verbose --force-download \
+			--no-symlink; \
+		cd $(TMPDIR); \
+		unzip ../../$${zipf} $${text}.sh3t; rm -f ../../$${zipf}; \
 		unzip $${text}.sh3t -d$${text}; rm $${text}.sh3t; \
 		cd ..; \
 	done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-textures.git



More information about the pkg-java-commits mailing list