summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-12-09 17:24:57 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-12-09 17:24:57 +0200
commitba9c991e364080b84bb811e7c5db7facac4f01c8 (patch)
tree24292b88f02b09c84a2dd9375786c8886fee47b1
parent8b96a8586f5b608d5c76ee788852051e34144921 (diff)
Use http://hg.openjdk.java.net/aarch64-port/jdk8
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules6
2 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 58bc781..207d6c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-openjdk-8 (8u72-b05-3) UNRELEASED; urgency=medium
+openjdk-8 (8u60-b24.2-0linaro1) jessie-backports; urgency=medium
+ [ Matthias Klose ]
* Fix stripping packages (use bash instead of expr substring, Roderich
Schupp). Closes: #806421.
- -- Matthias Klose <doko@ubuntu.com> Mon, 30 Nov 2015 06:22:36 +0100
+ [ Fathi Boudra ]
+ * Build upstream Aarch64 port (aarch64-jdk8u60-b24.2 tag)
+
+ -- Fathi Boudra <fathi.boudra@linaro.org> Wed, 09 Dec 2015 17:20:21 +0200
openjdk-8 (8u72-b05-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 4ef22a0..a717ea0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2299,13 +2299,13 @@ endif
is_release =
is_release = yes
-hg_project = jdk8u
-hg_tag = jdk8u72-b05
+hg_project = jdk8
+hg_tag = aarch64-jdk8u60-b24.2
package_version = $(subst jdk,,$(hg_tag))
ifneq ($(is_release),yes)
package_version := $(subst -,~,$(package_version))
endif
-hg_url = http://hg.openjdk.java.net/jdk8u/$(hg_project)
+hg_url = http://hg.openjdk.java.net/aarch64-port/$(hg_project)
hg_project_aarch64 = jdk8
hg_tag_aarch64 = tip
hg_url_aarch64 = http://hg.openjdk.java.net/aarch64-port/$(hg_project_aarch64)