[openjdk-8] 01/01: Make dir name in orig-tar match package name
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jun 17 21:27:09 UTC 2014
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 <thomas2.klute at uni-dortmund.de>
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
More information about the pkg-java-commits
mailing list