[junit] 19/37: * Fix orig-tar.sh

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 22:17:02 UTC 2017


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

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

commit a424ffc16a5b4acfc1e97816bb54ea42dbaad7d1
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Thu Jul 2 10:23:30 2009 +0000

    * Fix orig-tar.sh
---
 debian/orig-tar.sh | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index c45b252..8367037 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -8,14 +8,7 @@ TAR=../junit_$2.orig.tar.gz
 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

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



More information about the pkg-java-commits mailing list