This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jansi.
commit 4af5560dc31ad1d089574654b6386821a19e282e Author: Markus Koschany <[email protected]> Date: Wed Oct 19 15:02:34 2016 +0200 Drop orig-tar.sh. --- debian/orig-tar.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 20e1346..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -set -e - -# called by uscan with '--upstream-version' <version> <file> -echo "version $2" -package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` -version=$2 -tarball=$3 -REPO="git://forge.fusesource.com/jansi.git" -TAR=${package}_${version}.orig.tar.gz -DIR=${package}-${version}.orig - -git clone ${REPO} ${DIR} -cd ${DIR} && git checkout ${package}-${version} && cd .. -GZIP=--best tar --exclude=.git --numeric --group 0 --owner 0 -cvzf ${TAR} ${DIR} -rm -rf $tarball $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jansi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

