diff options
author | Andrei Belov <defan@nginx.com> | 2021-08-17 16:45:51 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2021-08-17 16:45:51 +0300 |
commit | 3bd60e317c142f4596bdc0ef4747ea0f2cc03503 (patch) | |
tree | 327d36c8f80db7e91ef8bec41916de0eb2e3a1d7 /pkg/deb/Makefile.jsc-common | |
parent | 48a9399f23b9aaa2c9e5deb8013c58313e76740e (diff) | |
download | unit-3bd60e317c142f4596bdc0ef4747ea0f2cc03503.tar.gz unit-3bd60e317c142f4596bdc0ef4747ea0f2cc03503.tar.bz2 |
Packages: added Debian 11 "bullseye" support.
Diffstat (limited to '')
-rw-r--r-- | pkg/deb/Makefile.jsc-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.jsc-common b/pkg/deb/Makefile.jsc-common index 1c4a77b5..5f727124 100644 --- a/pkg/deb/Makefile.jsc-common +++ b/pkg/deb/Makefile.jsc-common @@ -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),hirsute groovy focal eoan disco buster)) +ifneq (,$(findstring $(CODENAME),hirsute groovy focal eoan disco buster bullseye)) JAVA_MINVERSION= 11 else JAVA_MINVERSION= 8 |