Packages: added Debian 12 "bookworm" support.
This commit is contained in:
@@ -106,6 +106,17 @@ include Makefile.jsc8
|
|||||||
include Makefile.jsc11
|
include Makefile.jsc11
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Debian 12
|
||||||
|
ifeq ($(CODENAME),bookworm)
|
||||||
|
include Makefile.php
|
||||||
|
include Makefile.python311
|
||||||
|
include Makefile.go
|
||||||
|
include Makefile.perl
|
||||||
|
include Makefile.ruby
|
||||||
|
include Makefile.jsc-common
|
||||||
|
include Makefile.jsc17
|
||||||
|
endif
|
||||||
|
|
||||||
# Debian 11
|
# Debian 11
|
||||||
ifeq ($(CODENAME),bullseye)
|
ifeq ($(CODENAME),bullseye)
|
||||||
include Makefile.php
|
include Makefile.php
|
||||||
|
|||||||
@@ -6,8 +6,10 @@ MODULE_SUMMARY_jsc_common= Java shared packages for NGINX Unit
|
|||||||
MODULE_VERSION_jsc_common= $(VERSION)
|
MODULE_VERSION_jsc_common= $(VERSION)
|
||||||
MODULE_RELEASE_jsc_common= 1
|
MODULE_RELEASE_jsc_common= 1
|
||||||
|
|
||||||
ifneq (,$(findstring $(CODENAME),bionic))
|
ifeq ($(CODENAME),bionic)
|
||||||
JAVA_MINVERSION= 8
|
JAVA_MINVERSION= 8
|
||||||
|
else ifeq ($(CODENAME),bookworm)
|
||||||
|
JAVA_MINVERSION= 17
|
||||||
else
|
else
|
||||||
JAVA_MINVERSION= 11
|
JAVA_MINVERSION= 11
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user