[sweethome3d-furniture-nonfree] 02/03: Fix get-orig-source target.
Gabriele Giacone
gg0-guest at moszumanska.debian.org
Wed Jul 9 15:56:52 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-nonfree.
commit 612381eb3b78f63f4aba7bd2340a1205a1483b4c
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sun May 18 20:58:00 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 2bc5ecf..5d41d2e 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-nonfree.git
More information about the pkg-java-commits
mailing list