summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2020-04-23 19:55:19 +0300
committerAndrei Belov <defan@nginx.com>2020-04-23 19:55:19 +0300
commitaf9392af1fec054119c8ddcd356ade0ea3fbf913 (patch)
tree50322f9a9d0bb47815b5035dd35bc1ed74ce146a /pkg/deb/Makefile
parent8f6e6086cb7bceeff6eec7cf0a2e3ff94f8d7705 (diff)
downloadunit-af9392af1fec054119c8ddcd356ade0ea3fbf913.tar.gz
unit-af9392af1fec054119c8ddcd356ade0ea3fbf913.tar.bz2
Packages: added Ubuntu 20.04 "focal" support.
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r--pkg/deb/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index 797ff438..55bf7082 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -16,6 +16,18 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit)
MODULES=
+# Ubuntu 20.04
+ifeq ($(CODENAME),focal)
+include Makefile.php
+include Makefile.python27
+include Makefile.python38
+include Makefile.go
+include Makefile.perl
+include Makefile.ruby
+include Makefile.jsc-common
+include Makefile.jsc11
+endif
+
# Ubuntu 19.10
ifeq ($(CODENAME),eoan)
include Makefile.php