This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit 0b648d02d6ba4842ffa88f95cd4c0d55f901e8f3 Author: Torsten Werner <[email protected]> Date: Sat Jul 31 19:37:40 2010 +0200 New upstream release --- debian/changelog | 12 +++++++++++- debian/orig-tar.sh | 14 ++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8f82a03..3ff9077 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,15 @@ +jruby-joni (1.1.4-1) unstable; urgency=low + + * New upstream release + * Add myself to Uploaders. + * Remove Build-Depends: quilt. + * Update Build-Depends: libjcodings-java. + * Fix debian/watch and add get-orig-source target. + + -- Torsten Werner <[email protected]> Sat, 31 Jul 2010 19:29:16 +0200 + jruby-joni (1.1.3-1) unstable; urgency=low - * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + * Initial release -- Hideki Yamane (Debian-JP) <[email protected]> Fri, 19 Mar 2010 10:32:00 +0900 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh new file mode 100755 index 0000000..6f9f5fc --- /dev/null +++ b/debian/orig-tar.sh @@ -0,0 +1,14 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' <version> <file> + +SOURCE=jruby-joni +DIR=${SOURCE}-$2 + +git clone http://github.com/jruby/joni.git $DIR +(cd $DIR && git checkout $2) + +tar cfz ${SOURCE}_$2.orig.tar.gz --exclude .git $DIR + +rm -rf $DIR ../$2 +echo 'created orig tarball successfully' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

