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:
Andrei Belov
2021-10-21 15:28:58 +03:00
parent 0900edb10d
commit 7503cc96df
3 changed files with 3 additions and 102 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),stretch xenial bionic))
ifneq (,$(findstring $(CODENAME),bionic))
JAVA_MINVERSION= 8
else
JAVA_MINVERSION= 11