[pkg-java] r8757 - trunk/junit/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Thu Jul 2 10:23:31 UTC 2009


Author: ludovicc-guest
Date: 2009-07-02 10:23:30 +0000 (Thu, 02 Jul 2009)
New Revision: 8757

Modified:
   trunk/junit/debian/orig-tar.sh
Log:
* Fix orig-tar.sh

Modified: trunk/junit/debian/orig-tar.sh
===================================================================
--- trunk/junit/debian/orig-tar.sh	2009-07-02 10:18:06 UTC (rev 8756)
+++ trunk/junit/debian/orig-tar.sh	2009-07-02 10:23:30 UTC (rev 8757)
@@ -8,14 +8,7 @@
 unzip $3
 rm -f $3
 mv junit$2 $DIR
-GZIP=--best tar czf $TAR --exclude docs/api --exclude *.jar --exclude *.class $DIR
+GZIP=--best tar czf $TAR --exclude docs/api --exclude junit.jar --exclude *.class $DIR
 rm -rf $DIR
 
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-    . .svn/deb-layout
-    cp -l $2 $origDir
-    echo "moved $2 to $origDir"
-fi
-
 exit 0




More information about the pkg-java-commits mailing list