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 39babdc813c10c99b75b990c4a0fdfd5d37dea34
Author: Torsten Werner <twer...@debian.org>
Date:   Mon Oct 29 06:15:57 2007 +0000

    remove class files from orig.tar.gz
---
 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 1ae4bee..d729be6 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' $DIR
+tar -c -z -f $TAR --exclude '*.jar' --exclude '*/out/*' $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