This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit 39bcc4e212dee4d2ca21e18dd8277b3cb08e7848 Author: Thomas Klute <[email protected]> Date: Tue Jun 17 10:50:04 2014 +0200 Make dir name in orig-tar match package name Avoids confusion when manually unpacking before build. ;-) --- 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 d8f8ae8..efac8ce 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -2,7 +2,7 @@ VERSION=$2 TAR=../openjdk-8_$VERSION.orig.tar.gz -DIR=openjdk8 +DIR=openjdk-8 # The aarch64 port isn't kept in sync with the main repo, the last version is hardcoded AARCH64_VERSION=8-b132 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

