[libjfreechart-java] 09/30: Remove orig-tar.sh

Markus Koschany apo at moszumanska.debian.org
Sun Oct 16 17:46:23 UTC 2016


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

apo pushed a commit to branch master
in repository libjfreechart-java.

commit db5857381c71f5bde2dbc22963aa564cae8c1fdd
Author: Markus Koschany <apo at debian.org>
Date:   Sun Oct 16 14:51:59 2016 +0200

    Remove orig-tar.sh
---
 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 9875efe..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-PACKAGE=$(dpkg-parsechangelog -S Source)
-VERSION=$2
-DIR=${PACKAGE}-${VERSION}
-TAR=../${PACKAGE}_${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 '*jar' \
-    --exclude 'lib/*'\
-     $DIR
-rm -rf $DIR

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



More information about the pkg-java-commits mailing list