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 <[email protected]>
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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to