Packages: added Ubuntu 19.10 "eoan" support.

This commit is contained in:
Andrei Belov
2019-11-21 14:13:24 +03:00
parent bc14605fd6
commit 5758a06374
8 changed files with 168 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ MODULE_SUMMARY_jsc_common= Java shared packages for NGINX Unit
MODULE_VERSION_jsc_common= $(VERSION)
MODULE_RELEASE_jsc_common= 1
ifneq (,$(findstring $(CODENAME),disco buster))
ifneq (,$(findstring $(CODENAME),eoan disco buster))
JAVA_MINVERSION= 11
else
JAVA_MINVERSION= 8