[jblas] 02/30: Drop orig-tar.sh script.

Markus Koschany apo at moszumanska.debian.org
Tue Oct 24 13:54:22 UTC 2017


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

apo pushed a commit to branch master
in repository jblas.

commit 0c0d10fea1f0ff5f554e764ca81359fbd088b868
Author: Markus Koschany <apo at debian.org>
Date:   Sun Oct 22 21:52:44 2017 +0200

    Drop orig-tar.sh script.
---
 debian/orig-tar.sh | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 29eab41..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
-VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
-TAR=jblas_${2}.orig.tar.gz
-ORIGDIR=mikiobraun-jblas-*/
-TARGETDIR=jblas-$2
-
-# clean up the upstream tarball
-tar xzf $3
-mv $ORIGDIR $TARGETDIR
-tar -czf $TAR --exclude '*/javadoc' --exclude '*/native-libs' $TARGETDIR
-rm -rf $TARGETDIR
-rm -f $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir
-  echo "moved $TAR to $origDir"
-fi
-
-exit 0

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



More information about the pkg-java-commits mailing list