[libjgroups-java] 03/38: remove class files from orig.tar.gz
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 23 12:36:55 UTC 2017
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 <twerner at 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
More information about the pkg-java-commits
mailing list