This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository libbytelist-java.
commit 637e58319886351bc0baf425dbcd9a4397181ff8 Author: Miguel Landaeta <[email protected]> Date: Wed Jan 18 20:10:07 2017 +0000 Remove obsolete d/orig-tar.sh script --- debian/changelog | 4 ++++ debian/orig-tar.sh | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8f9c5c1..b95bdf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,10 @@ libbytelist-java (1.0.14-1) UNRELEASED; urgency=medium * Bump debhelper level to 10. * Bump Standards-Version to 3.9.8. No changes were required. * Wrap and sort dependencies list. + * Add B-D on Maven plugins: + - libmaven-javadoc-plugin-java + - libmaven-source-plugin-java + * Remove obsolete d/orig-tar.sh script. -- Miguel Landaeta <[email protected]> Wed, 18 Jan 2017 19:53:52 +0000 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 283772d..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -e - -# called by uscan with '--upstream-version' <version> <file> - -DIR=bytelist-$2 - -git clone http://github.com/jruby/bytelist.git $DIR -(cd $DIR && git checkout $2) - -tar cfz libbytelist-java_$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/libbytelist-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

