[openjfx9] 03/11: Updated the watch file to track the Java 9 releases

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 11 23:05:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjfx9.

commit 28305221bedb6f66d991ab22927a8e2236ddaa5c
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Oct 7 15:51:55 2017 +0200

    Updated the watch file to track the Java 9 releases
---
 debian/changelog   |  1 +
 debian/orig-tar.sh | 11 ++++++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4509488..ee3a71e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ openjfx9 (9~b181-1) UNRELEASED; urgency=medium
   * New upstream release
     - Renamed the package to openjfx9
     - Depend on openjdk-9 instead of openjdk-8
+    - Updated the watch file to track the Java 9 releases
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sat, 07 Oct 2017 01:01:42 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index ef4e3bb..0d3b1e2 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,15 +1,16 @@
 #!/bin/sh
 
 VERSION=$2
-TAR=../openjfx_$VERSION.orig.tar.xz
-DIR=rt-$VERSION
+TAR=../openjfx9_$VERSION.orig.tar.xz
+TAG=jdk-$(echo $VERSION | sed -e 's/~b/+/g')
+DIR=rt-$TAG
 
 rm $3
 
-wget http://hg.openjdk.java.net/openjfx/9-dev/rt/archive/$VERSION.tar.gz
+wget -v http://hg.openjdk.java.net/openjfx/9-dev/rt/archive/$TAG.tar.gz
 
-tar -xf $VERSION.tar.gz
-rm $VERSION.tar.gz
+tar -xf $TAG.tar.gz
+rm $TAG.tar.gz
 
 XZ_OPT=--best tar -c -v -J -f $TAR \
                   --exclude '.hg*' \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx9.git



More information about the pkg-java-commits mailing list