[openjfx] 02/04: Updated debian/orig-tar.sh to download the latest releases

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Nov 24 15:39:01 UTC 2016


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

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

commit 170ea3c11a47c4289b5d708c614505a1a5181e45
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Nov 24 15:30:23 2016 +0100

    Updated debian/orig-tar.sh to download the latest releases
---
 debian/changelog   | 1 +
 debian/orig-tar.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c86281f..e2a648e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ openjfx (8u102-b14-2) UNRELEASED; urgency=medium
   * Team upload.
   * Fixed the build failure with GCC 6 (Closes: #837021)
   * Transition to libswt-gtk-4-java
+  * Updated debian/orig-tar.sh to download the latest releases
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 09 Aug 2016 17:21:52 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 5399289..01abb27 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -6,7 +6,7 @@ DIR=rt-$VERSION
 
 rm $3
 
-wget http://hg.openjdk.java.net/openjfx/8u60/rt/archive/$VERSION.tar.gz
+wget http://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/$VERSION.tar.gz
 
 tar -xf $VERSION.tar.gz
 rm $VERSION.tar.gz

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



More information about the pkg-java-commits mailing list