[jsemver] 01/01: Removed useless orig-tar.sh
Alexandre Viau
reazem-guest at moszumanska.debian.org
Wed Feb 18 05:33:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
reazem-guest pushed a commit to branch debian
in repository jsemver.
commit c1081c8534c2923fe0698b2b6ed0527044e6387c
Author: aviau <alexandre.viau at savoirfairelinux.com>
Date: Wed Feb 18 00:09:49 2015 -0500
Removed useless orig-tar.sh
---
debian/orig-tar.sh | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 02ba3e2..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-#
-# Removes unwanted content from the upstream sources.
-# Called by uscan with '--upstream-version' <version> <file>
-#
-
-VERSION=$2
-TAR=../java-semver_$VERSION.orig.tar.xz
-DIR=java-semver-$VERSION
-TAG=$(echo "$VERSION" | sed -re's/~(alpha|beta|rc)/-\1-/')
-
-svn export https://github.com/zafarkhaja/jsemver/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git
More information about the pkg-java-commits
mailing list