[libparanamer-java] 09/12: Remove orig-tar.sh script.

Markus Koschany apo-guest at moszumanska.debian.org
Fri Sep 11 16:00:32 UTC 2015


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 <apo at gambaru.de>
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



More information about the pkg-java-commits mailing list