[jcodings] 05/06: Removed the unused debian/orig-tar.sh script
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Dec 15 23:56:18 UTC 2013
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 <ebourg at apache.org>
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 <ebourg at apache.org> 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
More information about the pkg-java-commits
mailing list