Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Java 8u40 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rraptorr committed Mar 5, 2015
1 parent a7f0c98 commit 7304f89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
oracle-java8 (8.40-1) stable; urgency=low

* New Java release

-- Janusz Dziemidowicz <rraptorr@nails.eu.org> Thu, 05 Mar 2015 09:49:29 +0100

oracle-java8 (8.31-1) stable; urgency=high

* Disable resume while downloading JCE policy file
Expand Down
6 changes: 3 additions & 3 deletions debian/rules
Expand Up @@ -33,7 +33,7 @@ dirpartsv := $(shell dpkg-parsechangelog | sed -ne '/Version:/ s,Version: \(.*\)
version := $(word 1, $(dirpartsv))
releng_ver := $(word 2, $(dirpartsv))
jdkversion := 1.$(version).0
jdkbuild := 13
jdkbuild := 25
jdirname := java-$(version)-$(VENDOR)-$(jdkversion).$(releng_ver)
jdiralias := java-$(version)-$(VENDOR)
srcdir := $(arch)
Expand Down Expand Up @@ -382,7 +382,7 @@ binary-$(p_jbin): build
rm -f $(d_jbin).substvars
dh_shlibdeps \
-l$(basedir)/jre/lib/$(archdir)/server \
-Xlibnpjp2.so -Xlibavplugin.so -Xlibdecora_sse.so \
-Xlibnpjp2.so -Xlibavplugin-53.so -Xlibavplugin-54.so -Xlibdecora_sse.so \
-Xlibfxplugins.so -Xlibglass.so -Xlibgstreamer-lite.so \
-Xlibjavafx -Xlibjfx -Xlibprism \
-- --warnings=0
Expand All @@ -399,7 +399,7 @@ binary-$(p_jbin): build
-Xlibjavaplugin -Xlibawt -Xlibjawt -Xlibdcpr \
-Xlibfontmanager -Xlibjsoundalsa \
-Xlibsplashscreen -Xlibmlib -Xlibdeploy \
-Xlibavplugin.so -Xlibdecora_sse.so \
-Xlibavplugin-53.so -Xlibavplugin-54.so -Xlibdecora_sse.so \
-Xlibfxplugins.so -Xlibglass.so -Xlibgstreamer-lite.so \
-Xlibjavafx -Xlibjfx -Xlibprism \
-- --warnings=0
Expand Down

0 comments on commit 7304f89

Please sign in to comment.