[pkg-java] r4484 - trunk/libjgroups-java/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Mon Oct 29 06:15:57 UTC 2007


Author: twerner
Date: 2007-10-29 06:15:57 +0000 (Mon, 29 Oct 2007)
New Revision: 4484

Modified:
   trunk/libjgroups-java/debian/orig-tar.sh
Log:
remove class files from orig.tar.gz


Modified: trunk/libjgroups-java/debian/orig-tar.sh
===================================================================
--- trunk/libjgroups-java/debian/orig-tar.sh	2007-10-28 18:23:58 UTC (rev 4483)
+++ trunk/libjgroups-java/debian/orig-tar.sh	2007-10-29 06:15:57 UTC (rev 4484)
@@ -7,7 +7,7 @@
 # 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'




More information about the pkg-java-commits mailing list