[openjdk-8] 05/10: Update the priorities

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Mar 29 08:21:11 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 02e06f7c3c263a4c9da28130f22a9ff727319bec
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Mar 28 23:46:37 2014 +0100

    Update the priorities
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index ea4bc82..86289e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,13 +59,13 @@ TOP		= usr/lib/jvm
 origin		= openjdk
 basename	= openjdk-$(shortver)
 ifneq (,$(filter $(DEB_HOST_ARCH), $(hotspot_archs)))
-  priority	= $(if $(filter yes, $(is_default)),1071,1051)
+  priority	= $(if $(filter yes, $(is_default)),1081,1061)
   vm_name	= Hotspot JIT
 else ifneq (,$(filter $(DEB_HOST_ARCH), $(shark_archs)))
-  priority	= $(if $(filter yes, $(is_default)),1065,1045)
+  priority	= $(if $(filter yes, $(is_default)),1075,1055)
   vm_name	= Hotspot Shark
 else
-  priority	= $(if $(filter yes, $(is_default)),1063,1043)
+  priority	= $(if $(filter yes, $(is_default)),1073,1053)
   vm_name	= Hotspot Zero
 endif
 p_lib_arch	= all

-- 
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