This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jruby-maven-plugins.
commit fca16250e0684806fb1696f6d30c6c99944de815 Author: Markus Koschany <[email protected]> Date: Wed Dec 28 20:17:22 2016 +0100 orig-tar.sh: Use +ds instead of .ds. --- debian/orig-tar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 4bbf27e..3805029 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -4,7 +4,7 @@ set -e DEB_VERSION_UPSTREAM=$2 UPSTREAM_TARBALL=$3 DEB_SOURCE=jruby-maven-plugins -DEB_VERSION="${DEB_VERSION_UPSTREAM}.ds1" +DEB_VERSION="${DEB_VERSION_UPSTREAM}+ds1" REPACKED_DIR="./${DEB_SOURCE}-${DEB_VERSION}.orig" REPACKED_TARBALL="./${DEB_SOURCE}_${DEB_VERSION}.orig.tar.gz" TAR_FLAGS="--numeric-owner --owner=0 --group=0" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-maven-plugins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

