This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository libparanamer-java.
commit 17be249d6525570ce1e27eafe30d2da718f2203c Author: Markus Koschany <[email protected]> Date: Thu Sep 10 22:37:54 2015 +0200 Remove orig-tar.sh script. --- debian/orig-tar.sh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index c46bba2..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -set -e - -VERSION=$2 -DIR=libparanamer-java-${VERSION} -TAR=../libparanamer-java_${VERSION}.orig.tar.xz - -mkdir $DIR -tar -xf $3 --strip-components=1 -C $DIR -rm $3 -XZ_OPT=--best tar -c -v -J -f $TAR \ - --exclude '*.svnignore' \ - --exclude 'show_ads.js' \ - --exclude 'paranamer/src/resources/javadocs/*' \ - $DIR -rm -Rf $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libparanamer-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

