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

ebourg-guest pushed a commit to branch master
in repository libjgroups-java.

commit 991be63f33591e9bead44ff31eb63c8d65195574
Author: Torsten Werner <twer...@debian.org>
Date:   Tue Oct 30 06:10:05 2007 +0000

    minor fix in orig-tar.sh
---
 debian/orig-tar.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index a0d7c2e..f4ac409 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -7,7 +7,7 @@ DIR=libjgroups-java-$2.orig
 # clean up the upstream tarball
 unzip $3
 mv JGroups-* $DIR
-tar -c -z -f $TAR --exclude '*.jar' --exclude '*/out/*' --exclude 'lib/*' $DIR
+tar -c -z -f $TAR --exclude '*.jar' --exclude '*/out/*' --exclude '*/lib/*' 
$DIR
 rm -rf $3 $DIR
 
 # move to directory 'tarballs'

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to