[sweethome3d-furniture] 02/03: Fix get-orig-source target.

Gabriele Giacone gg0-guest at moszumanska.debian.org
Wed Jul 9 14:04:45 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-furniture.

commit e751705c857e70261040b30d0cd5cc99523e1dd3
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sun May 18 21:03:22 2014 +0200

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

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

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



More information about the pkg-java-commits mailing list