summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2022-11-16 17:05:57 +0400
committerKonstantin Pavlov <thresh@nginx.com>2022-11-16 17:05:57 +0400
commit6afc5241165bedee42d5aede1d3ae0d5a9847bdb (patch)
treea9a87b1f93ace7725e03173b9812413618ddb7db /pkg/deb/Makefile
parent0feab91c5ba1bfd3e1e71cadb4cb0687bae846cd (diff)
downloadunit-6afc5241165bedee42d5aede1d3ae0d5a9847bdb.tar.gz
unit-6afc5241165bedee42d5aede1d3ae0d5a9847bdb.tar.bz2
Packages: added Ubuntu 22.10 "kinetic" support.
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r--pkg/deb/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index 6595cb45..e9cf53b3 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -19,6 +19,21 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit)
MODULES=
+# Ubuntu 22.10
+ifeq ($(CODENAME),kinetic)
+include Makefile.php
+include Makefile.python27
+include Makefile.python310
+include Makefile.go
+include Makefile.perl
+include Makefile.ruby
+include Makefile.jsc-common
+include Makefile.jsc11
+include Makefile.jsc17
+include Makefile.jsc18
+include Makefile.jsc19
+endif
+
# Ubuntu 22.04
ifeq ($(CODENAME),jammy)
include Makefile.php