This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jcodings.
commit 6d12b3cb02f087cf6f803433106ae6f42cf49885 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 16 00:53:00 2013 +0100 Removed the unused debian/orig-tar.sh script --- debian/changelog | 1 + debian/orig-tar.sh | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index f4fad0f..f82301e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ jcodings (1.0.10-2) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields + * Removed the unused debian/orig-tar.sh script -- Emmanuel Bourg <[email protected]> Sun, 15 Dec 2013 23:42:04 +0100 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 9fa7791..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -e - -# called by uscan with '--upstream-version' <version> <file> - -DIR=jcodings-$2 - -git clone http://github.com/jruby/jcodings.git $DIR -(cd $DIR && git checkout $2) - -tar cfz ../jcodings_$2.orig.tar.gz --exclude .git $DIR - -rm -rf $DIR ../$2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jcodings.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

