[testng] 01/01: orig-tar.sh removed in favor of jh_repack

Eugene Zhukov eugene-guest at alioth.debian.org
Mon Nov 4 13:59:03 UTC 2013


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

eugene-guest pushed a commit to branch master
in repository testng.

commit aa896a0ea4b505ec4b88d14b69cd44f8ffdd57bf
Author: Eugene Zhukov <jevgeni.zh at gmail.com>
Date:   Mon Nov 4 13:58:42 2013 +0000

    orig-tar.sh removed in favor of jh_repack
---
 debian/orig-tar.sh |   10 ----------
 debian/watch       |    2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 8a81037..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../testng_$VERSION.orig.tar.xz
-DIR=testng-testng-$VERSION
-
-tar zxf $3
-rm -f $3
-XZ_OPT=--best tar cJf $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR
diff --git a/debian/watch b/debian/watch
index bc0ea25..2526667 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 opts=dversionmangle=s/(\d)[\+\.](?:dfsg|debian|ds)\.?\d*$/$1/ \
 https://github.com/cbeust/testng/tags \
-.*/archive/testng-(\d\S*)\.tar\.gz debian debian/orig-tar.sh
+.*/archive/testng-(\d\S*)\.tar\.gz debian jh_repack

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



More information about the pkg-java-commits mailing list