From b449bbc799f8f63dcc3de87b55540a54c35f9b18 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Thu, 16 May 2019 20:34:05 +0200 Subject: [PATCH] debian package is working with java 8 and java 11 (no need for specyfing version of java) --- debian/template/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/template/control b/debian/template/control index 99f3410312..3717a45bfc 100644 --- a/debian/template/control +++ b/debian/template/control @@ -13,4 +13,4 @@ Description: Standalone web application for visualization, exploration and Tomcat server later to change the address. Section: science Homepage: http://r3lab.uni.lu/web/minerva-website/ -Depends: ${misc:Depends}, openjdk-8-jre-headless, tomcat7 | tomcat8, postgresql (>=9.3) +Depends: ${misc:Depends}, tomcat7 | tomcat8, postgresql (>=9.3) -- GitLab