Packages: removed support for EOL'ed Debian/Ubuntu distros.
While here, default debhelper compat level bumped to 11 (this is the version installed out of the box on Ubuntu 18.04 "bionic" which is the oldest one from supported distros).
This commit is contained in:
@@ -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),stretch xenial bionic))
|
||||
ifneq (,$(findstring $(CODENAME),bionic))
|
||||
JAVA_MINVERSION= 8
|
||||
else
|
||||
JAVA_MINVERSION= 11
|
||||
|
||||
Reference in New Issue
Block a user