Packages: added Ubuntu 21.10 "impish" support.

This commit is contained in:
Andrei Belov
2021-10-21 13:23:25 +03:00
parent 314ca5c8c9
commit 0900edb10d
7 changed files with 193 additions and 3 deletions

View File

@@ -19,6 +19,22 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit)
MODULES=
# Ubuntu 21.10
ifeq ($(CODENAME),impish)
include Makefile.php
include Makefile.python27
include Makefile.python39
include Makefile.python310
include Makefile.go
include Makefile.perl
include Makefile.ruby
include Makefile.jsc-common
include Makefile.jsc11
include Makefile.jsc16
include Makefile.jsc17
include Makefile.jsc18
endif
# Ubuntu 21.04
ifeq ($(CODENAME),hirsute)
include Makefile.php